RSS Feed

Posts Tagged ‘FireFox’

See Code, See CodeRun

June 19, 2009 2 Comments »

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 WPFAJAX 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.

CodeRun Online IDE

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

February 19, 2009 1 Comment »

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.

 

Useful Vista Sidebar Gadgets

October 11, 2007 No Comments »

I always thought that the Windows Sidebar feature, included with Windows Vista, was a waste of space — Well, it does take up valuable screen real estate — however recently I’ve started using the Sidebar on a secondary display. While I would probably still not use the Sidebar on a single screen, having dual screens gives me much more real estate and provides a great location for system information and supplementary windows. That’s where the Sidebar comes in…

Previously on my laptop; I used to use Yahoo! Widgets to display information, such as remaining battery power, WiFi signal reception, etc. I found these extremely useful in the circumstance, because they were individual items which I could make just big enough to see, but small enough to be imperceptible while focusing on the main tasks on hand. When it came to the the desktop, however, I found these to be too disorganized and ended up cluttering the screen — that’s where the Windows Sidebar comes in. Because of it’s dockable “Sidebar” the Gadgets are easily organised to one side of the screen. A great feature with this docking ability, is that if you check the “Sidebar is always on top of others windows” option it will cause maximized windows to only open up as far as the Sidebar, allowing you to always be able to see you Gadgets.

Just like FireFox add-ons, there is a fairly decent array of Gadgets available (however there are a significantly less number of Sidebar Gadgets, 1453, available compared to Yahoo! Widgets, 3808 — *numbers are from the offical download sites at time of writing). So here is a list of Gadgets, with links, that I have found most helpful so far:

  • Weather (included with the Sidebar by default) — Great for showing the current temperature. Or, if undocked, a three day forecast.
  • Calendar (included with the Sidebar by default) — Excellent in docked view as it shows the current date in large letter, with a nice orange background.
  • Multi Sensor — A nice graphical display of system diagnostic information, such as temperature, memory usage, etc. However you do need to be running Everest Ultimate.
  • DriveInfo — Displays Free space and drive usage (in percent) of selected drives.
  • Network Meter v2.1 — Monitors network traffic and displays the current download and upload speeds on two seperate bars.
  • NetGadget — Similar to the Network Meter, however it displays the set and received speeds on a scrolling chart.
 

FireFox Add-ons To Make Your Life Easy

October 6, 2007 1 Comment »

One thing that I love about FireFox is it’s vast library of add-ons. Not only does Mozilla provide an easy to search online repository of add-ons, but installing add-ons with FireFox is easy as three clicks. Although there are many useful add-on, there are also quite a few of not so useful add-ons — So I thought that I would share some of the add-ons that I commonly use.

  • Clipmarks — Allows you to save sections of a page, without having to book mark the entire page. Useful for saving sections of a blog or news article. *requires registration
  • CSSViewer -  A Simple CSS Property viewer. Provides a great, web 2.0 looking, floating window that displays CSS Information about the item your cursor is currently over.
  • Dog Ears — Mark important parts of a webpage to easily relocate them. Lets you dog-ear long pages, with persistent marks, so that you can skip straight to those marks the next time you return to that page.
  • FasterFox — Performance and Network tweaks for FireFox. I would recommend that you lower the performance increase back from “Turbo Charged” to at least “Optimized”, to help prevent overloading web servers.
  • FlashGot — Download helper for FireFox. Absolute must have, especially if you have a download manager.
  • GoogCal — A very simple add-on which lets you add a Google Calendar button to your toolbar.
  • GreaseMonkey — Allows you to customise the way a webpage displays, using JavaScript. Scripts can be downloaded from userscripts.org.
  • Locationbar — Changes the look of your location bar by putting emphasis on the domain.
  • PDF Download — Allows you to choose if you want to view a PDF inside the browser, as a PDF or as HTML, or in your default PDF application. Another must have.
  • Resizeable Form Fields — Lets you click and drag form fields to increase, or decrease, their size.
  • Tab Scope — Shows a thumbnail preview of your tabs, when you hover over a tab.
  • View Formatted Source — Displays formatted and color-coded source and CSS information for elements. Great for reading messy or long html source.
  • Web Developer — A useful toolbar which gives you various web developer tools. Can also be useful for non web developer as it lets you disable JavaScript and CSS.
  • Zotero — Helps you collect and manage citation information. Great if you’re doing research or you frequently require saving citation information.

One of your favourite add-ons not in the list? Post a comment with the add-ons you use.

 

Windows Safari

June 12, 2007 No Comments »

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.