Migrating a WordPress Site – FTP, PhpMyAdmin and SQL queries
In this tutorial we are going to explore how to migrate your Wordpress site from one host to another, using FTP and PhpMyAdmin. We will cover everything from exporting/importing a database in PhpMyAdmin to creating a new one, creating a new user, updating user privileges… And last but not least, I will show you how to update your old domain name URIs (e.g. http://old-domain.com) to your new domain name (e.g. http://new-domain.com) using SQL Queries in PhpMyAdmin.
Create Code Snippets in Aptana to Improve Productivity
“Code Snippets feature in aptana lets you quickly insert small pieces of code into your HTML, CSS, JavaScript, and XML files. Snippets can save you time and hassle of typing out bits of code that you frequently use by adding them into your files by simply double-clicking the name of the Snippet.“
Sponsor list with CSS Sprites and Mootools 1.2
Today, we are going to see how to create a sponsor list with CSS Sprites and Mootools 1.2 as seen on JamieWhinCup. Before we start, have a look for yourself: view demo »
Implement a Nice & Clean jQuery Sliding Panel in WordPress 2.7+
About one week ago, I introduced the Nice & Clean Sliding Login Panel built with jQuery which was a redesigned of my popular Mootools sliding panel. Today, we will see how to implement it in Wordpress 2.7+. Please note I am not going to cover any previous version of Wordpress in this tutorial.
Nice & Clean Sliding Login Panel built with jQuery
Remember my Sliding Login Panel build with Mootools 1.2? Well, I thought it could have been improved both for design and functionnalities and so I did! but with jQuery this time.
Morph Effect on mouseenter/mouseleave with Mootools 1.2
In this tutorial, we will see how to add some amazing effects to an unordered list on mouseover with the Element Method: morph and to make the whole list item region clickable with Mootools 1.2. The goal is to take a boring unordered list and to turn it into something fun to click.