Hi all...
For the longest time I used Dreamweaver and am now up to CS4 on my mac but am reaching the point of no return as the software is a pain to use and as bloated as they come... not to mention it's darn ugly and having shelled out the $ for a mac I want everything to be pretty!! ;)
I have played around with Panic's Coda and MacRabbit's Espresso though I haven't really given them a full run...
I was curious as to what software y'all use for working with Zikula...?
Further, I know at one point there was a Smarty plugin for Dreamweaver and there currently is one for Espresso (I'm not sure about Coda) but what about a pnRender plugin specifically for Zikula...
I know that Coda has a few plugins for Drupal that are pretty neat... Do we have anything like that and if not is anyone interested in working together to make one... I for one would love to streamline pnRender tags... typing " < ! - - [ ] - ->" over and over is a pain...
--
Burnham Racing
Illinois Cycling Association
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rallek responded to »What's going on with 1. the documentation | 2. the AppStore« 24. May
- Paustian responded to »Shared user database« 23. May
- Paustian responded to »Problems: module "htmlpages« 23. May
- bronto responded to »Forcing a theme for particular URLs« 22. May
- Paustian created topic »Dealing with a Huge User List« 21. May
- Paustian responded to »Manual Zikula 1.2.9 (dev) to Zikula 1.3.5 update« 21. May
- krator responded to »Refresh Templates/Cache« 19. May
Login
Web development software and Zikula...
-
- Rank: Softmore
- Registered: May 22, 2004
- Last visit: Apr 03, 2010
- Posts: 451
-
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 580
I use Zend Studio - both the standalone v5.5 and newer Eclipse based v6.x. I am definitely more of a coder than designer. I think the Eclipse version has lots of potential but I haven't tuned it yet, for example it considers all the Smarty tags in the templates badly formed. But it's subversion integration is excellent, and I think there are WYSIWYG eclipse plugins that would make template design more like Dreamweaver (although I've never tried it). You really can't beat having a debugger, especially when working with something like Pagesetter where it's helpful to know how it actually works. Just step through the code as it executes...
There is a free one called PDT (http://www.eclipse.org/pdt/) that I think is also produced by Zend as a scaled down open source version. I haven't tried it, but I might go that route in the future just because it's open source. -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1662
Hi, at home on the mac I'm mostly using BBEdit
with the remote editing facilities through ftp I can edit and check on my test server directly. No wysiwyg tool actually.
On office PC I use Notepad++ most of the time.
Coda and Espresso are pretty it seems
For graphics work I use photoshop and sometimes Gimp
overview of wysiwyg editors: http://www.smashingm…g-editors-reviewed/
http://www.noupe.com…-web-designers.html
http://bluefish.openoffice.nl/
http://mac.appstorm.…-designers-60-apps/
edited by: espaan, Jul 30, 2009 - 02:23 PM
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 667
Same as Bronto: Zend Studio 6.1.2 (extended with Subversive and J2EE), and Zend Server CE locally installed for it's completeness (integrated Oracle support). I was working with (and very used to) Zend Studio 5.5 also, but now I work with Eclipse and are getting familiar with it, it definately is worth the struggle I had.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
I use Texturizer. It is no longer supported or developed but it's pretty cool. It basically notepad with syntax highlighting.
I abhor WYSIWYG editors. -
- Rank: Softmore
- Registered: Feb 07, 2003
- Last visit: May 31, 2010
- Posts: 404
I used BBedit on my Mac, but now that I've switched back, I use Notepad++ -
- Rank: Registered User
- Registered: Feb 11, 2009
- Last visit: Jul 30, 2009
- Posts: 10
I have made (spring 2008) some DW CS3 extensions (code coloring, ...) for zikula. For me, very useful.
See : http://www.e-media-management.com/DwForPN8/
I use them everyday for www.classissima.com (zk1.1.1 / DW)
Regards
laurent -
- Rank: Softmore
- Registered: May 22, 2004
- Last visit: Apr 03, 2010
- Posts: 451
Brilliant! EXACTLY what I was looking for! Thanks Laurnet!!
--
Burnham Racing
Illinois Cycling Association -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Apr 02, 2010
- Posts: 1208
PSPad works great for me and includes a Smarty highlighter. -
- Rank: Expert
- Registered: Dec 02, 2002
- Last visit: Apr 30, 2010
- Posts: 1476
I used to use Dreamweaver as well, also upgraded to Mac this year (yes Mr. HarryZ you were right all along) as well! I use Aptana now and it is great, works very well.
--
-Lobos
Professional PHP Framework Services: Concept, Development and Deployment -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 2215
-
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
-
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 724
remmingtonshowdown
I know that Coda has a few plugins for Drupal that are pretty neat... Do we have anything like that and if not is anyone interested in working together to make one... I for one would love to streamline pnRender tags... typing " < ! - - [ ] - ->" over and over is a pain...
FYI we are changing to {} tags in Zikula 2.x
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak -
- Rank: Team Member
- Registered: Jan 19, 2003
- Last visit: Apr 06, 2010
- Posts: 503
drak
FYI we are changing to {} tags in Zikula 2.x
Note that all existing modules will continue working as they use pnRender. In 2.0 this is a subclass of Renderer and keeps the special delimiters for backwards compatibility. As soon as the code uses Renderer directly (= gets upgraded to the 2.0 style), the { } tags are expected.
--
Guite | ModuleStudio -
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 580
Quote
I like right click.
Get a two button mouse for the Mac and click away.
- Moderated by:
- Support
