Changing the php file upload limit in Funtu Linux

Posted on: Wednesday, 2013.05.01 by J.D. H. in in Uncategorized,

To increase the PHP upload limit on a Funtoo based server, I needed to adjust these two settings in php.ini: php_value upload_max_filesize 15M php_value post_max_size 15M More related resources: upload – Changing upload_max_filesize on PHP – Stack Overflowhttp://stackoverflow.com/questions/1122418/changing-upload-max-filesize-on-php<?php ini_set(‘upload_max_filesize’, ’10M’); echo ini_get(‘upload_max_filesize’), “, ” , ini_get(‘post_max_size’) I end up with: Changing the php file upload [...]

Tagged with:  

How to fix Customized Recent Comments duplicate comments

Posted on: Friday, 2013.02.08 by J.D. H. in in Misc Links, WordPress tips, Work,

Customized Recent Comments is a great plugin for displaying recent comments on your WordPress blog. It has all the features I need and requires minimal install and setup. With most ‘recent comments’ plugins/widgets, if you (the blog owner) respond to a bunch of comments at once, you end up having your comments take up the entire recent comments [...]

Tagged with:  

Make Windows 7 fulltext search PHP documents

Posted on: Friday, 2012.03.23 by J.D. H. in in computer tips, NetRender, Work,

Recently while trying to find the PHP file that I needed to edit, I was once again frustrated by Windows seeming inability to search the text contained in PHP files Windows obviously has the capability to do file content searches since it does so for .txt files. Finally I got fed up with it and [...]

Tagged with:  

Building a random name generator

Posted on: Friday, 2011.10.21 by J.D. H. in in computer tips, Misc Links,

Last night I had fun building a  little random name generator for my friend Adam and my wife. They both write and sometimes it is difficult to come up with names for characters, that is where the new tool comes in handy: Character Name Generator Every time you refresh the page you get a new [...]

Tagged with:  

Fixing Warning: date() [function.date] in PHP 5.3 [solved]

Posted on: Sunday, 2011.10.02 by J.D. H. in in computer tips, Weblogs.us, Work,

If you recently upgraded to a newer version of PHP, like PHP 5.3, you may be getting some errors similar to this in your PHP scripts: Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you [...]

Tagged with:  

Work links: slider selects and fuzzy queries

Posted on: Thursday, 2010.03.18 by J.D. H. in in Work,

I’m working on a new project, here are some links that have been helpful to me… Overview of slider techniques: Javascript/Ajax Techniques for Sliders – Noupe http://www.noupe.com/javascript/30-javascriptajax-techniques-for-sliders-scrollers-and-scrollbars.htmlIn this article we’d like to present a list of hand-picked Slider techniques you can use to achieve some special visual effects in your designs… Specific slider examples: jQuery [...]

Tagged with:  
64 queries in 0.484 seconds.