idog

How To Upload More Than 2Mb Default Limit By WordPress

04/26/2014 Update with version 3.9 – sample .htaccess where /wp39/ is /blogname/ # BEGIN WordPress <IfModule mod_rewrite.c> <IfModule mod_php5.c> php_value upload_max_filesize 30M php_value post_max_size 30M </IfModule> RewriteEngine On RewriteBase /wp39/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp39/index.php [L] </IfModule> # END WordPress for version 3.9 just edit the .htaccess and

Warning: Missing argument 2 for wpdb::prepare()

With all the new database version and WordPress updates, sometimes I get the warning from the footer scripts. This time with the WP 3.6 update. Warning: Missing argument 2 for wpdb::prepare(), called in C:\xampp\htdocs\wp36\wp-content\themes\i2010techs13\footer.php on line 28 and defined in C:\xampp\htdocs\wp36\wp-includes\wp-db.php on line 992 The fix is to add the code to config.php file – anywhere. @ini_set(‘display_errors’, 0);

Windows 8.1 Resolutions Selection Problem

2013-08-06 I wanted to see my website in lower resolutions and I found out Windows 8.1 doesn’t allow me to select any resolutions beside the native one which is 1600×900. Another bug which is bad for web designer like me.

FancyBox 2

[fancybox2] Now FancyBox v2.1.5 is out, I’m experimenting 2.0.6.1, to me the old 1.3.4 is working quite well, the only thing I like about this FancyBox 2.0.6.1 is the full size image display with the helpers.js which is great. The buttons for gallery are very useful and jquery is the best for all users platforms.

Split Screen Feature Of Windows 8.1

Windows 8.1 has the commercial about its split screen, but it doesn’t really let any 2 programs running at the same time. Watch the video and find out. The stereo mix recording only works with external and not internal microphone. I don’t know when they’re going to get things right.