You can now (or soon will be able to) add pictures to your Gmail Contacts. Gmail chat can now play sounds when a chat message arrives, provided you have Flash installed. This is a welcome addition, since I commonly Alt-Tab over to Gmail to discover that someone sent me a message three hours ago. (Via [...]
Entries Tagged as 'Tips'
New Gmail and Gtalk Features
May 11th, 2006 · 2 Comments
Tags: Tips
Format Gmail Gtalk Status
May 11th, 2006 · 26 Comments
Not that big a deal, but you can format your Gmail Talk Statuses in Gmail and include some special characters. Bold and Italics Get bold or italics using Textile-like commands. Surround text with underscores “_” for italics, or asteriks “*” for bold. For example, enter _Really_ Busy to display Really Busy. Update: you can now [...]
Tags: Tips
Deleting and Retooling Code
May 7th, 2006 · No Comments
It’s kind of old, but somewhere I stumbled on Ned Batchelder’s article on deleting code. At first glance it looked to be a trivial subject, but it actually turned out to be an interesting read. I have been guilty of leaving dead code lying around, but on the other hand I have clipped stuff that [...]
Tags: Best Practices · Programming · Tips
Search for c/c++ code
August 9th, 2005 · No Comments
C Source Search is a new tool that makes it easy to search for pre-written open source code that can help you do your project without re-inventing the wheel. Most of the code is GPL, so you won’t be able to use it in commercial applications (unless it is for internal use only). Also, the [...]
Tags: Programming · Searching · Tips
Creating a Drag and Drop Schedule For Your Web Application
August 9th, 2005 · 9 Comments
If you are creating a web application and you need to have the ability to schedule resources (people, machines, Precious Moments figurines, etc) it can sometimes be a cumbersome task. With this drag and drop schedule you won’t have to worry about the end user making typos in an html form and causing more trouble [...]
Tags: Javascript · Programming · Tips · Web design
Kill Popups in Firefox
August 5th, 2005 · 1 Comment
One of the top reasons Firefox (or Opera, for that matter) took off was that it squashed popup ads — grrr… I hate those things. But over the past few months, I’ve started looking down at the taskbar and wondering “when did I open three extra Firefox windows?” Nope, they’re popups. I thought Firefox was [...]
Tags: Tips
del.icio.us Javascript Linkrolls
August 5th, 2005 · 3 Comments
del.icio.us now provides linkrolls via javascript. All you have to do to use it is copy the following script to your editor (it’s all one line, so remove any line breaks): <script type=”text/javascript”src=”http://del.icio.us/feeds/js/techrageo.us/tech?tags;extended;count=14;title=my%20del.icio.us;bullet=%C2%BB;icon;sort=alpha”></script> Then adjust the querystring to your needs as follows Modify “techrageo.us” to whoever’s del.icio.us links you want to monitor Modify “tech” to [...]
Tags: Javascript · Programming · Tips · Web design
