GoDaddy: What are you using for an FTP client?
Me: I have tried FileZilla and FTP Commandar – it’s not the client it’s the server.
GoDaddy: Have you tried a different browser?
Me: Browser? Why? I’m trying to FTP files from the server to my hard drive.
GoDaddy: Sometimes a different browser will work better.
Me: I’m using a FTP Client.
GoDaddy: What are you using for an FTP client?
Me: Are you a recording?
Tag: programming
Learned a new skill today how to get…
Learned a new skill today – how to get creative in fixing a database.
Feel like I could FLY!
Open Source Ad Network http orbitopenadserver com help…
Open Source Ad Network
http://orbitopenadserver.com/help/extensions/any.pdf
WordPress things I should look into soon Good…
WordPress: things I should look into soon,
Good plugins.
What To Do Or Consider After You Enable Multisite In WordPress
http://wpmu.org/20-essential-plugins-for-wordpress-multisite/
Snapshot database backup, need to test out.
WordPress shopping carts http wordpress org extend plugins…
WordPress shopping carts
http://wordpress.org/extend/plugins/wp-online-store/screenshots/
http://thecartpress.com/
http://wordpress.org/extend/plugins/simple-e-commerce-shopping-cart/screenshots/
http://wordpress.org/extend/plugins/apptivo-ecommerce/
http://wordpress.org/extend/plugins/woocommerce/screenshots/
http://wordpress.org/extend/plugins/wordpress-ecommerce/screenshots/
http://wordpress.org/extend/plugins/thecartpress/screenshots/
http://wordpress.org/extend/plugins/ecommerce-feeder/
http://wordpress.org/extend/plugins/orderstorm-wordpress-e-commerce-custom/screenshots/
http://wordpress.org/extend/plugins/ready-ecommerce/
Companies Looking for Bloggers https docs google com…
Companies Looking for Bloggers: https://docs.google.com/spreadsheet/ccc?key=0AgX29mI2L28cdE83cWNWdlBVd2ZoSWRVVVJFeXhOQnc&pli=1#gid=0
That moment when you realized you’ve spent far…
That moment when you realized you’ve spent far to much time fighting with the admin of the demo/build site trying to fix the live site.
HTML Table Generator http www quackit com html…
HTML Table Generator
http://www.quackit.com/html/html_table_generator.cfm
Android Tutorials For Apps & Game Development by…
Android Tutorials: For Apps & Game Development
by damarias rodriguez
LimeJS framework https groups google com forum fromgroups#…
LimeJS framework
https://groups.google.com/forum/?fromgroups#!forum/limejs
https://groups.google.com/forum/?fromgroups=#!topic/limejs/H7VvuePjNNw
https://groups.google.com/forum/?fromgroups=#!topic/limejs/UFKAQAUklF4
https://groups.google.com/forum/?fromgroups=#!topic/limejs/lEnkeXDcdvs
https://groups.google.com/forum/?fromgroups=#!topic/limejs/In-Xzsy7KWA
LimeJS framework https groups google com forum fromgroups#…
LimeJS framework
https://groups.google.com/forum/?fromgroups#!forum/limejs
https://groups.google.com/forum/?fromgroups=#!topic/limejs/H7VvuePjNNw
https://groups.google.com/forum/?fromgroups=#!topic/limejs/UFKAQAUklF4
https://groups.google.com/forum/?fromgroups=#!topic/limejs/lEnkeXDcdvs
https://groups.google.com/forum/?fromgroups=#!topic/limejs/In-Xzsy7KWA
How to remove the theme update remove action…
How to remove the theme update:
remove_action( 'load-update-core.php', 'wp_update_themes' );
add_filter( 'pre_site_transient_update_themes', create_function( '$a', "return null;" ) );
wp_clear_scheduled_hook( 'wp_update_themes' );
Or deactivate the theme you want to change the update.
Rename the theme you don’t want to show an update.
Reactivate the theme you don’t want to update.