This blog, onwebdev, has been moved to http://gabrieleromanato.name. Please update your bookmarks.
WordPress: insert a user into the database
Posted on March 16, 2012
0
WordPress stores all user data in two tables, namely wp_users
and wp_user_meta
. If you've ever tried to insert a new user in the database, you've surely stumbled on some WordPress error while trying to display user preferences or profiles. The point is that both tables work together, so that if you fail to specify some data in one of these tables, you'll get an error. Fortunately, there's a solution.
jQuery: Flash menu with sound
Posted on March 10, 2012
Flash is a really valuable source of inspiration for jQuery developers. In this article we'll see how to create a Flash menu which plays a sound when you select an item with a rollover. Let's see the details.