Posted on June 18th, 2009 by Jans
Recently I have faced an issue with session in IFrames in IE Browsers. The issue is like session is not sharing between pages inside iframe particularly if you are accessing it in a different domain. The script will run smoothly without the iframe, but when i use the iframe in IE and safari it doesn’t [...]
Filed under: PHP, Security | No Comments »
Posted on June 14th, 2009 by Jans
HTML5 is introducing a new feature called “Storage Tables”. With “Storage Tables” can be described as a simple database in the browser. This allows you to store and retrieve a value even when the user has closed his browser and reopened it.
Like session HTML storage is in server and it is more useful because it [...]
Filed under: HTML | No Comments »
Posted on June 5th, 2009 by Jans
Out of all the Internet buzzwords and jargon that have made the transition to the public consciousness, “Web 2.0″ might be the best known. Even though a lot of people have heard about it, not many have any idea what Web 2.0 means. Some people claim that the term itself is nothing more than [...]
Filed under: Social Media, Web | 1 Comment »
Posted on June 4th, 2009 by Jans
One of the most powerful features of CSS is the cascading. Knowing how a browser chooses and applies your styles is invaluable knowledge. There are various methods to apply css to an element.
External Style Sheets – All css will written in separate file and include in html
Embedded Style Sheets – write all [...]
Filed under: Css | No Comments »