Pulling twitter updates with JSON and jQuery
I wrote a little script tonight to pull in my latest 3 tweets from twitter and display them on my blog. Here is how I did it. I used the Twitter’s API and called my time line with a JSON call and...
View ArticlePrevent users from selecting weekends in jQuery UI’s DatePicker
The jQuery UI DatePicker widget has a built in function for selecting all days that aren’t weekends. As we can see here starting on line 910 (as of this writing) of jquery.ui.datepicker.js. /* Set as...
View ArticleJavaScript Error: Viewport argument value “device-width;” for key “width” not...
If you ever run into the following JavaScript error: Viewport argument value “device-width;” for key “width” not recognized. Content ignored. Most likely this error is caused because you are separating...
View ArticleGoogle Analytics: Exclude Your Own IP Address from the Results
Since I relaunched my website I’ve been watching my Google Analytics reports like crazy in an effort to learn how I can maximize my site. I’ve done minor tweaking here and there since I launched based...
View Article