Tech Support Websites

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 31 January 2011

Soft skills & career advice on MS "My Career Roadmap" site

Posted on 20:51 by Unknown
My Career Roadmap is a Microsoft India site that has resources on career advancement.
 
One of the learning resource there is a 32-part screencast series called “Driving Your Career” by Brian Prince. Each screencast is typically less than 10 minutes in duration and available for download as a WMV & MP3 file. There is no way to directly view it on the site.

 
I found some of the tips like "Use metaphors to communicate with humans" to be interesting. However, there were some that had profound titles but not equivalent content. Your mileage may vary.
 
Also see:
  • Top 10 Developer Skills for the Future
  • Building non-technical skills
Read More
Posted in Microsoft, Tip | No comments

Saturday, 29 January 2011

Bill Gates video on vaccines

Posted on 20:35 by Unknown
Bill Gates has posted an interesting video on his site about his thoughts on vaccines


The video presents facts through entertaining comic art with voice-over by Bill

Also see:
Software industry related comics
Read More
Posted in Health, India, Science | No comments

Friday, 28 January 2011

7 HTTPS myths debunked

Posted on 20:52 by Unknown
HTTPWatch Blog has a nice article debunking these HTTPS myths -

  • Myth #1 – My Site Only Needs HTTPS for the Login Page
  • Myth #2 – Anything can go in Cookies and Query Strings with HTTPS
  • Myth #3 – HTTPS is Too Slow
  • Myth #4 – New SSL Certificates Have to be Purchased When Moving Servers or Running Multiple Servers
  • Myth #5 – Each HTTPS Site Needs its Own Public IP Address
  • Myth #6 – SSL Certificates are Expensive
  • Myth #7 – HTTPS Never Caches

Also see:
A Web App Is As Secure As You Make It & the Browser It Runs On
Prevent identity theft with HTTPS browsing

Read More
Posted in Browsers, Security | No comments

Tuesday, 25 January 2011

Software industry related comics

Posted on 10:25 by Unknown
The software industry inspires cartoonists & vice versa.


From The Oatmeal: Why some emails go unanswered

Here is a list of software industry related comics from a question on the Pro Webmasters StackExchange forum -
  • Dilbert - Keyword search is now available on the site. There is also an unofficial Dilbert Strip Finder which explains its popularity. This strip where Asok, the IIT-ian intern takes a jibe at a senior colleague over how experience doesn't matter in the software industry, garnered 50+ comments.
  • Smashing Magazine cartoons - cartoons on web development & design, published every Friday
  • xkcd - comic titles & transcripts are searchable
  • The Oatmeal
  • Abstruse Goose
  • Mashable Comics
I'll add more as I find them
Read More
Posted in Humor | No comments

Monday, 24 January 2011

History of Apple

Posted on 06:06 by Unknown
Did you know, Apple was founded on April Fool's day in 1976 by Jobs, 21, & Wozniak, 25.

This is how their first product Apple I looked like -


Check out NY Times' History of Apple in pictures.

Also see:
Google Timeline
History of Microsoft
The Apple Museum - 30 years in 2 minutes
Read More
Posted in Trivia | No comments

Friday, 21 January 2011

WebPageTest Tips & Tricks

Posted on 21:02 by Unknown
WebPageTest is a powerful online web performance testing & analysis tool that has been adding a lot of interesting new features.  Their list of test locations to check a page from is growing (currently 17) & now includes Delhi, India. It makes it easy to do "what-if" testing on production pages by showing what performance gains can be achieved by removing ads, widgets, JavaScript. It looks simple on the surface but once you start poking around Advanced Settings & see its analytical review of web pages you test, you'll wonder how it's even free.

I highly recommend this tool to web developers who want to improve performance of the web pages they build.

If you never tried this tool or gone through it superficially, check Patrick Meenan's video to get started and learn directly from the creator of the tool.
Read More
Posted in Browsers, Performance, Tools | No comments

Wednesday, 19 January 2011

Web Performance Testing - Interpreting a Waterfall Chart

Posted on 19:01 by Unknown
Some native browser Developer tools & external  web performance analysis tools  visualize data that is generated by the series of actions that occur between a user and the server from the time a request is made till it is completely delivered, through HTTP Waterfall charts



Joshua Bixby's Waterfalls 101 article explains in plain-English the parts of the Waterfall chart & how to analyze it.
Read More
Posted in Browsers, Performance, Tools | No comments

Tuesday, 18 January 2011

Free WebApp Security Testing tools

