Hi,
this thread contains tools that we recommend for Theme / Child Theme development.
Chris
Hi,
this thread contains tools that we recommend for Theme / Child Theme development.
Chris
This is a nice add-on for Firefox that will format the source view.
- quickly scan and identify the types of tags a document contains without reading a single tag
- see how deeply nested an element is, just by looking to its left (no scrolling)
- identify the ancestor tag types an element is nested within, without having to scroll and read them
.. and it helps you to find tags without content or tags that are not closed.
Coda ( Mac only... sorry )
I started out using TextWrangler excellent text editor and FREE to boot; but about a year ago I bought Coda and haven't regretted it one bit.
Coda combines text-editor/ftp/svn/terminal/browser/css-editor/reference books It's extensible with plugin/code snippet support. I don't particularly care for the browser and css parts but the rest of the features well make up for the parts I dont like. My only wish is that there was a WordPress syntax mode plugin for autofilling commonly typed core functions and tags.
The part that is priceless is the ability to close a window on a project and the next time I come back to it to return to all the open docs I was working on when I put it away the last time.
This tool can not miss, web developer, a gorgeous addon, just for Firefox.
http://chrispederick.com/work/web-developer/
Success and Good Jobs for all,
oscar
Since a lot of the questions around here are easily solved with css. Here's an introduction to specificity that people of all CSS skill levels and Star Wars fandom will enjoy.
Hosting Wordpress/Thematic Locally
For those of you who want to develop in the comfort of your home computer but hosting your Wordpress/Thematic installation locally, Apache Friend's XAMPP is probably one of the easiest ways of running an Apache server locally for both Mac OS X, Linux and Windows.
You can use it to run the famous 5-minute-Wordpress-installation and start developing with Thematic right away!
Definitely worth checking!
Theo
FireBug
Could not do anything without this - firebug - addon to firefox, the inspect element feature is the one of the best free troubleshooting and trial and error tools for css and other problems
If you have IE8 installed make sure you have developer tools add on install so you can easily view page in IE7 mode
CSS Edit and Espresso by MacRabbit are amazing. CSS Edit blows my mind all over the place, especially the x-ray mode (kind of like the element selection in Firebug but oh-so-much better!).
Seconding Notepad++ as a text-editor. It is free and the syntax highlighting helps track down missing squigglies.
Also can we make firebug a sticky post on its own? Or at least a sticky addressed to people with CSS issues. Of course there are some confusing CSS issues (like the menu etc) but the majority of CSS-related questions can be answered w/ a few seconds of pointing in Firebug (or equivalent).
On Mac: MAMP is great. CSSEdit for CSS and BBEdit for editing, with FTP built in.
I use Firebug Firefox Plugin. I <3 it.
I also use EditPad
And I use textreplacer.exe which searches & or replaces inside text files
i love PSpad (www.pspad.com) for many reasons...
it is the perfect nearly-all-in-one tool for me.
Opera (and the built-in Dragonfly (like extended Firebug))
superfast and reliable browser which works out-of-the-box without 64612543extensions
browsershots.org (for browser-compatibility check)
For Windows peeps IEtester http://www.my-debugbar.com/wiki/IETester/HomePage has been invaluable for me. It allows you to test all versions of IE, from 5.5 and beyond. Tabbed browsers and such. It's a really solid dev tool for testing Internet Eggsploder.
On OS X:
Coda, CSSEdit and Transmit.
Some people think it's strange I build mockups in InDesign... but I'm a big fan of it's Smart Guides... I guess it's my print background showing itself timidly :)
XRefresh. You save a file, it refreshes your browser page. No more loosing focus of your text editor to click refresh in your browser to see the effect of the changes you just made.
http://xrefresh.binaryage.com/
hello there!
Nice site!
and useful too!
Chris has a really helpful visualization of the action hooks on his site. i had never seen it before today!
not so much a tool, but if using a PC and dreamweaver cs4, the snippets function is handy to store all the available hooks, filters and overrides.
it speeds things up for me (instead of cut and paste).
you can import these, so, if anyone requires them i'll email you the file.
jonny (at) janiero (dot) co (dot) uk
On Mac OS X, my favorites:
TextWrangler (for XHTML and PHP, free)
Cyberduck (FTP/SFTP, free)
CSSEdit (for CSS obviously, but not free) - nicer than text wrangler for CSS b/c it 'intelligently' finishes statements for you, saving time
And MAMP too for developing locally. (free)
It's a great time-saver to be able to search a single term within multiple files/folders (useful for finding which Thematic file has a certain function, etc).
I use this plugin for Gedit on Linux:
Hi...
And thank you helgatheviking for the link to http://visualizing.thematic4you.com/.
Really helps in err... visualizing.
I'm new to trying to do anything in Wordpress other than use standard free and premium themes [Thesis].
I can recommend Transmit for ftp, BBedit for coding. Still haven't been able to master Mamp.
Cheers ... Kent
Chrome dev tools are useful. Cosmo I had trouble with MAMP at first too, but finally it's painless. If I can get to that point anyone can :)
While looking for cool and high quality electronic wholesale products online at lower price,such as Video glass,Radio control robots ,Hidden camera and other amazing gadgets
directly from reliable wholesaler on Wowodirect, and enjoy worldwide free shipping services, no matter where exactly you are or whatever you buy, as long as you are our customers around the world.
i find eclipse php the way to go for dev of php (well for any code really). sure its a bit bulkier then just a lil editor, but imo its worth the weight.
download it here: http://www.eclipse.org/downloads/packages/eclipse-php-developers/heliossr2
ex on how to dev a plugin w/it: http://www.ibm.com/developerworks/opensource/library/os-eclipse-wordpress/index.html
in my workspace i always add a project with the thematic src and also the wordpress source -- this allows eclipse to lookup functions from those respective sources.
why i think its worth the bulk:
* auto search/complete functions as you type including params and function docs
* warns you of invalid html tag/structure
* nice searching
* you can do an F3 on a function call and it finds its definition in the source and brings you there
* can setup a hot-key and automatically run php quickly
* all the goodies you'd expect with a fully functional php based editor
* allows me to dev my other code (perl, js, shell scripts, etc.) in the same place and test
if you're serious about development, take a read at its features -- you may find it to be a time saver
for image dev:
* GIMP - General image creation (forget photoshop): http://www.gimp.org/
* Inkscape - vector img creation: http://inkscape.org/
* cool stripes: http://www.stripegenerator.com/
* Ajax loading: http://www.ajaxload.info/
This topic has been closed to new replies.