Welcome to Solo Webdesign! I'm a freelance web development, doing my best to bring you exactly what you desire! I specialize in web development, designing creative and corporate online brochure sites, ecommerce sites and client managed sites cms implementation, – for both small businesses and large. See my portfolio. I love designing interactive Web sites, and it is fantastic that people pay me to do something I love. I have been working full-time freelance for almost 3 years now and I have been doing part-time freelance since 2004. Please visit my quote page if you are looking for me to serve your needs. Thank you for visiting me at solowebdesign.blogspot.com and if you liked what you saw tell your friends about me! - Kris

Insert AdSense Ads Automatically in Drupal Nodes and Teaser Lists

Now you can Insert AdSense Ads Automatically in Drupal Nodes and Teaser Lists. Mike has write a module that tweaks a node's body or teaser to insert an inline AdSense ad, when a node is rendered on a full page or teaser list.

This is a powerfull AdSense Module. You can enable/disable the inserted AdSense with just a click of the mouse without need to edit each node. As an administrator, you will be allowed to enable automatic insertion of an AdSense ad into the page without the content editor having to insert inline [adense] filter tags, or having to edit a site's template.php (or other template files.) This offers a big advantage, as you can change the ad format, group, and channel on the fly without hand-editing each node (which is the only way I can think of doing it if you are using inline filters).

How to Recover Joomla Admin Password

About the joomla admin password, firstly, you must know that The passwords are stored using a one-way MD5 hash which prevents recovering the password. So you cannot recover the existing password, but you can reset it to a new password by editing the password field in the database.

But for this proccess you have to encript the new one into MD5 code. You can not just type your new password into the MySQL database field. Set the password to a known value and then you may log-in using that new password.

How to Optimize WordPress

If you use WordPress as a publishing platform, here are some tips to make WordPress run faster in the eyes of your readers.

Using a light weight theme

Not in terms of loading time but in terms of delivering the reader the information he wants in the clearest way possible. light weight theme means: little colour, images minimalis, use brief content. just write a providing information which the reader is looking for

I like Andy Staines’ Advanced Admin Menus Plugin by which lets me reach every admin page with one page load only.

stripping extraneous PHP calls out of your theme

You can speed things up by stripping extraneous PHP calls out of your theme. Try to replace a lot of 10 or 15 calls to PHP functions with hard text and you should see a speed increase. For example is the PHP call to insert the name of your blog into the Title of the page.

Using cache plugin

You can use WP-Cache for caching or WP Super Cache plugin which will caches pages as static html files, and really helps to optimize wordPress loading times.

How to Back up your Joomla website

Ok we all know you have taken all steps to prevent your website to secure your website and prevent it from being hacked. However, there are many other things which can go wrong with your Joomla website. When you have a busy site, you can never have enough backups. The following are easy ways to have a complete set of backups of your Joomla website. Did I mention that each of these comes for free?

How to Secure Your WordPress Admin

I don’t know how much credence I give to the idea that WordPress is inherently insecure by default, but I do understand that people want to take steps to further protect their blogs. Smashing Magazine has put up an article relating to securing your WordPress admin, and while this won’t make your blog secure if you are making other security mistakes, it can be a great last step in a comprehensive security audit.