SimpleModal Contact Form (SMCF) 1.1 Released

SMCF 1.1 includes the following changes:

Fixed image pre-loading to actually pre-load ;)
Added new effects on form open and close
Added a security feature
Added optional subject and cc sender form elements
Added common classes to form elements
Renamed all classes and ID’s to prevent collisions
Added WordPress translation ability on text elements (__() and _e() functions)
Upgraded to SimpleModal v1.1.1 and [...]

Finding files containing a certain value

Searching for files containing a certain string/text/value is something that I do quite often. There are a number of ways to perform a “find files containing ‘foo’” search, but for me, nothing beats the simplicity and power of the command line!
In Windows:
findstr /s /n /i /p foo *
The above example of findstr will print out [...]

Eric Martin
1home
2blog
3projects
4photography
5about
6contact
ssearch
ccomment
p/←previous
n/→next
ttop