Back in the game.

Associate
Joined
25 Aug 2008
Posts
947
Right,

I'm gonna get back in the game...

Not done any dev work for a while, but I have done a few side Java servlets for people.

With regards to websites, is it still very much doodle your site in say photoshop, and then cut up/build with css/html...

Looking to give the CSS side of netbeans a whirl, but any better software out there people use?

I'll post again here once i'm happy with my work.
 
With regards to websites, is it still very much doodle your site in say photoshop, and then cut up/build with css/html...
Very much so! I use a Mac to do all my site coding, I use CSSEdit to do all the css, and it is a piece of cake. :D
The way our company works is that we get a design from the designer next door, and in FireWorks I cut it into slices to use on the site.

I'll post again here once i'm happy with my work.

Looking forward to it! :D
 
I actually quite like Dreamweaver CS4 for hand coding. Say you open your index file, it automatically opens all the files that are called in (css, js, etc.) into tabs as well. The 'snippet's section alone is the biggest reason I use it. So much easier to drop in certain elements I use frequently.
 
Also highly useful is it's 'milestone' functionality, enabling you to set rollback points when you do a (big) change, it's saved my bum various times :o :p

Have you considered using Subversion (SVN) or another similar version control system to do that? You can effectively 'milestone' changes to the whole site and rollback as needed.

It makes syncing changes between several machines easier too (you don't have to copy the whole thing over every time).
 
Have you considered using Subversion (SVN) or another similar version control system to do that? You can effectively 'milestone' changes to the whole site and rollback as needed.

It makes syncing changes between several machines easier too (you don't have to copy the whole thing over every time).

Yep, I do :D Subversive, iirc (inside MyEclipse). I like using it inside the css because it's another layer of security when doing significant changes. :)
 
Firebug can be your best friend for realtime feedback when tweaking and adjusting CSS. I can't believe I managed in the past without it.
 
Back
Top Bottom