Posts Tagged ‘Dev Tools’

http://www.ultraedit.com/support/tutorials_power_tips/ultraedit/large_file_handling.html

http://superuser.com/questions/44106/is-there-a-way-to-auto-login-in-putty-with-a-password

C:\Windows\System32\putty.exe uid@IP -pw pwd

http://getgreenshot.org/downloads/

PrtSc =>  captures section of the screen

Ctrl + Shift  + C => copies the screen to clipboard

Ctrl + V => regular command to paste the screen shot where ever you want

(Dev Tool, Thx Ramesh for letting me know this nice s/w).

Conferences –

http://www.bayareaevents.com/events/

http://gitpro.org/

http://events.jquery.org/

Resources –

http://www.slideshare.net

IIS Log Files Location

Posted: February 14, 2012 in Dev Tools, IIS
Tags: , , ,

Windows Xp:
C:\WINDOWS\system32\Logfiles\W3SVC1

Windows NT/2000:
C:\WINNT\system32\Logfiles\W3SVC1

Windows 7
C:\inetpub\logs\LogFiles\W3SVC1

About IIS Log file formats – http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bea506fd-38bc-4850-a4fb-e3a0379d321f.mspx?mfr=true

Tool to analyze IIS log –

http://indihiang.codeplex.com/

http://www.ehow.com/list_6934814_log-analysis-tools-iis.html

http://www.ehow.com/how_6943214_analyze-iis-log.html

Recently I faced issue where IE Developer Tool suddenly stopped working and I need to do following steps to get it work …

1. Close all of your IE Windows
2. Delete the registry entry: HKCU\Software\Microsoft\Internet Explorer\IEDevTools\WindowPos

(optionally, type the following at a command prompt)

reg delete “hkcu\software\microsoft\internet explorer\iedevtools” /v windowpos

3. Open IE again.
4. Press F12 to open the dev tools

ILSpy (Metro UI) – Similar to the Red Gate’s .NET Reflector which is not a free version now

http://jcooney.net/post/2011/11/09/Metro-style-for-ILSpy.aspx

 

 

 

 

Use Windows Grep is to search the contents of one or more files on your PC for occurrences of text strings you specify and display the results. Once found, it can replace matches with other strings.

http://www.wingrep.com/download.htm

 

 

 

Check your javascript code quality using http://www.jslint.com/

World’s Largest Community for Sharing Presentations, documents, videos privately/publicly and get analytics about your visitors and also do public or private Zipcasts.

www.slideshare.net

Ex: Javascript Best Practices by Christian Heilmann – http://www.slideshare.net/cheilmann/javascript-best-practices-1041724