App-Matic Software That Matter!

28Dec/09Off

iMangaX Cease & Desist

My partner received C&D letter from Viz Media and I had to take few titles out from iMangaX but all manga are still accessible from iManga web version.

Sorry guys.

C&D Letter after the break.

11Dec/09Off

iMangaX Now In App Store!

Hi guys,

I would like to announce iMangaX is now available in App Store! Thanks to Mr Brandon Gray, my partner in this project, for all the hard-work that he has done since the development started.

So, get it now and don't forget to tell your friends.

iMangaX Free:

http://itunes.apple.com/my/app/i-manga-x-free-manga-web-browser/id342797204?mt=8

iMangaX:

http://itunes.apple.com/my/app/i-manga-x-manga-web-browser/id342795223?mt=8

Apps by Brandon Gray:

http://itunes.apple.com/us/artist/brandon-gray/id323989384

4Dec/09Off

Shake Your Message Box Using jQuery UI

As a web developer, I shamefully admit that I am pretty late into adopting jQuery in my projects. I've used Prototype, Scriptaculous and ExtJS before but never jQuery. Recently, when I was assigned to a new project, I had a chance to utilize jQuery and a bunch of great plugins.

Today I want to share with you something that I used in the project—a message box that shake to grab user's attention, usually when error has occurred.

So this is the HTML markup. Notice that I use DIV element with error-message as CSS class, this for the styling which I will add later.

<div class="error-message">Click here to see me shake.</div>