Wednesday, October 17, 2012

10 Web Development and Debugging Tools for IE

Developer and Debugging Tools

Firebug Lite

Firebug Lite is a web developer tool that provides Firebug-like functionality in all the major browsers for easy debugging and development.

IE Developer Toolbar

IE Developer Toolbar, or IE DevBar, is an add-on for Internet Explorer 6 and Internet Explorer 7 that aims to aid in design and debugging of web pages. Internet Explorer 8 has the IE Developer Toolbar built-in, instead of a separate product, which is known as Developer Tools rather than Developer Toolbar.

IE Developer Tools

IE8 and IE9 include tools that web developers need to efficiently debug their sites directly in Internet Explorer. Developers can debug a site's HTML, CSS, and Microsoft® JavaScript from within Internet Explorer 8 (with developer tools), rather than switch between Internet Explorer and a separate development environment.

Fiddler

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.
Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others. To debug applications you've written in Java, .NET, or using WinHTTP, see this page.

IEWatch

IEWatch represents a plug-in for Microsoft Internet Explorer that allows capturing HTTP traffic and analyzing HTML code. Designed for web developers, site administrators and quality assurance engineers IEWatch is the most essential web development tool to get the job done fast and efficiently.

Ajax View

Ajax View enables developer to see and control the behaviors of their web applications on user's desktops. The Ajax View approach is to insert a server-side proxy (or web server plugin) in-between the web server machines and the end-user's browser. This proxy captures the web application's JavaScript code as it is being sent to a browser and rewrites the code to insert extra instrumentation code. The injected instrumentation code runs with the rest of the web application inside the end-user's browser and can capture performance, call graph, application state and user interaction information, providing visibility directly into the last hop of the user's experience.

Web Accessibility Toolbar

The Web Accessibility Toolbar has been developed to aid manual examination of web pages for a variety of aspects of accessibility. It consists of a range of functions that:
  • identify components of a web page
  • provide access to alternate views of page content
  • facilitate the use of 3rd party online applications

DebugBar

  • Inspect HTML and modify source code in real time.
  • View and analyse netword traffic.
  • Inspect CSS information.
  • Analyse javascript code.

Companion.Js

Companion.JS is an IE debugger that has detailed JavaScript error reporting, firebug like console, a JavaScript console useful for inspecting JavaScript objects at runtime, and a toolbar icon to open the Companion.JS panel.

IETester

IETester is a free (both for personal and professional usage) WebBrowser that allows you to have the rendering and javascript engines of IE10 preview, IE9, IE8, IE7 IE 6 and IE5.5 on Windows 7, Vista and XP, as well as the installed IE in the same process.

Saturday, October 6, 2012

Best Developers and Debugging Tools

Best Developer and Debugging Tools

Google Chrome Developer Tools

Google Chrome Developer Tools (for Google Chrome)

Chrome Developer Tools is heavily based on the WebKit Web Inspector, a part of the open source WebKit project. It has taken the most popular and useful properties from the Webkit Web Inspector. It comes pre-installed in the Chrome browser. For Chrome, it's the best general-purpose tool for development and debugging purposes.Launch
Fiddler

Fiddler (for IE, Chrome, Firefox, Safari and Opera)

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.Launch
Google Page Speed Insights

Google Page Speed Insights (for Google Chrome)

The PageSpeed Insights browser extensions, available for Chrome and Firefox, allow you to evaluate the performance of your web pages and to get suggestions on how to improve them.Launch
Companion.Js

Companion.Js (for IE6 and IE7)

Companion.JS is an IE debugger that has detailed JavaScript error reporting, firebug like console, a JavaScript console useful for inspecting JavaScript objects at runtime, and a toolbar icon to open the Companion.JS panel.Launch
Dragonfly

Dragonfly (for Opera)

Opera's Dragonfly is a fully-featured debugging environment for Opera Presto-based products that contains all the tools you need to make your life easier when developing web sites and applications.Launch
Firebug

Firebug (for Firefox)

Firebug integrates with Firefox to allow the debugging, editing, and monitoring of any website's CSS, HTML, DOM, and JavaScript. Plus, it provides many other web development tools. It has one of most advanced JavaScript debuggers available for any browser. Firebug is a free and open source software.Launch
Firebug Lite

