Jean is an Internet and Multimedia specialist with a keen interest in music, technology, business, sports and psychology.
Jean Galea
Internet Consultant in Malta
Jean Galea: entrepreneur and internet specialist. Holding an M.Sc. in Multimedia & Internet Computing from Loughborough University, Jean specialises in web design and development, email marketing systems and general internet consultancy.
Best WordPress Security Articles
http://www.problogdesign.com/wordpress/11-best-ways-to-improve-wordpress-security/
http://speckyboy.com/2009/09/22/20-powerful-wordpress-security-plugins-and-some-tips-and-tricks/
http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/
http://digwp.com/2010/07/wordpress-security-lockdown/
http://aext.net/2010/05/wordpress-security-plugins/
http://www.bloggingpro.com/archives/2010/04/20/wordpress-security-a-comprehensive-guide/
http://mashable.com/2010/04/28/wordpress-security-tips/
http://wordpress.org/news/2009/09/keep-wordpress-secure/
How to use WordPress 3 Custom Menus
http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus
http://www.cozmoslabs.com/2010/06/28/wp_nav_menu-shortcode/
WordPress 3 Current Page Style in Menu
In WordPress 3 when you create a custom menu, you can also assign a different style to the menu item representing the current page. WordPress automatically assigns a class to the menu item of the current page: current-menu-item.
All you have to do is add styles to this class in order to have a different looking menu item for the current page.
Easy Styling of TinyMCE Editor in WordPress 3
Just add the following to your functions file:
add_editor_style();
Then create a file called editor-style.css with the rest of your theme files, and put all the styles you want to use in the editor there.
WordPress Development Plugins
Here are a few plugins that can help you while developing on WordPress:
- WP Developer Assistant – because it has some reports and features which are very handy
- Debug Queries – Analysis of queries
- Debug Objects – Evaluates many values
- FirePHP – as Plugin for WordPress to access specific content without crawling through your source code
Thanks for reading, please leave comments if you have any additional ideas...

