Entries from October 2006

Gmail Chat Needs More Cowbell

October 14th, 2006 · 25 Comments

Update: Gmail chat has been updated with a tabbed smiley interface and new emoticons. In addition to the standard Gmail Chat emoticons listed in a previous article here, some hidden smilies have turned up. Whatchamuhcallit They’ve added a cool equal, slantmouthy face =/. Yeeesh, That Had To Hurt If you wince, you need this one. [...]

[Read more →]

Tags: Google · Tips

Security and Google Code Search

October 9th, 2006 · No Comments

If you use WordPress be careful. An example Google Code Search search going around is “username file:wp-config.php” which happily displays username and passwords in WordPress config files… if they’re in compressed archives or a publicly accessible directory. Same goes for other configuration or settings files. For instance, connection strings in web.config files (connection string file:web.config), [...]

[Read more →]

Tags: Best Practices · Google · PHP · Programming · Searching · Security

Google Code Search

October 8th, 2006 · No Comments

Google Labs has released a Code Search tool (google.com/codesearch). You can limit the results to languages (lang:), particular licenses (license:), files (file:), and packages (package:). Regular expressions are supported as well. Language support appears to be limited to the following: Ada, ASP, Assembly, Basic, C, C++, C#, Eiffel, Erlang, Fortran, Java, JavaScript, JSP, Lex, Limbo, [...]

[Read more →]

Tags: Google · Programming · Searching