Archive for May, 2006

26th May 2006

Find and replace text in mysql

update TABLE_NAME set FIELD_NAME =
replace(FIELD_NAME,'find this string','replace it with this one');

Posted in WordPress | No Comments »

25th May 2006

CSS Tips

My 5 CSS Tips by Mike Rundle at businesslogs.com.

1. Organize Your CSS
2. Avoid Default Styles
3. Use Your Utility Tags
4. Use The Right Tool For The Job
5. Name According To Where It Is, Not What It Looks Like

Not very sure about #2, but I think the rest of them are good practices to follow. Check out the original post for more.

Posted in CSS | No Comments »

23rd May 2006

Web Standards

Web Standards is defined as a set of rules or specifications that should be followed when developing a website. The main objectives of web standards are to separate data from the presentation, to enhance compatibility, accessibility, extensibility and maintainability and to make user experiences richer and more enjoyable.

Read the full article: Web Standards

Technorati Tags: , , , , , ,

Posted in WWW, xHTML, CSS | No Comments »

22nd May 2006

Theme Switcher not working properly

Some of you may have noticed that the Theme Switcher that I have installed here is not working properly. You have to refresh the page after switching a theme to see the changes. Is there a way to resolve this? Or should I just reinstall the Theme Switched plugin?

Technorati Tags: ,

Posted in WordPress | No Comments »

20th May 2006

Adsense Tips and Tricks

Adsense Tips and Tricks

With personal and commercial blogs, community websites, and social pages becoming the hot topic of the Internet in the last few years, many people have become more Internet-literate and are always looking for ways to make a few hundreds or even thousands from their websites.  This is when Google Adsense comes into play.  Google Adsense, unlike Affiliate Programs, is CPC (Pay-Per-Click) and the good thing about it, is you can still earn some bucks without making a sale. 

As with any other things in this world, it takes time, effort and…

Read the full article: Adsense Tips and Tricks

Technorati Tags: , , , , ,

Posted in Google | No Comments »