Archive for October, 2009
- Posted by Mon
- October 31st, 2009
You know… it’s probably a silly realization… but I’ve always copy & pasted vector shape from Illustrator to Photoshop, never the other way around. Today, I had to convert a shape that I wanted to use from Photoshop to Illustrator (CS4 by the way), I was so sick of tracing it. I mean what’s the worst thing could happened if I pasted something a vector shape from Photoshop to Illustrator, right? Get an error something, but to my surprise, it gives me a dialogue asking me whether I want to convert it to an Compound Shape or Path…

…son of a… learn something new everyday, don’t we now…? A little less deprived
- Posted by Mon
- October 29th, 2009
I finally gathered my braincells and launched my new portfolio: Designloper.com today:

I was trying to “brand” myself in a way, what’s better than a made-up word that describes perfectly of what I do, right? I love the lime green colors, but I thought it was getting too boring with the light gray and white.

So I spiced things up this time with dark brown and hot pink. I was loving the fun colors as I was designing, it looked almost “hippy” which fits my personalities – I never did drugs in my life, but I seem so… (more…)
- Posted by Mon
- October 21st, 2009
Version in this article: jQuery 1.3.2 / CSV2Table 0.03-b-2.9
Lately I started to like CSV (Common Separated Values) more and more comparing to XML.XML is a pain to setup even as entering data, then grabbing the data requires Einstein’s brain plus 3 sleepless and hair-pulling days of coding… okay, I maybe exaggerated a bit, but that’s how I feel about XML. My first encounter with CSV was InDesign, in there, you can import a bunch of data and generates PDF like Word’s Mail Merge feature. Then one day, someone asked me if I can find a better and easier way to help the non web people to maintain a site. I started out with search terms like “jQuery read text files” or something like that, one of the results returned as using CSV and there is a plugin called CSV2Table in the jQuery Plugins website by Toshiro Takahashi written earlier this year. Testing… (more…)