Skip to content
Gregg Hilferding :)
Web Development, Apple Stuff, and More
  • Home
  • About Me
  • Comment Guidelines

Author: Gregg Hilferding

Javascript

Convert Unix Timestamp to Javascript Date Object

Posted on February 19, 2007 by Gregg Hilferding

Passing a timestamp to javascript? Use this to convert it to a Javascript date object: `var timeStamp = 10000; var theDate = new Date(timeStamp * 1000); var dat...

Google/Noise

Welcome to the Indexation

Posted on February 13, 2007 by Gregg Hilferding

I don’t want to point any fingers, but the [official Google response to the Belgian courts](http://googleblog.blogspot.com/2007/02/about-copiepresse-decis...

Search/Signal

USA Today SERPs

Posted on February 5, 2007 by Gregg Hilferding

It amazes me to see search pages that so marginalize the actual results. In this example, USA Today’s “web search” (actually powered by Yahoo)...

PHP/Signal

Guess a number between 1 and 100 in 7 or fewer tries

Posted on February 2, 2007 by Gregg Hilferding

A number is randomly chosen between 1 and 100. The “guesser” is told at each guess whether their guess is correct, too high, or too low. Four method...

Posts navigation

« Previous 1 … 13 14 15 … 20 Next »
© 2025 Gregg Hilferding :)
Powered by WordPress | Theme: Graphy by Themegraphy