| Subcribe via RSS

Review of LG enV3 (VX9200)

June 14th, 2009 | 8 Comments | Posted in Bin

env3-front I upgraded my mobile device yesterday (relative to when I started this post on June 10th) from the LG VX8600 (Chocolate2 Flip) to the brand new enV3 (VX9200). I’ve already seen a few reviews out there, however it seems most, if not all have reviewed the slate blue, and not the maroon (red). I actually got the maroon version by mistake, however I actually like it, probably more than I would’ve the blue version. Let me tell you this is a great mobile device! I say mobile device because phone just doesn’t cut it. It is packed with features, yet isn’t so complicated to make usage difficult. Video below, or you can read the text version after the jump.

[video review to be posted shortly not coming :( ]

More »

jQuery + JSON + AJAX = My own custom solution.

June 4th, 2009 | No Comments | Posted in Bin

So. In an effort to come up with a solution to a very common AJAX problem (at least for me), I have put together a little tutorial for handling AJAX responses in a simple, yet effective manner. Here’s the problem:

AJAX is used sometimes for validation, sometimes for quick little updates to the database, and other times for the same old add/edit/delete functions. There’s an infinite ways AJAX can be used in your web application, so I’m pretty sure my solution will not work 100% of the time, but it may make things a little bit easier to handle 90% of the time.

More »