Posted on 08:56 by Unknown
Performance & Security are non-functional requirements which cannot be taken for granted.

Here's a compilation of Security testing tools for Web apps, drawn from an answer on the Pro WebMasters StackExchange forum & other sources -
  • Netsparker Community Edition - detects SQL Injection, XSS & other vulnerabilities
  • Watcher - Fiddler plugin that works as a passive-analysis tool
  • Microsoft Web Protection Library (WPL)
  • Web Application Configuration Analyzer (WACA) - analyzes server configuration for security best practices related to General Windows, IIS , ASP.NET and SQL Server settings.
  • AntiXSS 4.0 - protects ASP.NET web-based applications from XSS attacks
  • CAT.NET
  • HP Scrawlr - scans for SQL injection vulnerabilities
  • Exploit-Me - suite of Firefox add-ons
  • Websecurify - also available as a Google Chrome Extension
  • Acunetix Free Edition
  • N-Stalker Free Edition
  • Google's Skipfish
  • RatProxy - passive web application security assessment tool
  • Nikto2 - open source web server scanner
  • w3af or Web Application Attack and Audit Framework
  • Arachni
  • Wapiti
  • WebScarab
Also see:
Web Performance Analysis & Optimization tools
Read More
Posted in ASP.NET, Security, Tools, WebApps | No comments

Saturday, 15 January 2011

Comparison of URL Shortener services

Posted on 12:21 by Unknown
SearchEngineLand & NotLong have compared popular URL Shortener services.

Google offers its own URL Shortener service called goo.gl (gl is the country-code top-level domain designated for Gibraltar). It now also has an API.

Pingdom, the uptime & performance monitoring service, has found goo.gl to be one of the fastest and with 100% uptime.

For spam, security or legal reasons, the goo.gl service can disable some short URLs

Read More
Posted in WebApps | No comments

Wednesday, 12 January 2011

A new JavaScript Reference to bookmark

Posted on 09:16 by Unknown
For years, the JavaScript section at W3Schools.com has been a indispensable source of reference for me. It will now not be my only source. After going through Stephen Walther's JavaScript Reference built with HTML5 & jQuery, I'm impressed with all the useful & up-to-date information that it contains.

