Couple of useful OS X Tricks

I just stumbled upon?30 Fantastic Geeky Tricks To Get The Most From Your Mac?and I thought I’d write down a couple of tricks I found useful. Recent Items Stack Type this in terminal window to show a stack of your ‘recent applications’. defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; […]

Read More

Removing default icons from Flex Tree control

What’s so cool about Flex framework is the fact that it’s very extensible, which allows me to do almost anything I want with it. For example, to remove folder/arrow icons from Flex Tree control, which prevents nodes from collapsing and also creates more space for labels, you can add the following in your stylesheet: defaultLeafIcon: […]

Read More

MySQL startup script on Mac OS X Snow Leopard

I’ve had problems starting up MySQL database server on startup on Snow Leopard. ?MySQL preference pane seems to be flaky and it often fails to start MySQL server. I created this startup script myself and it seems to work nicely. sudo nano /System/Library/LaunchDaemons/org.mysql.mysqld.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> […]

Read More

Zen Cart to VirtueMart csv export

Following my post on?Zen Cart friendly URLs, I would now like to give?VirtueMart?some love. I’ve been looking for ways to export Categories and Products from?Zen Cart?and bulk insert them into VirtueMart.? Wishful thinking? That’s what I thought after googling for a solution and couldn’t find anything that’s convincing and, of course, free. This motivated me […]

Read More

Zen Cart Friendly URLs

I’ve been exploring Zen Cart shopping cart for a long time and one thing that, I thought, needed improvement was the support for friendly URLs.?Ultimate SEO URLs?break my site and I needed another solution. I found this little beauty called?Simple SEO URL?and it works beautifully.? It’s a little tricky to set up, but it’s worth […]

Read More

yellowtrace blog

I would like to welcome my dear sister to the blogosphere – the?yellowtrace blog.? She has been blogging for about a month and I’m amazed with the number of ideas and thoughts she has shared in such a short period of time.? I find her blog posts very inspiring even though we have completely different […]

Read More

Flex and Red5 simple demo

I’ve been using?Red5 Flash Streaming Server?for a while and the more I use it, the better I like it.? Sure,?Adobe Flash Media Server?is an excellent commercial product which does the same thing and supports server-side ActionScript.? Red5 doesn’t support server-side ActionScript at the moment (this will probably change), but it is an open source Flash […]

Read More

Snow Leopard Gotchas

I recently upgraded to Snow Leopard from 10.5 and everything went relatively smoothly. I was particularly pleased to see extra 13GB of hard drive space. However, I noticed a couple of things that I wasn’t so pleased about: Apache unable to start PHP disabled MySQL unable to start I’ve already walked a couple of people […]

Read More

Hello Computer

I’ve been thinking about blogging for a few years now and one of the main reasons for my hesitation was the commitment. These days, I feel a lot more settled 🙂 and I feel that I should start contributing to the community, which has been very helpful to me and my professional career. For those […]

Read More