Navigation

Search

Categories

On this page

Scan to PDF
Useful Developer Links
Online Classes
Broken Link Checker
Using Google to Search a Single Domain
Little Bobby Tables

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 378
This Year: 6
This Month: 1
This Week: 0
Comments: 17

Sign In
Pick a theme:

# Tuesday, November 15, 2011
Tuesday, November 15, 2011 1:26:01 PM (GMT Standard Time, UTC+00:00) ( Other )


I work from home full-time and I often need to print and sign documents and then scan them back to as a PDF.  There are many solutions you can pay for but I found a free one which involves iCopy and CutePDF.

iCopy: http://icopy.sourceforge.net/?page_id=40 

CutePDF: http://www.cutepdf.com/

Comments [0] | | # 
# Wednesday, February 02, 2011
Wednesday, February 02, 2011 1:57:45 AM (GMT Standard Time, UTC+00:00) ( Links | Other )

 

Fiddler and Firebug

http://www.fiddler2.com/fiddler2/ and http://getfirebug.com/

Resharper Productivity Tool for Visual Studio

http://www.jetbrains.com/resharper/index.html

C# <—> VB Converter

http://tangiblesoftwaresolutions.com/index.htm

Web Conferencing and Desktop Sharing

http://www.mikogo.com/

Code Snippets

http://snipplr.com/ and to use them in VS http://www.snipitpro.com/

Screen Capture Software

http://www.screenpresso.com/
http://hyperionics.com/

File Sharing

https://www.dropbox.com/

Code Versioning

http://tortoisehg.bitbucket.org/

RegEx

http://www.regexbuddy.com/

Text Editor

http://notepad-plus-plus.org/

Brainstorming/Collaboration Software

http://www.xmind.net/

Comments [0] | | # 
# Monday, September 20, 2010
Monday, September 20, 2010 4:29:03 PM (GMT Daylight Time, UTC+01:00) ( Other )


I just learned about these free online courses from Sal Khan. http://www.khanacademy.org

Comments [0] | | # 
# Wednesday, January 28, 2009
Wednesday, January 28, 2009 8:41:38 PM (GMT Standard Time, UTC+00:00) ( Other )


I was asked to find a product that would check for broken links on our company’s public Web site and came across Xenu’s Link Sleuth which is an amazing product.  It’s free and incredibly fast.  It also produces a nice report at the end of it’s testing.

I found this software along with many other great suggestions on Gizmo’s List.

Comments [0] | | # 
# Wednesday, January 09, 2008
Wednesday, January 09, 2008 2:43:17 PM (GMT Standard Time, UTC+00:00) ( Other )


This will restrict your search for "datareader" to only the domain name "microsoft.com". The end result is to target your search in a way that is similar to using the internal search on a web site.

datareader site:microsoft.com 
Comments [0] | | # 
# Sunday, December 30, 2007
Sunday, December 30, 2007 3:52:43 PM (GMT Standard Time, UTC+00:00) ( Other )

One web comic I commonly read is xkcd. It is a great comic that has a lot of good computer as well as just nerdy jokes. It has a great comic about SQL injection attacks and why you need to sanitize your database inputs. This is a lesson in what to not name your child.

exploits_of_a_mom.png

Comments [0] | | #