Just wanted to say thanks to everyone who offered suggestions for chat rooms for my client's site. My client is reviewing all of the options you suggested and...
Hello all, I have a new client who wants to do site updates herself in Front Page. I use Dreamweaver to hand code my HTML as well as creating Library files...
From what I know about Fp, it will not play nice with DW. FP is one that plays by its own rules, and not always by what the rest of the industry does. It does...
I have no idea if this is an option but you may want to see if she's willing to use Contribute instead. http://www.adobe.com/products/contribute/ MUCH easier...
Hello I'm using PHP and MySQL. I'm stuck on a query, and I have a feeling the final version is going to be big, with a lot of moving parts. I'm dealing with a...
Ermie, It seems that the hard part is the SQL and as you said, you already got that part working. When you pull the result from the query and you display the ...
Nestor Actually, I have not been using mysql_fetch_assoc (but rather mysql_fetch_row).....now I believe looping through an array is the key. Thank you! Ernie ...
for most of our clients, we'll suggest a redesign on a yearly basis. _____ From: websandiego@yahoogroups.com [mailto:websandiego@yahoogroups.com] On Behalf Of...
I just renewed my business license over the weekend and noticed that the San Diego government site doesn't look like it's changed in about 10 years. _____ ...
Twitter Workshop (3 hours) Sat. March 28th We can't tell you why everyone is so fascinated by Twitter, but we can tell you that you need to be on there and we...
Most designers and web developers only scratch the surface of the potent language that is CSS. In terms of programming languages, CSS has a fairly simple...
Most designers and web developers only scratch the surface of the potent language that is CSS. In terms of programming languages, CSS has a fairly simple...
Greetings from Blizzard-Ridden Colorado ~ I have a client searching for an experienced vehicle wrap designer. Does anyone have a referral to share? If so,...
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...