Grails Release Plugin External Maven Config
The grails release plugin is great for publishing plugins to grails central but it will also publish a plugin to a maven repo. You simple need to configure t...
The grails release plugin is great for publishing plugins to grails central but it will also publish a plugin to a maven repo. You simple need to configure t...
So dealing with Datetime between client and server side can always be fun due to timezones but adding a number of browsers makes it all the more complicated....
As we know how to hide the address bar in iOS, we may want to tell if a user has that bar showing or not. I use this detection to show instructions to the us...
I have been working with the HTML5 video element a bit on both iPad and the Chrome browser. I’ve started to find some odd behavior around the seeked event. F...
While working on a small HTML5 based project for the iPad I found some interesting things with how it handles the poster attribute and defining the video sou...
While working in PHP I found the need to fill an array with new objects on the fly. So at first I tried the array_fill function that worked fine for values b...
I was working with a CMS and found that one file was not downloading correctly people were saying that the file was being zipped up by the CMS. Well it turns...
I have a web page that needs to go through a bootstrap step in order to make all the correct Ajax calls. So I was simply looping through the results and maki...
Working with a fixed height and width table I found a problem where rows were expanding too much I needed each row to only grow in height enough to contain t...
While using the YUI Library, I came across an annoying issue. It is stated places that order matters when dealing with the library includes, yet there are st...
So many times it is nice to add a dynamic graph to a web page. I’ve personally done this with JavaScript libraries like PlotKit or Plotr. Also there is the u...
In an earlier post, I reported that the TR element in IE6/IE7 had a read only innerhtml. I have found a way to get around this while not perfect it works. It...
While building a simple shopping cart I was adding an update link so customers could easily update the cart quantities I would have done Ajax but we are on a...
So working with these two relatively new systems I’ve come to the surprising conclusion that I like Amazon’s better. I find it odd because I’m normally a bit...