Category / HTML
All html articles are fall in to this category.
How to make a responsive wordpress theme using twitter bootstrap
Getting started responsive wordpress theme Before you begin creating a twitter bootstrap enabled responsive wordpress theme layout, you need to create the same basic theme layout using css/html. Let’s download the latest…
JQuery Client side Validation – Input Text
Introduction In this article, we are going to look at using Jquery, how perform client side validation for input text on HTML forms. Client side validation is highly regarded when it comes…
How to convert PSD to HTML
A PSD file or an Adobe Photoshop image which has been created and saved in the PSD (Photoshop) format is basically the origin of a website, and sometimes a complex thing to…
How to create liquid gradient rounded corner box
Slicing a gradient rounded corner box is not an easy task in psd to html, especially if you want to make it expandable. You can create gradients in different ways. Let’s consider…
How to create HTML forms using Lists
With this article I’m gonna show you how to create html forms using un-ordered lists. When you slice photo shop designs into css/html layouts, you can use list for greater extend to…
CSS Sprites
What are CSS Sprites? It is a way of combining small image pieces into one image, to reduce the number of HTTP calls made for image resources from your server while browsing…
CSS Sprites for Rounded Corners
In HTML coding rounded corners boxes are frequently encountered. Over the years CSS/HTML coders have used DIVs to implement rounded corners. In my article Rounded Corners Without DIVs, I have shown how…
PSD to HTML Slicing Hack
I believe PSD to HTML is an art rather coding. Great designers always should not think of how to implement there designs in HTML/XHTML. They should think of lucrative designs for the…
PHP Null Value Check
There are many ways to check Null values in php. This a mandatory requirement for php developers. Here is one perfect example I came a cross a little while ago. That is,…
How to Align Unordered List bullet Image
This an article about how to align bullet image of an unordered list(ul). When you start slicing a PSD to html you will come across a number of times to align bullet…
Two Column Layout with Unordered List
Here is another demonstration of building a two column layout using the unordered list <ul> tag. Assume that you’ve been asked to code the following layout. We can code the above layout…
Popular Categories
- ASP.NET MVC3 (4)
- ASP.NET MVC4 (4)
- Bootstrap (7)
- C# (2)
- CSS (12)
- CSS Sprite (3)
- EF-Core (1)
- Frameworks (1)
- General (2)
- HTML (13)
- JavaScript (12)
- JQuery (6)
- PHP (9)
- PSD to HTML (3)
- Reactjs (7)
- WordPress (8)
- XHTML (9)