TG Daily – Point and click Gmail hacking at Black Hat
This is some scary stuff… It’s why I always try to use https://gmail.com/ to login to my Gmail account, instead of http://gmail.com/.
I’m tryin’ ta think but nuthin’ happens!
TG Daily – Point and click Gmail hacking at Black Hat
This is some scary stuff… It’s why I always try to use https://gmail.com/ to login to my Gmail account, instead of http://gmail.com/.
This is a nice place to grab some bookmarklets / favelets (miniature javascripts embedded in a Bookmark).
Maybe this will help us convince others that OnSet is the bomb!
I don’t know where this came from, but I like it! I think it’s Napoleon Dynamite in a Spidey outfit.
Thanks for voting!
Will it Blend: the iPhone smoothie – Engadget
Ouch! Make it stop!
[kml_flashembed movie="http://youtube.com/v/KC9FtLQJoGM" width="425" height="350" wmode="transparent" /]
Mana mana!
This looks interesting… Now if I could only find my Apple I…
pdw @ zoomshare : Blog
We all know and love Remedy. And the web interface makes things even more clumsy…
But I’ve finally discovered how to write the query which shows all of my unresolved cases:
('Assignee' = "Clay Leeds") AND ('Status' < "Resolved")
Of course you’ll want to change “Clay Leeds” to your own name, unless you want to see what’s on my plate…
I recommend the command is formatted exactly like the above, or it won’t work:
This is handy, so I can pare down my list of tickets.
Enjoy!
This is an oldie… bind the up and down arrow keys to searching `bash` history:
UPDATE:
The post below shows the old method… Here’s an updated version:
# make bash autocomplete with up arrow
bind '"\e[A":history-search-backward'
bind '"\e[B":history-search-forward'# make tab cycle through commands instead of listing
bind '"\t":menu-complete'
http://www.macosxhints.com/article.php?story=20031026174236860
Type this into vi ~/.bash_profile, and in place of
<up>
type control + v, then up arrow. In place of
<down>
type control + v then down arrow. (Control V tells vi to put the next character in the doc, rather than just moving up when you press up arrow etc.)
bind '"<up>":history-search-backward' bind '"<down>":history-search-forward'
Then close all Terminal windows, and quit the app, then open Terminal again and you should have the feature.
also…
PS, don’t forget to add these to your .inputrc while you’re at it:
set show-all-if-ambiguous on
set completion-ignore-case on
Test your web design in different browsers – Browsershots
Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to the central server here.