Isotope – Amazing jQuery Plugin

Posted by & filed under Web Resources.

Isotope - amazing jquery plugin

Isotope is a jQuery plugin for creating intelligent layouts and arranging them dynamically. Isotopes achieves such layouts and animations that cant be achieved with CSS alone. The features include revealing and hiding items with filtering and reordering them with sorting. It helps building dynamic and intelligent layouts with captivating animations.
The plugin syntax is progressivley enhanced Continue reading…

Mobile Web Application Development

Posted by & filed under Mobile Web.

mobile-webapps

Introduction

With the evolution of technology and more and more people being able to surf the web from their mobile phones, Mobile Web Application Development becomes a relevant domain of Web Development. The need for mobile based web applications is also justified by the Facebook report which says that 30% of its active users access the Continue reading…

Writing Dynamic CSS with PHP

Posted by & filed under CSS.

Loading dynamic CSS using PHP

Simply create a file, say theme.php. Set the header at the top of the file as
 
[php]header(‘Content-type:text/css’);[/php]
 
 
Caching values can also be set for the CSS file.
[php]$days_to_cache = 5;
header(‘Expires: ‘.gmdate(‘D, d M Y H:i:s’,time() + (60 * 60 * 24 * $days_to_cache)).’ GMT’);[/php]
Then, define all the required style classes like,Smashing CSS: Professional Techniques for Modern Layout
[css]body {width:90%;margin:0 Continue reading…

Google Chrome 9 features faster 3D graphics, web store and instant search

Posted by & filed under Web Browsers.

gchrome

Google has announced the release of stable version of Chrome 9. With this release, the beta features like instant search are now available to all the users. Chrome 9 brings the major features like Chrome Instant, Chrome web store and WebGL. Chrome will be updated automatically for existing users while new users can download Chrome Continue reading…

Its official – HTML5 has a logo

Posted by & filed under News & Concepts.

Web design Standards

 
The World-Wide Web Consortium (W3C) is the company responsible for web standards and they have unveiled a new logo for HTML5. Everyone is excited about the new features and changes that HTML5 is bringing and an official is the icing on the cake. With the logo, the W3C is not only promoting the new Web Continue reading…

Search Engine Optimization

Posted by & filed under SEO.

With the increase in the number of websites, the search engines started helping people in finding information quickly. Search engines developed business models to finance their services, such as pay per click programs.SEO is the process of improving th…