Search
-
Popular Posts
-
-
Recent Posts
Follow for New Updates
Tags
analytics api apple blog browser chrome chromium Design dropbox email extension facebook firefox google greasemonkey hack ipad javascript jQuery jquery ui keyboard linux logo mac Marketing news osx php portfolio prius project quicksilver scam search SEO shortcuts social spam ssl twitter unix ux video windows wordpress
Tag Archives: javascript
jQuery: Change Doctype
There are a few things you might want to know if you’re looking to change the document type (doctype) using jQuery or Javascript. First, doctype is listed as a property in the W3C documentation, and is defined as read-only: interface … Continue reading
Posted in Tech Tips, Web Development
Tagged browser, browsers, doctype, document type, html, javascript, jQuery
Leave a comment
Use Google Chrome as a Screensaver
You can use Google Chrome‘s –kiosk mode to create a full-screen screensaver of sorts. This might be good if you have a webpage or intranet page you’d like to display. Here’s how I did it for a windows computer: Create … Continue reading
Posted in Software, Tech Tips, Web Development
Tagged chrome, google-chrome, javascript, jQuery, kiosk, screensaver, start, wait, windows
Leave a comment
Google Fails Graceful Degradation
I’m a big fan of Graceful Degradation, Progressive Enhancement, and accessibility in web design. And I think that normally it is also important to Google as well, after all they have hundreds of millions of visitors each day and surely … Continue reading
Posted in Web Development
Tagged google, Graceful Degradation, javascript, Progressive Enhancement
Leave a comment
Google gets crazy with Newton’s Apples
Google is celebrating Newton’s Birthday today with a poppy javasript falling apple. Google recently added javascript to their homepage with the fade in / fade out of the text around the edges. Google usually adds cool graphics for holiday’s like … Continue reading
Posted in Design, Web Development
Tagged apples, google, issac newton, javascript, newton
Leave a comment
Most Popular Programming Languages
Most Popular Languages as of January 2012 PositionJan 2012 PositionJan 2011 Delta in Position Programming Language RatingsJan 2012 Delta Jan 2011 Status 1 1 Java 17.479% -0.29% A 2 2 C 16.976% +1.15% A 3 6 C# 8.781% +2.55% A … Continue reading
Posted in Marketing, Tech Opinion, Web Development
Tagged (Visual) Basic, Ada, C, Delphi/Object Pascal, Java, javascript, Lisp, logo, Lua, Objective-C, Pascal, Perl, php, PL/SQL, Python, R, ruby, Transact-SQL
Leave a comment
thickbox alternatives
While Thickbox had its day, it is not maintained any longer, so we recommend you use some alternatives. colorbox jQueryUI Dialog fancybox DOM window shadowbox.js
greasemonkey – google images relinker (v 2.0)
I really like the google image relinker script for greasemonkey, but sometimes when there’s a hotlink protection or something else funky, you just want the original google images link. i updated this greasemonkey image re-linker script so that it relinks … Continue reading
Fancy Thumbnail Hover Effect w/ jQuery
clipped from www.sohtanaka.com Recently I was checking out some nice flash galleries and came across an effect that I really liked. I had a sudden urge to duplicate that similar effect but using my bread and butter (CSS and jQuery). … Continue reading
Using json_encode() and json_decode() in PHP4
I use json_encode() a lot for AJAX calls. Teamed with jQuery’s $.getJSON(), it’s too convenient not to use. Unfortunately, json_encode() doesn’t come standard until PHP 5.2. To add insult to injury, many current *nix distros don’t include PHP 5.2 in … Continue reading
jQuery speed in firefox vs chrome
so, everyone knows that Chrome is the fastest browser for running Javascript. But it is almost 4x as fast as FF2 for running jQuery UI elements. WOW!