Version 1.2 of the imgscalr Java image-scaling library has been released. This release makes the library easier to use, accessible from the new The Buzz Media Maven repository and improved the logic used to determine the proportionally-scaled width and height for images depending on their orientation (LANDSCAPE or PORTRAIT). For download links, Javadoc, source code [...]

QN: Things You Might Not Know About jQuery
jQuery is a very popular JavaScript library used to make writing JavaScript-enabled sites easier; handy shortcuts and pre-defined functions that do popular things and all. David Flanagan (author of jQuery Pocket Reference) has put together 5 tips about jQuery that you most likely didn’t know. My favorite one is the use of namespaces when it [...]

imgscalr – Java Image Scaling Library Released
If you have ever wanted to quickly rescale an image in Java you have probably noticed the following confusing things: There seem to be something like 9 different ways to do this: Image.getScaledInstance(), Graphics.drawImage(), Graphics2D.drawImage(…), BufferImageOps, AffineTransforms and don’t forget Java Advanced Imaging API. Which one are you suppose to use? Which one performs the [...]

CSS3 Pie: Adding Support for CSS3 to Internet Explorer 6, 7 and 8
CSS3 Pie (download) is a set of CSS “behaviors” that can be attached to any CSS file by way of the behavior element in order to add rendering support to Internet Explorer 6, 7 or 8 for the more popular CSS3 rendering features: border-radius box-shadow border-image multiple background images linear-gradient background images CSS3 Pie is [...]

@Override Compiler Errors in Play! Framework “Must Override a Superclass Method”
If you are working with the Play! Framework and have run into exceptions that read like “The file <MyFile>.java could not be compiled. Error raised is : The method <MethodName> of type <ClassName> must override a superclass method” then you might be wondering if there is a compiler bug in Play! – worry not, it’s [...]

HTML5 Drag and Drop Upload and File API Tutorial
Update #3: Using the techniques outlined in this article I have rolled out and initial release of imgscalr.com. Feel free to download the JS source (it is heavily commented) and take a look at how it was rolled out. Unfortunately the required File API support is only in Chrome and Firefox currently, Safari gets it [...]

IntelliJ IDEA Tip: source release 1.6 requires target release 1.6
If you are an IntelliJ IDEA user and you are using Maven in your project, chances are you may some day run into this incredibly cryptic and confusing message: Error: javac: source release 1.6 requires target release 1.6 Googling it digs up a few approaches to solving the problem as well as some IntelliJ IDEA [...]

Digg Rewrite Drops MySQL in Favor of NoSQL Apache Cassandra Backend
John Quinn from Digg recently posted on the Digg blog about Digg’s ongoing rewrite of the entire site — both front end and back end. One of the biggest performance and growth challenges that John cited for Digg was growing it’s MySQL-based relationship DB across different data centers and keeping the site performant and in [...]

Apache Wicket Powers mobile.walmart.com and mobile.wellsfargo.com
Update #1: From the same development team that did the mobile.walmart.com site in Wicket also clarified that they finished (last year) the mobile.wellsfargo.com website using Wicket as well. That’s some serious props to Wicket! I am on the Apache Wicket mailing list and one of the developers (Joachim) on the list wrote in this morning to [...]

I'm a Closet Artist… Apparently
I’ve always identified myself as a “scientific person”. I have a Computer Science degree (virtual high-five to Laurence Hartje), I’ve been obsessed with computers and technical gadgetry since I was 10 (virtual high-five to Grant Gochnauer) and I glommed onto software development at the age of 12 and have loved it ever since. I pretty [...]

Make Your Own Game with Game Kodu
At CES yesterday during the Microsoft Keynote Robbie Bach showed off the new game building engine that will be released for The XNA Community Games later in 2009. It’s called Kodu and it allows anyone to pick up a 360 controller and make their own game. It reminds me how the described LittleBigPlanet before it [...]
Using 'resources' path in Wicket Causes Problems Loading CSS, Images and JavaScript
Bah… 3 hours worth of debugging and finally figured out what was going on with this issue in Wicket and wnated to share this with any other developers out there that might be running into this. Issue I typically create a /resources directory under the root of any web app I’m working on where I [...]

Programming Like a Douchebag
Ran across this post with an example of the worst toString method this developer has ever seen, let’s take a look: public String toString() { if (this != null) return “**** implement me”; return “i am null”; } This is really for the programmers in the group… the amount of stupid involved in writing the [...]

Introducing Google Charts API
Just got a heads up that Google’s Chart API has been updated to include Venn Diagram support now (As you see above). Blogos created the example above using the following simple HTTP request: http://chart.apis.google.com/chart? the base URL cht=v& chart type: v for Venn chs=400×200& chart size: 400 by 200 pixels chd=t:119,96,43,67,22,38,16& chart data: the 3 [...]
Popular Posts
Forever Alone Guy – High Resolution
Troll Face – High Resolution
Samsung TV Capacitor “Clicking” Issue and Fre…
HTML5 Drag and Drop Upload and File API Tutor…
Spiders, Scorpions & The Crawlies
Netflix Throttling Instant Video Streaming Pe…
Monkey Has His Way With a Frog
What Happens to Your Body When you Drink Coke
iPhone 3G iOS 4 Jailbreak and Carrier Unlock …
PS3 + HDMI = Black Screen
Australian Mom Brings Baby Back to Life After…
Panda BEAR… Dumbass….
My Face, My Beautiful Face
Designing a Secure REST (Web) API without OAu…
Class Action Lawsuit against Sony for “Green …
Larry the Therapy Dog Wants a Hug
Staring at Boobs Extends Male Life by 5 Years
Which is the Hottest Java Web Framework? Or M…
Categories
- Entertainment (149)
- Humor & Fun (562)
- Life & World (392)
- Movies (166)
- Programming (105)
- Shopping (66)
- Technology (1156)
- Uncategorized (12)
- Video Games (807)
Stuff we Like
Archives
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006

Recent Comments