Firebug Lite (for Chrome, IE, Safari 5.1, Safari 5.0, Opera 11.5, Opera 11.6, Opera 11.1)

Firebug Lite is not a substitute for Firebug, or Chrome Developer Tools. It is a tool to be used in conjunction with these tools. Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elemements with your mouse, and live editing CSS properties.Launch
Firecookie

Firecookie (for Firefox)

Firecookie is an extension for Firebug that makes possible to view and manage cookies in your browser.Launch
Firephp

Firephp (for Firefox)

FirePHP enables you to log onto your Firebug Console using a simple PHP method call. FirePHP is ideally suited for AJAX development where clean JSON or XML responses are required. Launch
Firequery

Firequery (for Firefox)

a Firebug extension for jQuery development. jQuery expressions are intelligently presented in Firebug Console and DOM inspector. Launch
Flashbug

Flashbug (for Firefox)

Flashbug is a firebug extension for Flash in Firefox. It provides extensive Flash debugging add-ons (SWF resources, AMF data, shared objects, traces, policy log).Launch
IE Developer Toolbar

IE Developer Toolbar (for IE6 and IE7)

IE Developer Toolbar, or IE DevBar, is an add-on for Internet Explorer 6 and Internet Explorer 7 that aims to aid in design and debugging of web pages. Internet Explorer 8 has the IE Developer Toolbar built-in, instead of a separate product, which is known as Developer Tools rather than Developer Toolbar.Launch
IE Developer Tools

IE Developer Tools (for IE8 and IE9)

IE8 and IE9 include tools that web developers need to efficiently debug their sites directly in Internet Explorer. Developers can debug a site's HTML, CSS, and Microsoft® JavaScript from within Internet Explorer 8 (with developer tools), rather than switch between Internet Explorer and a separate development environment.Launch
Measureit

Measureit (for Firefox, Google Chrome and Safari)

A must-have simple extension for any designer. It lets you draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.Launch
Microsoft Script Debugger

Microsoft Script Debugger (for IE6 and IE7)

The Microsoft Script Debugger is a debugging environment that extends any Microsoft ActiveX® Scripting host application—for example, Microsoft Internet Explorer (IE) or Microsoft Internet Information Server (IIS).Launch
Omeasure

Omeasure (for Opera latest Versions)

A simple measuring tool for web designers and developers using Opera. It lets you draw a ruler across any webpage to check the width, height or alignment of page elements in pixels.Launch
Pendule

Pendule (for Google Chrome)

Pendule is an extended web developer tool for Chrome. It replicates some of the Firebug functionalities and is especially useful in its ability to switch off images and CSS. So this is another must-have tool for any web designer using Chrome.Launch
Web Developer

Web Developer (for Google Chrome and Firefox)

The Web Developer extension adds a toolbar button to the browser with various web developer tools. This is the official port of the Web Developer extension for Firefox But this availabke for Google Chrome also, and will run on any platform that these browsers support, including Windows, Mac OS X and Linux.Launch
Yslow

Yslow (for Firefox, Google Chrome, Safari and Opera)

YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. YSlow grades web page based on one of three predefined ruleset or a user-defined ruleset. It offers suggestions for improving the page's performance, summarizes the page's components, displays statistics about the page.Launch
Safari Web Developer

Safari Web Developer (for Google Chrome and Firefox)

Apple has brought its expertise in OS X and iOS development tools to the web. Safari includes a powerful set of tools that make it easy to modify, debug, and optimize a website for peak performance and compatibility. And in Safari 6, the Web Inspector has a streamlined new design that speeds up common development tasks. To access these tools, enable the Develop menu in Safari’s Advanced preferences.Launch

Tuesday, October 2, 2012

Buy iPhone 5 in India

Are you thinking about to buy the Apple iPhone 5 so now you can buy in India  You do not have to pay any extra money for the latest Apple iPhone 5. There are many online services are available from where you can buy iPhone 5 in India.

