My daughter came home from school last week with a book that she checked out from the library and to my surprise it was a cookbook (needless to say, I was thrilled!). After carefully looking through the book, she said... (Continue reading)
My mom used to make goulash for us when we were kids and it was one of my favorite meals. I haven’t had it for years and I have been craving it lately. My mom would make her goulash with... (Continue reading)
Drupal, Joomla and Wordpress are very popular and powerful content management systems. They are all written in PHP, support the MySQL DBMS and are built on a modular architecture that allows for extending them with additional functionality. There are hundreds of free add-ons... (Continue reading)
ref link: http://www.webdesignerwall.com/general/useful-wordpress-plugins/ There are several thousands of WordPress plugins in the WordPress community and new plugins are coming out everyday. However, not all plugins are useful, in fact some are very bad written that will mess up your site or harm your... (Continue reading)
WordPress login logo looks nice, but sometimes you may want to change it, for example when building a site for a client. In that case, you can use a plugin, or simply take advantage of this cool hack. Nothing hard with... (Continue reading)
Happy 2010! To start this new year with a great WP recipe, I’m going to show you how you can easily remove menus in the WordPress dashboard. This can be really useful when building a WP site for a client. Simply... (Continue reading)
Do you ever wanted to be able to get tags related to one (or more) specific category? If yes, I’m pretty sure you’ll be delighted with this very cool tip. First, here is the function you have to paste in your function.php... (Continue reading)
In my other blog Cats Who Blog, I have demonstrated how being a guest blogger is definitely a great way to gain new readers. In order to give your guest authors some credits, you should definitely implement this easy tip. Nothing hard... (Continue reading)
Today, here is a nice piece of code to display all thumbs related to a specific page on a media pages. Very nice for galleries! Simply paste the following function into your functions.php file: function wallthumb($id=false,$beforelist='<ul>',$afterlist='</ul>',$beforeitem='<li>',$afteritem='</li>'){ ... (Continue reading)
Printed magazines often display text in columns, so why blogs shouldn’t be able to do the same? Juste read on to find out how to easily and automatically display your post content in columns. This code is poweful but definitely easy... (Continue reading)