Adobe, Stop Killing My Internets!
I am not sure if it just me, but lately it seems that Adobe Flash Player is becoming more and more unreliable, and causing my web browser (be it Chrome, FireFox and/or I.E. — I prefer Chrome, although I wish it supported ICC profiles like FireFox) to constantly crash.
As Adobe Flash is widely used it, unfortunately, is not practical to completely remove it from your machine; however there are a few simple tools which let you automatically block Flash from loading unless you white-list the site or click on the flash to play it. This technique is also great for preventing those annoying Flash ads that popup in your face (Although some of them do look pretty cool)!
Continue Reading To Find Out How To Stop Adobe Killing Your Internets!
See Code, See CodeRun
Merbla wrote a short post today about a site he came accross, CodeRun. The site is an online code respository, with the added advantage of an online IDE include on the site which allows you to see the code and run / debug it as it is. After signing up with a free account you can create your own projects (AJAX, ASP.NET, PHP and WPF — AJAX and ASP.NET also have support for facebook applications) which you can develop, store and run all from their website.
The concept is brilliant — everything from start to go can be done online via your standard web browse (currently only supports Internet Explorer and FireFox) and publishing of your source code is as simple as a right-click and a left-click. Once source has been published other people can freely go and search for source code in the repository and open it directly in the browser, make modifications and run them all from within the browser.
However; The actuall implementation of it so fair (while still very impressive) is significantly lacking from a development perspective. Although it is possible to do the majority of thing you can do in Visual Studio, it is a little cumbersome and slow at times and does have a few limitions. For example, there is no toolbar — and therefore no drag and dropping of controls (which Microsoft presentations always seem to contain a lot of ;-).
Although the site seems to be focused on web applications some features are also unavaliable in the online IDE. You do not have the ability to create folders with underscores in them, and there does not seem to be anyway of creating the special ASP.NET folders such as App_Data or App_Themes… not such a big deal. Designer files are not automatically created and if you try to create one an exception is thrown saying the file already exists.
The biggest problem however is the speed. Perhaps it is just my machine or my internet connection, but the online IDE is very slow to use and navigate. Menues and and prompts tend to hang the browser for a couple of seconds before they load and the intellisense (ctrl+space) does not allows function correctly. Code highlighting, although not important or required, is lacking from the Visual Studio equivalent and take a signifant amont of time to process and display.
Copying and pasting from Visual Studio in to the online IDE also seems to be out of question, as it seems to past the text multiple times; Copy and paste from within the online IDE works fine.
All that being said the online IDE is quite feature rich and imitates Visual Studio very well. You are able to apply breakpoints and step through code, attach to processes (only online applications — not system processes), watch variables, etc. There is also an option to open a project from a zip file — which works great, providing you zip the project from the root of the project folder (it must not be under a sub folder).
In the end (as Merbla suggested in his post) something like this teamed up with StackOverflow, for the purpose of displaying simple solutions to problems with working example would be brilliant! However as far as online development goes I think there is a long way to go.
See running example: Hello World!
Firefox 3 And Colour Management
I recently come across an article by Datacolor (the company who make the Spyder range of monitor / printer calibrators) which explains how to enable ICC profiles in Firefox 3. It is a very simple boolean (true/false) property which you need to change in the ‘hidden’ Firefox configuration.
In Firefox enter about:config in to the address bad and press enter. A warning message will show up saying “This might void your warranty!” ignore this and click “I’ll be careful, I promise” (don’t worry you don’t have warranty anyway ;-). Next, in the filter bar type in gfx.color_management.enabled. There should now only be one option in the list of configuration options, and it should be set to false by default. Simply double click this option to change it to true (it should now be bold, indicating it is no longer the default value). Restart Firefox and you should be up and running with ICC profiles.
Check out the original post by Datacolor for more information and for two images which will indicate if your browse supports ICC profiles.
Windows Safari
Apple have just recently released Safari 3 beta and with this release they have included an XP and Vista version, for the previously Mac only browser. Steve Jobs announced the release of Safari 3 during the Apple Worldwide Developers Conference (see video here) and showcased some of its features and benefits. Aside from the claims of being “the best browser ever”, Jobs also claims that Safari is 2x faster than IE7 and 1.6x faster than FireFox 2.
Personally I’m not a fan the Mac look and feel, especially that big grey toolbar, however there are a few features which are useful, if not at least intriguing. For example, while tabbed browser, you can drag a tab off the tab toolbar and a new window will be opened with that tabs contents displayed. Another useful feature is the ability to resize text areas, without the need for this to be implemented by the website (of course this is available in FireFox through the use of a Resizeable Form Fields extension by Justin Watt).
Aside the aforementioned features of Safari, it does appear to render HTML quicker than IE7 and FireFox. However, there are a few bugs or unimplemented features which should be included. One notable downfall is the lack of support for the scroll wheel click feature (I’m not sure if this is lack of support for my Microsoft Laser Mouse 6000 or if it’s not included at all), which is presumable a direct side affect of the mac mouse having a 360 scroll ball instead of a wheel. Another downfall I noted was that the tab toolbar does not always close once you close all of the tabs (excluding one), but granted it is only a beta I’m sure that bug will be fixed before the final release.
All-in-all I think Safari is just another standard browser really, and I’ll be sticking to FireFox for now. However, if you would like to try out the new Safari you can head to http://www.apple.com/safari/ and download your free beta copy. Or alternatively you can download the real “best browser” from http://www.mozilla.com/en-US/firefox/.
Update June 13th: Apparently there have already been several vulnerabilities found in Safari.



