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…
Warning: Cannot modify header information – headers already sent.
Warning: Cannot modify header information – headers already sent by (output started at /home/myaccount/public_html/globals.php:42) in /home/myaccount/public_html/includes/mambo.php on line 302 When you start coding your PHP in your early days most of the…
JQuery Client-Side Calculations
In this article I’ll guide you how to perform client side calculations using JQuery. JQuery is a very powerful tool for client side validations, calculations, animations etc. You might have come across…
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…
How to create a Rounded Corner Box without DIVs
When we talk about table-less HTML/xHTML coding, the first thing that comes to your mind is DIV. To create rounded corners, coders have been depending on DIVs all the time. Yes of…
World of CSS/HTML!
Welcome to WeCodeYourSite – Articles. This is an effort to share css/html and JQuery findings. When we code css/html, we come across with various issues with the browsers, especially in IE6. You…
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)