HTML5 Web Storage, localStorage and sessionStorage
HTML5 Web Storage, localStorage and sessionStoragezymphoniesWed, 04/08/2015 - 15:14localStorage and sessionStorage is extend HTML5 Web Storage. localStorage, sessionStorage and cookies are all client...
View ArticleHTML declaration
HTML <!DOCTYPE> declaration zymphonies Sun, 04/07/2013 - 09:54 The DOCTYPE declaration, which should be the first item to appear in the source mark-up of any web page, is an instruction to the...
View ArticleHTML5 character encoding
HTML5 character encoding zymphonies Fri, 04/19/2013 - 16:57 Every piece of text you have ever seen on your screen, that actually stored in a particular character encoding. There are hundreds of...
View ArticleUsing CSS3 for alternate row colors
Using CSS3 for alternate row colors zymphonies Fri, 04/19/2013 - 16:59 The DIV movement of getting away from table-based design taught us that tables should be used only when you're presenting a table...
View ArticleHTML comment
HTML comment zymphonies Fri, 04/19/2013 - 17:01 Comments are piece of code which is ignored by any web browser. It is good practice to comment your code, especially in complex documents, to indicate...
View ArticleKeep Flash behind other elements
Keep Flash behind other elements zymphonies Fri, 04/19/2013 - 17:03 Dropdown menu going "behind" a flash movie, or staying on top of a lightbox layover. You have a CSS based drop-down menu in your...
View ArticleAdding body class for IE
Adding body class for IE zymphonies Fri, 04/19/2013 - 17:06 Conditional comments allow special syntax constructions for checking the IE version and are proprietary to Internet Explorer for Windows. A...
View ArticleBootstrap framework
Bootstrap framework zymphonies Tue, 02/10/2015 - 17:51 Bootstrap is open source and most popular front-end framework for developing responsive, mobile first projects on the web. It's hosted, developed,...
View ArticleMake your website responsive
Make your website responsive zymphonies Tue, 02/10/2015 - 17:52 Web design method has changed a lot over the last few years and gaining responsive web design popularity. Now a days everyone is looking...
View ArticleHow to redirect Mobile users to different URL
How to redirect Mobile users to different URL zymphonies Wed, 04/01/2015 - 15:15 Responsive Website/Mobile App is very essential part of current Business trend. All top level social media and eCommerce...
View ArticleHTML5 Web Storage, localStorage and sessionStorage
HTML5 Web Storage, localStorage and sessionStorage zymphonies Wed, 04/08/2015 - 15:14 localStorage and sessionStorage is extend HTML5 Web Storage. localStorage, sessionStorage and cookies are all...
View Article