With reverse IP checker tools you can find all the websites hosted on a given IP address. All you need to do is enter the domain name of the website
How to Create Perfect Pre Tags
Everything you need to create prefect pre-formatted content.
Is your CSS reset doing more harm than good?

Find out what problems comprehensive CSS resets can cause and how you can overcome them with a CSS reset that’s custom tailored for each website.
15 Ways to Improve CSS Techniques Using jQuery

Combining CSS & JavaScript together will let you enhance the user experience by providing more intuitive and responsive web interface. Here are 15 ways you can use jQuery to improvee CSS techniques.
CSS Specificity – Coding Method
Alternative method for CSS organization and coding based on CSS Specificity.
CSS Specificity – Cheat Sheet
CSS Cheat Sheet that can help you understand CSS Specificity
CSS Shorthand – Borders, Margins And Padding

CSS shorthand makes coding a cascading style sheet a whole lot easier. In this tutorial, we look at the power of pairs – that is pairing your pixel values when setting them on various rules such as CSS margins and padding.
CSS Margin Order – How To Remember It

Ever struggle to remember what order CSS margin values follow when declaring a CSS margin rule? This tutorial will teach you a really cool memory trick that will help you remember CSS margin order.
25 Incredibly Useful CSS Tricks You Should Know
Here are 25 incredibly useful CSS tricks that will help you design great web interfaces. Handy resource to nifty CSS tricks that you should know.
HTML5 CSS Reset
HTML5, the shiny, and new HTML for all coders to flee to. For those who have coded in HTML5, you will see new elements, new attributes, and so much more! We all know: I advocate CSS resets. I believe CSS resets are essential to any project. They help reset elements, and attributes so you can [...]
21 Amazing CSS Techniques You Should Know
With time, the quality of CSS tutorials out there on the web has increased considerably. Here are 21 amazing CSS Techniques that you might not have thought could be done by CSS.
CSS Hack for Safari and Google Chrome: Redux
As body:nth-of-type(1) and body:first-of-type are supported by FireFox 3.5x, the hack that I wrote a couple of months ago cannot be used anymore. You may try the following one, which targets only Google Chrome and Safari.