Tradus.com: You can find iPhone 5 on the online shopping services tradus.com. They have all version of iPhone 5 available and providing the delivery within 7-15 days. There are no shipping charges on the delivery. Tradus is selling the 16GB model at Rs. 59,500, the 32GB version at Rs. 73,599 and the 64GB one at Rs. 86,699.



Rediff.com: Rediff’s shopping online service (shopping.rediff.com)is also providing the iPhone 5 with factory unlocked version.shoping.rediff.com is selling the iPhone 5 16 GB in Rs-69,990 with the shipping charges of Rs-99. iPhone 5 32GB is on sale for Rs. 79,990, while the 64GB variant costs Rs. 89,990.



ebay.in: ebay india also providing factory unlocked version of the iPhone 5. iPhone 5 16GB starting price is Rs-57,900. There is price variant Rs-69,900 to Rs-79,900.



High price in India: According to Apple website iPhone 5 16GB price in US is approx $199 (Rs- 10,000) but this is the discounted price with network carrier plan. Unlocked phones prices are different and have to pay more cost because they are without any network carrier. Apple always focused on the supply of latest products in his major markets like US and Japan first. When the demand and supply pressure will reduce in these major countries then they will ship their products in India and other minor markets.

Apple iPhone 5 is also available for sale in the grey markets for much higher price than the official prices which would later be made available. New Delhi’s Ghaffar Market, Karol Bagh, Palika Bazaar and Nehru Place top the grey market for Apple fans while Mumbai’s Heera Panna, Alpha and the famous Chor Bazaar are where smuggled iPhones are often found.

Tuesday, September 25, 2012

iPhone 5 first time in India

E-commerce portal bhaap.com is facilitating the opportunity to buy the latest iPhone 5. Company is going to start the sale of iPhone 5 in India on 28th September 2012 (Friday). According to a press release issued by the company based Bangalore

iPhone 5


Customer will be able to buy the iPhone-5 in Rs-71,995. This will be the lowest price of iPhone 5 in India and its sale for only 24 hours from 10 am till remain limited stock. Apple has recently introduced its latest iPhone 5 the thinnest and the lightest and the new four-inch retina display iPhone.

Saturday, September 22, 2012

iPhone Journey



Category iPhone 5 iPhone 4S iPhone 4 iPhone 3GS iPhone 3 iPhone
Resolution
Camera Size (megapixels) 8 8 5 3 2 2
Video Calling FaceTime FaceTime FaceTime none none none
Video Recording HD 1080p HD 1080p HD 720p VGA none none
Battery life (talk time in hours) Up to 8 on 3G Up to 8 on 3G Up to 7 on 3G Up to 5 on 3G Up to 5 on 3G Up to 8 on 2G
Wireless Carrier AT&T, Verizon, Sprint and others AT&T, Verizon, Sprint AT&T, Verizon AT&T AT&T Cingular (now part of AT&T)
Date Released Sept. 2012 Oct 2011 June 2010 June 2009 July 2008 June 2007

Outlook.com – New avatar of Hotmail

This is completely new thing for me today I have gone through one news where it was written about outlook.com, completely new way that Microsoft visualizes the web just like Windows 8 platform. You should login on outlook.com and create the email address before someone else grabs it. It is notable that the Windows live ID has been re-branded as the Microsoft Account. You can use same username and password that is used to sign in to other Microsoft services like Hotmail, SkyDrive, Windows Phone, or Xbox LIVE. We also created a new Microsoft account and tested our Outlook account. A very clean registration form they are using to create new outlook.com email account, you need to fill just one page form and you account is ready to access
.
outlook.com

Some very cool features are introduced by Microsoft in new email account outlook.com. After login, we were greeted with a super clean layout, responsive menu, fading buttons, a beautiful four column layout, social media interactions… And it was a pleasure at first sight. A simple drop-down menu for settings can change your theme colours in a click. The e-mail reading panel can be shifted to the side or at the bottom just like Microsoft Outlook software. I particularly like the smooth layout and the superfast speed at which you can browse and navigate across the panels and adjust your settings to customise your email experience.

outlook.com

If you want to compose a new email, you will have with a beautiful compose mail screen. The contacts from the left side, and you can compose your e-mail in a clean interface on the right side, free from boxes and lines.

outlook.com