Slow economy is finally coming to my house. I just finished a big project for www.ERPtips.com, my bread-n-butter client (I've been developing their large...
What is your favorite PHP Editor? Learning resource? I'm aiming to get up to speed in PHP as quickly as possible. Having been an ASP developer for nearly 10...
I don't know how good the PHP editor support is in Eclipse, but I tend to use Eclipse as my default editor for everything because it has such broad support for...
While you're at it with PHP, it's also worth noting that Adobe is offering Flex Builder free of charge to unemployed developers. Flex is a very in demand...
Waaay cool, Cameron, thanks! I need to get a bunch more skills under my belt, it appears. I set up ColdFusion Developer Edition today, and Dreamweaver trial...
I had forgotten about Notepad++ - thanks for that reminder, for sure, I have it, never tried it, needs an update. Gad, I download every little gadget...
If you are going to be doing CF and Flex development, I would recommend using CFEclipse (www.cfeclipse.org) over just about anything else. It's also built on...
I would appreciate some help with CSS. I would like to center the content of a Web page. In other words, if the user changes the width of the page, the left...
Set a width to your containing div and auto margins on the left & right. Something like this. <div style="width:900px;margin:10 auto;"> <h1>Centering is...
You should always separate the style from the content by using a .css file. Here is my usual treatment for centering: /* * If you want to make the page a fixed...
I use Eclipse to work with PHP. Before I was a PHP programmer I was a Java programmer, and I believe Eclipse started out as a Java IDE. Eclipse works well...
Don't resize images with HTML. These two are huge: http://www.cresdirect.com/images/CRES-H.jpg http://www.cresdirect.com/images/Informer-2Q09.jpg ... -- Matt...
Thanks everyone. I've got Eclipse set up with CFEclipse + Aptana + Aptana's PHP extension. Haven't played with Aptana yet, but have gone through a few...
A client is currently using PayPal's basic shopping cart but wants to be able to create coupons himself. Has anyone ever used http://www.e-junkie.com? ...
Not familiar with that, but you might want to take a look at Zen Cart. It comes with a Paypal module and allows for coupons, sales with date ranges, etc. You...
Unfortunately, there is no way this client could handle Zen Cart, although he's a Buddhist :) Supposedly e-junkie is easy for the user once it's in place -...
Part-time employment opportunity at Cartridge World San Diego (Clairemont) Cartridge World San Diego is accepting applications for a part-time (20-30 hours a...
I have a div with a picture in the background. I want the user to see a hand cursor when they mouse over it and when they click, it should link to where I...
I'd change my markup to the following: <div id="logo"> <a href="/index.php">Go Home</a> </div> In your CSS: #logo { float: left; } #logo a { display:block; ...
Please ignore that question about the hand cursor. It worked fine when I migrated to a server. Andrew Werber [Non-text portions of this message have been...
Hey all, Long time - I am recently back in the web dev biz and have a puzzle to solve. This puzzle is about a compatibility issue with Firefox & Safari using...
Hi All, Thanks to the wonders of WordPress, it's been quite a while since I've set up an HTML form on a traditional site. What are folks using these days for a...
Please O! please don't use that archaic formmail script. Matt would cry, along with the rest of us. The solution I use is a PHP or ASP email script on the back...
LOL, thanks Joel! Definitely looking for ready-made.definitely NOT going to make you (or Matt) cry. Lisa :-) ________________________________________________ ...
what scripting is at your disposal? is this on a *NIX box where you'd like PHP, or on a Windows machine where ASP might be more native-like? I can provide...
Hello all, I'm doing some web site updates on a site that was previously designed by someone else and I noticed that all of the meta tags are empty and say ...