-
Recent Posts
Recent Comments
- robert on Terminator Zombies
- robert on Stories I Tell To Entertain The Weak Minded
- nouveau maillot barca on Parsing XML With PHP SimpleXML
- PutThatThornBack on iCrap, Or Why I Hate Apple Products
- bear on A Public Service Announcement from F.O.O.D.
Archives
- April 2024
- December 2023
- October 2020
- September 2020
- January 2020
- March 2019
- November 2018
- August 2018
- July 2017
- June 2017
- December 2016
- May 2016
- April 2016
- July 2015
- June 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- May 2014
- April 2014
- September 2013
- December 2012
- November 2012
- August 2012
- June 2012
- May 2012
- March 2012
- February 2012
- November 2011
- October 2011
- September 2011
- July 2011
- June 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
Categories
- Airlines
- Art
- Complaints
- Computer Stuff
- crafts
- crochet
- Electronics
- Fun With Photoshop
- Government
- Gringo America
- jQuery
- Mac
- Movie Reviews
- My Opinion
- My WordPress Experiences
- MySQL
- Off Thoughts (Off as in Not Quite Right)
- PHP
- Poetry
- Remember When
- Reviews
- SQL
- taxes
- Travel Agencies
- Useful Thoughts (as Opposed to Off Thoughts)
- writing
Meta
Category Archives: PHP
Quick And Easy Music Command Generator In PHP
I won’t go in to the convoluted reason why I needed to write this script, but I will tell you that I recently used it to convert over 540 music files (using FFMPEG) from wma to mp3. You see, when … Continue reading
Working With XML/XSLT, JSON, And PHP
So, this tale, which for your sake I will attempt to make brief, is typical of my experiences in web development. As one of my old bosses used to say (and I’m paraphrasing), “if there’s a hard way to do … Continue reading
Posted in PHP
Tagged api, client-side, javascript, jquery, mysql, NOAA, php, script, server-side, SOAP, sql, weather, xml, XSL, XSLT
Leave a comment
Install A Linux Web Server On Your Windows 7 PC With Vagrant
First, I’d like to reference an excellent video tutorial that I used for my initial foray into the Vagrant world. Click here to see that tutorial. Disclaimer: This blog entry does not necessarily follow safe computer/networking procedures. Use this only … Continue reading
Posted in Computer Stuff, MySQL, PHP
Tagged installation, mysql, PC, php, script, vagrant, windows 7
Leave a comment
Towns In Connecticut – Highlighting Mapped Regions Of An Image With jQuery
Having lived most of my adult life in another part of the country, I am often at a loss when towns/cities are mentioned (say, for instance, in a job posting). Until recently, the only solution was to google or mapquest … Continue reading
Auto Image Display With PHP And JQuery
This script will automatically display all the .jpg images in a given folder. The beauty of this script is that it needs no database access. The information for the caption (and alt) are in the images themselves. Easy modifications that … Continue reading
Posted in Computer Stuff, PHP
Tagged .htaccess, automatic, content management system, image display, jquery, php, script
Leave a comment
Random Password Generator
One way to make a random password generator. See it in action: Random Password Generator Example Hopefully I’ve commented enough in the code to explain it all: <?php /** * generateRandomPasswords.php * @author Robert Newton <lektrikpukeAtYahooDotCom> * if you use/reuse … Continue reading