Jan
09
10
This JavaScript Number object method will return a numerical and word based string from an epoch time number. For example, the method will turn the number “98635″ into the string “1 days, 3 hours, 23 minutes, 55 seconds”.
Media Temple Security Issues
by: Kyle Rush
Categories: CMS, Security, WordPress
Tags: ftp, media temple, ssh
Nov
27
09
This post is about recent security issues with many Media Temple Grider Server (gs) hosting accounts and WordPress.
Interview on Open Voice about jParse
by: Kyle Rush
Categories: AJAX, Interview, JavaScript, Plugin, jQuery
Tags: jparse, open voice
Nov
16
09
Schalk Neeling at Open Voice was kind enough to have me for an interview on jParse. We discussed what sets jParse apart from other XML parsing methods and jQuery plugins, how to use it, planned feature additions and more. Read the interview here.
jParse: Easily Parse XML with jQuery
by: Kyle Rush
Categories: JavaScript, Plugin, Uncategorized, jQuery
Tags: jparse
Nov
09
09
Today I launched the site of a jQuery plugin that I’ve been working on called jParse. The plugin allows you to easily parse XML that has been fetched with an Ajax request. The plugin works off of jQuery’s ajax method, so all of the same options are available. In terms of parsing, the plugin gives you a few options: Custom Output, Limit, Count of Items and the ability to run functions before and after jParse is finished.
Front-end Development Work Flow Model
by: Kyle Rush
Tags: (x)html, CSS, internet explorer, JavaScript, quality assurance, testing, validate, vmware, w3c, workflow
Sep
27
09
A workflow model for front-end web development which seeks to lower development time and frustration in testing in old browsers.
Tutorial: Use the Flickr API, Javascript (jQuery), AJAX and JSON to Build Detailed a Photo Wall
by: Kyle Rush
Categories: AJAX, Flickr, JSON, JavaScript, jQuery
Jun
17
09
In this tutorial, I’ll show you how to create a photo wall of your Flickr photos. The script will use jQuery to send several Ajax requests for JSON data and then ultimately insert all of the images and the information associated with them into the document. The photo wall will be complete with a rollover on each image which will show and link to the information that is available for the image.
Jun
10
09
Flickr is a very well developed web application that allows you to store and share your photos. The site has an easy to use API that will allow you to use access almost all of the data on Flickr. In this tutorial, you’ll learn how the basics of using the API, requesting data in JSON format, experimenting with an optional argument, and what to do with the data you receive from a request.
Feb
24
09
Something isn’t right. Apple released Safari 4 beta today and claims “Safari is the first – and only – web browser to pass Acid 3.”
There is only one problem with this, Opera 10 Alpha has passed Acid 3 since at least December 4th, 2008. How can Apple make this claim?
CSS Tiled Background Images and RAM
by: Kyle Rush
Categories: RAM
Tags: Background Image, Browsers, Chrome, CSS, Firefox 3, RAM, Tiled
Oct
06
08
I was developing a website the other day that uses several tiled background images defined in its global style sheet and started wondering how that was affecting the visitors RAM. I started out using very small, 5 x 5 pixel semi-transparent .png images as my tile, but started to wonder if it takes more RAM [...]