Tuesday, 24 January 2012
Bloggers moving to communties sites.
Tuesday, 27 December 2011
Wikipedia
Saturday, 10 December 2011
Adsense back at FD
using Google Adsense.
At Majorana Informatics Ltd, I offer specialized categorization software development, and better than Bayez class filters development, so if you need such services for knowing what category a document falls under please content us at Majorana Informatics Ltd
Tuesday, 10 August 2010
Dum Skype Firefox plugin
Tuesday, 13 July 2010
Touch Screen and Guestures for the web
Windows and Linux are of course built for one mouse, with single and double click, its been like that for years. Since I've over forty and slower to learn, I'll probably to happier with the mouse plus keyboard for the rest of my obsolete little life, but that doesn't mean its a superior interface. The new generation are already happy with there touchable I phones, and would no doubt like a computer with the interface of an Ipad and the huge amount of software as the existing PC.
Why no common framework for touch screen for the PC yet. Is it all patent and litigation threats, or guest laziness?
The Web also needs an update to work this touch screens, especially with mult-touch and gestures. A touch could be mapped to a button click, but can java-script events match more than one figure on the screen a time. The interface is x and y coordinate for a single mouse event. Event libraries need be written for multi-touch and standardised first for the OS and second for the web browser. Even after that, is not obvious at what stage we decide that combined movements become a gesture. OS layers, application layer e.g. browser, and web layers, might in the worst case, all define and recognise two fingers spinning as different gestures, triggering three event at three different layers. So plenty of work for user interface designers for the next tens years or so.
Friday, 21 May 2010
The farm and data center
Its also funny because the many of the websites run on these data centres are already powered by bullshit.
Thursday, 20 May 2010
Tapestry and Aspect oriented Webpages
Since I'm a programmer, I have to remark most on its software they where using for the webdesign,
most websites if they need interaction today are based on LAMP, free commonly used software for web to database work. Allfiled.com use Oracle, Java, lots of Jakarta, Javascript and a system called Tapestry you might not have heard of. And I think when you want solid website engineering that exactly the place to go.
Tapestry makes a huge difference to the programming of a website, in most websites, one page, has one programmer file on the server, and any ammount javascript code on the clients side, (that may or may not work, depending on which web browser a user has. Tapestry means that each components of a web page, maybe a border, or a form box you fill in, has its own fragment of code. This either a lots easier to change the look and fill of every single form on your website in one go, or it means for 'changing one line or text, you going to have to search for program fragments in a absolute enormous filesystem of scattered one liners. Its a completely different style of web programming, and takes a lot of getting used to.
