Saturday, March 5, 2011
Installing a Complete Web Development Machine on Windows 7 with CakePHP
1. Install Web Platform Installer
2. Install PHP Manager, PHP 5.3, CGI (including FastCGI), URL Rewrite Module (Not quite as bullet proof as Mod Rewrite, but very well done)
3. Install MySQL CE
4. Install MySQL Workbench (If you like GUI MySQL management)
5. Copy Over CakePHP to Library, and Add PHP executable path, and cake console path to Env PATH
I recently, installed Windows 7 on my laptop, (Thanks Chuck) and it gave me the opportunity to re-create my development environment.
Supposedly, Windows has a WebMatrix Package the creates a fully functional web server stack, but it uses SQL Server express, which always just seems so heavy to me.
CakePHP on Mac OSX
The newer version of Mac OSX has apache built into it. On OSX, Apache is called Web Sharing and the Web Server itself can be turned on in the System Preferences.
Also, PHP comes installed and ready to use via the command line.
If you want an actual Web Server stack there are a couple things you need to change to make it all work.
Htaccess – By default Mac disables the htaccess rewrites and stuff. So edit
the /etc/apache2/httpd.conf to AllowOverride in the Directory Directive.
PHP – By default Mac disables the PHP module. So edit the
/etc/apache2/httpd.conf and uncomment the PHP module.
And for those of us that wear the I heart CakePHP t-shirts...
To use the Cake Console directly from the command line – Add cake to the ENV path, by adding a simple file to the
/etc/paths.d directory that contains one line of the path to the cake console file.
And there you have it, a full blown Production Environment Grade Web Server right there in every Mac.
We use a Mac at work for preparing and uploading images to our web properties... I needed to tap a couple Soap APIs from the Mac and was getting ready to install the dreaded, bulky, MAMP. I was relieved when I found this fully functional web server built in, very cool.
Tuesday, June 30, 2009
Sync your contacts between Thunderbird and Gmail using Zindus
- Download Zindus
- From the tools menu choose addons
- Click install and browse to where you downloaded the file
- Restart Thunderbird
- From the tools menu choose Zindus
- Enter your google account information, and let it go
Syncing your iPhone with Gmail
- Plug iPhone into the computer you normally do.
- Click on your iPhone from the devices list.
- Choose the info tab up top
- Click the checkbox to sync contacts
- Choose google contacts from the sync with options
- Enter your google account information, and let it think for a bit.
- Click the Sync button in the lower right hand corner
- Choose the Merge Option when the window comes up
- The iPhone will be syncing for a minute or so, depending on how many contacts you have.
- You are all set.
Update: 2001 Honda Passport Pinging Issue
- I put new spark plugs in
- I ran through some fuel treatment
- I replaced the air filter
- I changed the oil
Posting to your blogger blog from your email
- Sign in to your blogger account.
- Click on the envelope to the left of the blog name.
- Choose a unique name for the email address.
- Start sending posts to your blog.
Thursday, April 23, 2009
My Honda Passport is pinging...
Here is a post from a site that I found.
//External Post Start. Source
My engine is knocking and ping’ing what can I do?
http://www.automotiveforums.com/vbulletin/showthread.php?t=178212
http://www.automotiveforums.com/vbulletin/showthread.php?t=153083&highlight=ion
If you have a 2000-2004 Isuzu, make sure you only use Denso K16PR-P11 spark plugs. Check the link below to buy them for 6.80/plug (note the dealer charges about 17/plug)
http://www.sparkplugs.com/results_app.asp?AAIA=1363272&mfid=3
The 2000-2004 engines have the GM/delphi "ion sensing" ignition system where the spark plugs are used as a sensor (when they are not firing) to measure the electrical resistance of the gasses in the combustion chamber. Other plugs may cause the ECU to register a code (misfire code: P1340). Also, it has been noted that some 00 trucks came with champion plugs from the factory, which cause knocking, due to to ion sense coils.
If you have 1998-1999, the suggested plugs are NGK or Denso or Champion double platinum plugs.
A dirty EGR port may cause knocking. Knocking also, may be caused by carbon build-up in the combustion chamber. Adding one 20oz bottle of Chevron Techron Concentrate® every 3k, will help to keep the combustion chamber and fuel injectors clean. Also Sea Foam is another excellent product to use (it can be added to the gas and the oil).
Finally keep that PCV valve clean! Either replace it once a year, or pull it every 6 months or so and spray it out with some carb cleaner.
//External Post End.
Of course this is for isuzu rodeos, but if you don't already know Honda Passports are the same SUV, just with different name plates.
I have not solved my problem quite yet... My Passport already has Denso plugs, so I will put new ones in, and I might try to get the newest ECU configuration from the dealer, which was a recommendation from one of the automotiveforum threads.
Will post an update as soon as I fix my problem.