Search the Wiki

Viewing 201 to 210 of 337 items

Increase PHPAdmin import size for MAMP

Change the following values in php.ini upload_max_filesize post_max_filesize and memory_limit Save the file and restart MAMP. See this video for a demo: http://youtu.be/9VjTfa32n0o

0

Import and export WordPress post content with phpmyadmin

Taken from this support thread on the WordPress website: http://wordpress.org/support/topic/import-export-posts-with-phpmyadmin  Obviously remember to download and upload the latest files onto the server…….. When exporting from the database make sure you include the following tables: wp_comments wp_links wp_posts wp_posts_meta

0

iOS Add to Home Screen prompt for website

See this project: http://cubiq.org/add-to-home-screen ….and it’s GIST: https://github.com/cubiq/add-to-homescreen A good article and piece of code for creating homescreen icons and start up images for iOS: https://gist.github.com/2222823

0

PHP date() Function

Taken from: http://www.w3schools.com/php/func_date_date.asp The date() function formats a local time/date. Syntax date(format,timestamp) The timestamp is optional, format options are listed below: Specifies how to format the result: d – The day of the month (from 01 to 31) D – A textual representation of a day (three letters) j – The day of the month without  Full Article…

0

Hide WordPress admin menus based on user roles

Taken from: http://sethstevenson.net/customize-the-wordpress-admin-menu-based-on-user-roles/ Important Note: This tutorial is an alternative which is untried but looks very interesting. WP Tuts – Customising Your WordPress Admin WordPress can be a powerful content management system but if you have multiple users often some can end up with permissions that you really wish they didn’t have. There are plenty of plugins that will let you customize user  Full Article…

0

How to Share an External Drive Between a Mac and a PC

Taken from: http://www.pcworld.com/article/250431/how_to_share_an_external_drive_between_a_mac_and_a_pc.html Want to use a single external drive with both a Mac and a Windows PC? Follow our guide to learn how to do it. Looking to share an external hard drive between a Mac and PC? The best way to do it is with a drive formatted as FAT32. Though this format has  Full Article…

0