-
The Semantic Grid System
Page layout for tomorrow. Set column and gutter widths, choose the number of columns, and switch between pixels and percentages. All without any .grid_x classes in your markup. Oh, and did we mention it’s responsive? Runs on LESS, SCSS, or Stylus. Read up on Smashing Mag. Read more >
-
Javascript forms validation. Powerful, UX aware & Dead simple.
Parseley.js these its great tool for developers check out Never write a single javascript line anymore to validate your forms FrontEnd. Parsley will do that for you – and do it right –, thanks to its powerful DOM-API ! Read More
-
Organic Tabs
The purpose of this demo is to show a tabbed area where the content in tabbed panels are of different heights. When we switch between tabs, the content below is gently moved up or down to accomodate. Read more
-
CSS: Elastic Videos
While I was coding the Elemin Theme (a responsive WordPress theme that I recently designed), one of the challenges that I faced was to make the embedded videos elastic Read More
-
Publishing Adobe Flash CC animation on HTML Using TOOLKIT CREATEJS
This a new feature of FLASH CC checkout this video [iframe src=”http://tv.adobe.com/embed/1213/17879/” width=”100%” height=”367″ frameborder=”0″ allowfullscreen scrolling=”no”] Source (ADOBETV.com)
-
Responsive Design with CSS3 Media Queries 300
Screen resolution nowsaday ranges from 320px (iPhone) to 2560px (large monitor) or even higher. Users no longer just browse the web with desktop computers. Users now use mobile phones, small notebooks, tablet devices such as iPad or Playbook to access the web. So the traditional fixed width design doesn’t work any more. Web design needs
-
Responsive Design in 3 Steps
Responsive web design is no doubt a big thing now. If you still not familiar with responsive design, check out the list of responsive sites that I recently posted. To newbies, responsive design might sound a bit complicated, but it is actually simpler than you think. To help you quickly get started with responsive design,
-
CREATE .htaccess file online
This great tool for create .htaccess file read more (source: http://www.htaccesseditor.com/) -
Beginner’s Guide to Responsive Web Design
What is responsive design? Let’s just get right into it: Believe it or not, the Treehouse blog that you’re reading this article on is actually a responsive design! To see it in action, open this article on a desktop browser and slowly make the browser thinner and wider. You should see the layout magically adjust
-
htaccess-guide
Apache .htaccess Guide & Tutorial >>
How to use .htaccess
‘.htaccess’ is the filename in full, it is not a file extension. For instance, you would not create a file called, ‘file.htaccess’, it is simply called, ‘.htaccess’. This file will take effect when placed in any directory which is then in turn loaded via the Apache Web Server software. The file will take effect over the entire directory it is placed in and all files and subdirectories within the specified directory.You can create a .htaccess file using any good text editor such as TextPad, UltraEdit, Microsoft WordPad and similar (you cannot use Microsoft NotePad).
Here is an example of what you might include in a .htaccess file.
Read More (source htaccess-guide.com )