Author: djavupixel

  • Add Dashicons to your WordPress Plugin Admin Menu Icon

    Since WordPress 3.8 nice menu icons on dashboard appear beside different settings menu e.g. Posts, Pages, Media, Appearance etc. These icons do not use images but are build with CSS. If you are a WordPress plugin or theme developer, you can use these icons to have a nice icon for your product’s dashboard menu. Admin…

  • Insert multiple rows via a PHP array into MYSQL

    Sometime you want to pass a large dataset into a mysql table using PHP. Assembling one INSERT statement with multiple rows is much faster in MySQL than one INSERT statement per row. This sounds like you might be running into string-handling problems in PHP, if fact it is an algorithm problem. Basically, when working with…

  • An Introduction to CSS3 Media Queries

    An Introduction to CSS3 Media Queries

    Technologies such as CSS3 media queries are becoming increasingly important and all new websites should use them. The main reason is that visitors have certain expectations when viewing your site on everything from a desktop to a laptop to a netbook to a tablet to a handheld. They expect your site to maintain a high…

  • Quick way on how to show hidden files in OSX

    Quick way on how to show hidden files in OSX

    Sometimes you find yourself needing to access hidden files on your Mac, like an .htaccess file from your server, a .bash_profile, a .svn directory. On a Mac anything preceded with a ‘.’  is invisible by default. InvisibliX is a free application that will toggle hidden files to become visible.