Skip to main content

Firefox 11 releases with 3D Debugging and Add-on sync

After some delay Mozilla has finally released Firefox 11 of its open source browser, with improved developer tools over the previous versions. The latest version takes us into some new territory - 3D. 


The new "tilt" feature lets you view a 3D representation of pages in layers of related content. A new live Style Editor, meanwhile, lets them make changes to CSS style sheets and see the results instantly.. The depth of nesting of a page element is mapped to its depth in a 3D view. So. for example. a button nested in a set of divs would stand out higher than a button in the body of the page. Once you have the 3D page on the screen you can rotate it and zoom to see anything that takes your interest.You can also select any area and see the tag list that creates it just as you can in the standard 2D representation.





Firefox 11 now adds the ability to sync add-ons, extensions, and browser customizations. Previously, Firefox users could sync bookmarks, passwords, preferences, history, and open tabs. Google Chrome browser has sync extensions feature fo quite some time, while Microsoft Internet Explorer 9 still doesn't have sync capabilities. The Firefox Sync works also with Android version of Firefox, and iOS Firefox Home.



Firefox 11 has a new updated to the style editor, which you can use to change the CSS of the current page. The big new feature is that instead of showing you a summary of styles and properties extracted from the page it now shows you the actual style sheet used. This means that you can experiment with changes until you get the page as you want it or as it should be and then you can save the style sheet locally. This should really save time when fine tuning or debugging.

Firefox 11, finally includes suporrt for SPDY (Google's replacement for slower HTTP), if you encounter a site that offers SPDY you can take advantage of it or use HTTP.


Here is the release notes from Firefox 11.

  • Firefox can now migrate your bookmarks, history, and cookies from Google Chrome
  • With Sync enabled, add-ons can now be synchronized across your computers
  • The CSS text-size-adjust property is now supported
  • Redesigned media controls for HTML5 video
  • The outerHTML property is now supported on HTML elements
  • View source syntax highlighting now uses the HTML5 parser
  • The Style Editor for CSS editing is now available to web developers
  • Web developers can now visualize a web page in 3D using the Page Inspector 3D View
  • SPDY protocol support for faster page loads is now testable
  • XMLHttpRequest now supports HTML parsing
  • Websockets has now been unprefixed
  • Firefox notifications may not work properly with Growl 1.3 or later
  • Files can now be stored in IndexedDB


Known Issues
  • If you try to start Firefox using a locked profile, it will crash
  • For some users, scrolling in the main GMail window will be slower than usual 
  • Some synaptic touch pads are unable to vertical scroll 
  • OS X: WebGL performance may be degraded on some hardware
  • Windows: The use of Microsoft's System Restore functionality shortly after updating Firefox may prevent future updates


You can download Firefox 11 from here.


Get our regular updates in Google Currents for Android or iOS platforms click here or scan QR code below.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next