Unlike W3Schools which shows what browsers support (or don't support) a particular method or property, without explicitly specifying the version...


...this new Reference shows which browsers support each of the Objects, Functions, Properties, Statements, Operators, Comments, Directives. Only the latest versions of popular browsers are taken into account & surprisingly Opera is excluded.


The complete source (15.2MB) of this HTML5 JavaScript Reference application is available for download & review.

Update(14/Jan/11): If you work with JavaScript, also get this bookmarklet - Steve Souders has created a meta-bookmarklet that includes DOM Monster & a few other performance analysis tools available as bookmarklets. His meta-bookmarklet works with mobile & desktop browsers.
Read More
Posted in HTML5, Javascript, jQuery, Mobile | No comments

Monday, 10 January 2011

Add DOM Monster to your collection of Web Perf Analysis & Optimization tools

Posted on 10:49 by Unknown
If you like web page performance analysis & optimization tools like YSlow, you will love DOM Monster (thanks @souders)

"DOM Monster is a cross-platform, cross-browser bookmarklet that will analyze the DOM & other features of the page you're on, and give you its bill of health."

The good thing about this tool is that you wouldn't have to update it when a new version comes out as it is in the form of a bookmarklet.
DOM Monster suggestions for a ASP.NET Forums page (click to enlarge)
Read More
Posted in Browsers, Javascript, Performance, Tools | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Windows 8 keyboard shortcuts
    Win + X   - context menu to access common features like Control Panel, Task Manager, File Explorer, Programs & Features, Run, Search etc...
  • What is the difference between Browser Mode & Document Mode in IE
    If you're a web developer and your job actively involves building web pages that work the same in all browsers including the last three ...
  • My 30-day personal project - watch 100 hours of Pluralsight videos
    Inspired by Matt Cutts' 30-day challenges , I plan to watch 100 hours of Pluralsight online videos to get up-to-date with current ...
  • Archive tweets & favorites with Google Reader
    There are numerous ways to archive tweets but rather than use yet another tool, I prefer using Google Reader to preserve the tweets I mark ...
  • TWIL - Week #3
    This Week I Learned: New Azure VM Image Templates include SQL Server, BizTalk Server, and SharePoint Server (2013?) images . This can be han...
  • Dashboard-like info with Browser tabs, Windows 7 Taskbar tabs
    Browser tabs & Windows 7 Taskbar tabs are turning self-aware.  This is how my browser looked the other day: I had the summary of all tha...
  • The State Of HTML5 Video
    Key points from the  The State Of HTML5 Video  report by LongTailVideo (last updated on April 19, 2012): 75% of the desktop & mobile bro...
  • Azure in Pictures - overview of Windows Azure Features, Services and Common Uses
    Download the Windows Azure Poster in PDF format (1.1MB)
  • Indian comparison shopping sites
    Did you know, India has 120 million Internet users & the Indian e-commerce market is worth $7 billion ?  Travel accounts for over 80 per...
  • Things to consider before settling on a JavaScript Library or jQuery plugin for your project
    In the article, Which JavaScript Library Should I Pick? , Pamela Fox has listed some practical points to consider before you settle on a Jav...

Categories

  • AJAX
  • Android
  • APIs
  • App
  • ASP
  • ASP.NET
  • ASP.NET-MVC
  • Azure
  • Azure SQL Database
  • AzureInPictures
  • Bing
  • Book Review
  • Bookmarklet
  • Browsers
  • C#
  • chart
  • Chrome
  • Cloud
  • CSS
  • CSS3
  • DidYouKnow
  • E-Commerce
  • Excel
  • FB
  • Fiddler
  • Firefox
  • Gadgets
  • GeoLocation
  • GMail
  • Google
  • Google Docs
  • Google Reader
  • Health
  • Hotmail
  • HOWTO
  • HTML
  • HTML/CSS
  • HTML5
  • Humor
  • Hyderabad
  • IE
  • IIS
  • India
  • Internet
  • IT
  • Javascript
  • jQuery
  • JSON
  • JSONP
  • Laptop
  • Learning Resources
  • Lists
  • Map
  • Metrics
  • Microsoft
  • miscellaneous
  • Mobile
  • NAPA
  • Office365
  • Opera
  • PDF
  • Performance
  • Personal
  • PHP
  • PM
  • PowerShell
  • Privacy
  • Programming
  • Rant
  • Safari
  • Science
  • Search Engines
  • SearchEngines
  • Security
  • SEO
  • Sharepoint
  • SharePoint2013
  • Silverlight
  • Software Engineering
  • Solutions
  • SQL Azure
  • SQL Server
  • TFS
  • Tip
  • Tips
  • Tools
  • Tools/Utilities
  • Trivia
  • TWIL
  • Twitter
  • UX
  • VM
  • VS.NET
  • VS2010
  • VS2012
  • WCF
  • WebApps
  • Websites
  • WF
  • Windows Phone
  • Windows7
  • Windows8
  • Word
  • WP7
  • WPF

Blog Archive

  • ►  2013 (112)
    • ►  October (16)
    • ►  September (14)
    • ►  August (8)
    • ►  July (8)
    • ►  June (13)
    • ►  May (12)
    • ►  April (12)
    • ►  March (8)
    • ►  February (15)
    • ►  January (6)
  • ►  2012 (127)
    • ►  December (11)
    • ►  November (14)
    • ►  October (13)
    • ►  September (14)
    • ►  August (16)
    • ►  July (16)
    • ►  June (6)
    • ►  May (5)
    • ►  April (11)
    • ►  March (12)
    • ►  February (7)
    • ►  January (2)
  • ▼  2011 (98)
    • ►  December (5)
    • ►  November (2)
    • ►  October (5)
    • ►  September (7)
    • ►  August (7)
    • ►  July (15)
    • ►  June (10)
    • ►  May (7)
    • ►  April (8)
    • ►  March (10)
    • ►  February (11)
    • ▼  January (11)
      • Soft skills & career advice on MS "My Career Roadm...
      • Bill Gates video on vaccines
      • 7 HTTPS myths debunked
      • Software industry related comics
      • History of Apple
      • WebPageTest Tips & Tricks
      • Web Performance Testing - Interpreting a Waterfall...
      • Free WebApp Security Testing tools
      • Comparison of URL Shortener services
      • A new JavaScript Reference to bookmark
      • Add DOM Monster to your collection of Web Perf Ana...
  • ►  2010 (163)
    • ►  December (14)
    • ►  November (19)
    • ►  October (19)
    • ►  September (15)
    • ►  August (18)
    • ►  July (17)
    • ►  June (20)
    • ►  May (17)
    • ►  April (19)
    • ►  March (5)
Powered by Blogger.

About Me

Unknown
View my complete profile