This is a CSS feature that could come in very handy when needing to create a simple shadow effect on a piece of text, Photoshop doesn’t get a look in!
In this shadow effect feature the property accepts a comma-separated list for how the shadow will be applied to the...
Recent studies suggest that the Yahoo and Bing alliance has managed to bag at least 30.5% of the marketshare. This figure is almost half of the marketshare that Google claims, which makes Bing and Yahoo all the more important. Just for your knowledge Bing has closed a deal with...
User Experience (UX) design isn’t just the responsibility of designers—it’s a fundamental part of marketing. Why? Because no matter how brilliant your marketing campaigns are, if users land on a website that’s confusing, slow, or frustrating to navigate, they won’t convert. In today’s digital landscape, great UX equals better...
Today I’d like to show you how to make your work easier by creating whats called an Action. Actions are simply little scripts that tell Photoshop to perform a pre-defined set of tasks.
For example, lets say that you have lots of images that you want to turn from color...
When you create new website, first thing to focus on is domain name. You can change blog layout, its content but changing domain name is a tedious task. You may lose potential readers and website traffic from your website. It is important to focus on characteristics of domain names...
Robots.txt is used to instruct search engines to automatically discover your pages and then search the index page. Most sites have folders and files that do not need the search engine robots to visit, so creating a robots.txt file can help you with SEO.
Robots.txt file is a simple file...
Users use blogs (WordPress, Joomla, Blogger, Dotclear, etc.) are no stranger to Tags, and Category. However, if you are a beginner, Tags and Caterogy are not entirely simple.
Technical understanding of the similarities and differences between the two organizations and mark posts Tags and Category will help you not only...
You often hear external links (inbound links - links to other websites) is not good for the website. But the fact is that if you create the design in addition to the right way will help your site rank better. WebmasterSun will point out a few reasons why create...
It takes the form:
preg_match('/regularexpression/', $textstring)
Note the forward slash at the start and end of the regular expression. This is a way of indicating there is a regular expression between the forward slashes. Other PHP commands used with regexs are preg_split, preg_replace and preg_match_all. You can find out more of...
1) Know how to use reset.css:
2) Learn to use CSS shorthand:
3) Understand how to use class and id
4) Know how to use semantic HTML (used to make menu li ... for example)
5) Construction layout using div instead of tables (of course still use tables for tabular data. To do...