
Search In
Here is the brief explanation of Leverage Browser Caching and how to use it to improve website performance.
When a web browser i.e. Chrome, Firefox, Internet Explorer, Safari etc displays webpage it has to load several things like css files, javascr
Following example illustrate filling state (province) drop-down on basis of country.
Drop-down HTML
<select id="countryDropBox">
<option value="">--Select Country--</option>
<option value="1">India</option>
&l
In the early stage of the nineties when the Internet has just reached our doorstep, then we considered it as much puzzled and useless thing, as it was a new technology to everyone and we all were not familiar with the basics of the interconnected com
Each time you work in OpenERP, you find a new concept, recently I came across a concept Property Field in OpenERP and tried hard to understand it. Here is a small introduction to a property field.
Property Field: A property field is a special field,
Levels in photshop: Removing the color cast
Within photographs or in film sometimes we gets a color cast effect which departs the image from being Natural. Color cast is nothing but a tint of specific color over the image making it look like as if i
CakePHP uses a Security class for hashing the passwords.
I am writing some examples below that will definitely help you out in understanding the different ways of password hashing in CakePHP:
echo "I am md5 CAKE:".Security::hash("dinesh","md5");
ech
As I am a fresher to web design, I don't know exactly all the concepts of positioning and their differences. But as much i have studied the CSS Positioning, I can explain it here as far as my knowledge.Positioning is used to get the blocks exactly wh


This blog is useful in setting up your own Sharepoint development environment on local server.
I am assuming that you have already installed Sharepoint 2013 into your development server and now you want to start development for Sharepoint.
Small br
Hello readers !
In this blog we will discuss on a css property named calc().
What is calc() ?
This is a way to change simply any numeric value in CSS automatically. like height, width, margin, padding, font-size, background-position etc and you ca
CRUD are the basic functions of persistent storage.It is also used for inserting, viewing data , searching and changing information.
mainly computer based forms and reports. The term was firstly used by James Martin in 1983.
Operation SQ
