Sparkup: Must-Have Tool for Web Designers and Developers

Sparkup-ExamplesThe prolific Rico Sta. Cruz is at it again, this time creating Sparkup, a tool that will definitely make life easier for web designers and developers. In a nutshell, Sparkup automates much of typing usually done by people coding HTML or CSS.

Here’s an example: instead of typing…

<ul>
<li class=”item-1″><strong></strong></li>
<li class=”item-2″><strong></strong></li>
<li class=”item-3″><strong></strong></li>
</ul>

…you simply type

ul > li.item-$*3 > strong

A simpler example…

#header > h1{Welcome to our site}

…resolves into this

<div id=”header”>
<h1>Welcome to our site</h1>
</div>

As some who’s written some HTML code himself, I can tell you that those who take the time to learn Sparkup’s shortcuts will save a lot of time. It’s just too bad Rico hasn’t developed a version that works for the PC though; right now Sparkup is only available as an extension of various text editors that run only on Mac OS X or Linux. You can download Sparkup here. You can watch the demo video below:

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Ping.fm
  • RSS
  • StumbleUpon
  • Twitter

Related Articles (Automatically Generated)

3 Responses to “Sparkup: Must-Have Tool for Web Designers and Developers”

  1. Rico Sta Cruz

    10:10 am Thu Oct 15 2009

    Also, Sparkup will also (probably) work on Windows on E-Texteditor, provided that you’ve installed Python on your machine. :)

  2. Carlo

    10:10 pm Thu Oct 15 2009

    Wow that’s great. I’ll go try it ;)

Reply

Opinions are moderated, for the sake of keeping the discussion relevant and civil. Readers are responsible for their own statements.