Viewpoint From the Web
Here you will find a collection of my thoughts about software, technology and life in general.
 
 
 
October 2008
M T W T F S S
« Sep    
 12345
6789101112
13141516171819
20212223242526
2728293031  
 
 

Posts Tagged ‘web’

Google have just released their own Web browser.  When they announced it via a set of comic strips, it took some people by surprise especially after the april fool stunt a couple of years ago. The comic strip itself tries to explain how the web has evolved and why we need a new browser to cater for that.
Read the rest of this article »

Mozilla Ubiquity

Saturday, 30th August 2008 by Musaul Karim

Mozilla Ubiquity is another little project in progress over at Mozilla Labs. It provides a command line interface to the web… well a very small part of it anyway. They released an early alpha version a couple of days ago so I thought I’ll give it a go.

It comes as a Firefox extension that currently works in Windows, OSX (requiring another software download) and partially in Linux. Once you’ve installed the extension you can press ctrl+space to call up a little console. Read the rest of this article »

Web development tools

Saturday, 12th July 2008 by Musaul Karim

I’m putting up all tools ans scriptlets I make for helping me with web developmet up on my Software & Web Development site at http://t.prosignia.net/

Check ‘em out. You might find them helpful.

With 8,002,530 Firefox enters the Guiness Book of World Records for “largest number of
software downloads in 24 hours.” Read the rest of this article »

Trying out Firefox 3 rc1

Sunday, 18th May 2008 by Musaul Karim

On my almost green 1.5GHz VIA computer running linux you can immediately tell that firefox 3 rc1 is a lot more responsive than Firefox 2. The problem is though it doesn’t have support for some of the my Web Development plugins, namely Firbug, HTML Validator and Web Developer. I know beta versions of these are available for firefox 3, but I’m feeling a little lazy now to hunt them down and install them. It’ll take more clicks than I’m willing to spare right now! :-)
Read the rest of this article »

Javaworld has an interesting article on using OpenOffice as the server for a web based spreadsheet like Google Spreadsheets. They use servlets running on Tomcat to communicate with OpenOffice.org, while using Dojo for the web tier.

It handles all the standard spreadsheet functions, but I’m thinking this could be a very useful resource for people needing web based mathematical/statistical applications. It appears you can integrate it with a Java/J2EE application with a little effort, saving you from reinventing the wheel.

Links:
http://www.javaworld.com/javaworld/jw-05-2008/jw-05-spreadsheets.html

Internet Explorer 8 beta 1 has been released to the wild. The ACID2 test could not be reached for a good while after ie8 was released. I guess everyone who downloaded was running the test. While it does seem to pass the ACID2 test (provided you OK the ActiveX dialog box), it still fails on some CSS 2.1 tests in the W3C CSS 2.1 suite.. I couldn’t run as many of the test I wanted, as IE takes up around 95-99% of CPU time on the test list page. Read the rest of this article »

Well, it would appear that microsoft is realising it made a mistake in choosing version targeted quirks mode as the default for Internet Explorer 8. I guess they didn’t anticipate the uproar from developers, and so decided to do a U-Turn and enable standard compliance mode by default. Read the rest of this article »

Despite of being around for years, adoption of GNU/Linux based operating systems in the mainstream desktop has been slow. But now it is getting more coverage thanks to distributions such as Ubuntu, and for being included with some new computers from manufacturers such as Dell.

More people are asking what can I run on it, and what do I use for writing documents, editing photos etc. In this series of articles I will cover a number of common use applications that should be relevant to most people. I’ll start with the mostly used applications in todays average computer. Read the rest of this article »

Minimum and Maximum widths in IE6 CSS

Tuesday, 19th February 2008 by Musaul Karim

In a previous article I showed you how easy it is to create a constrained fluid layout i.e. one with a minimum and maximum widths. While this works on all standards compliant browsers, it doesn’t work in Internet Explorer 6. Read the rest of this article »