
5
Dec
25
Aug
Landed on this site today.
Its called Gliffy -
Gliffy Inc. is a next-generation rich internet application company based in San Francisco, CA, USA. Our mission is to provide platform independent internet applications with rich user interfaces for collaboration. Since May of 2005, Gliffy has funded development of our technology through bootstrapping and OpenLaszlo consulting services.
19
Aug
The sudden rise in the use of AJAX and other similar RIA (Rich Internet Applications ) means that the legendary page views model which has been around since the beginning of the web is going to undergo a major change.
One industry which is certain to get hit by it in the Online Advertising Industry where pageviews are considered an important factor.
Forbes had an article some time back on Ajax breaking the advertising business model:
It also means that services like Google Analytics are a bound to get more users for their service .
11
Aug
IE7 is basically non-compliant with CSS web standards.
IE6 51%
IE7 55%
Firefox 93%
Will this affect Web 2.0?
9
Aug
A couple of weeks ago Michael Arrington got together with a number of startup CEOs and executives to video a discussion about Web 2.0. Participating in the discussion were Aaron Cohen (Bolt), Scott Milener and Steven Lurie (Browster), Keith Teare (edgeio), Steven Marder (Eurekster), Joe Kraus (JotSpot), Jeremy Verba (Piczo), Auren Hoffman (Rapleaf), Chris Alden (Rojo), Gautam Godhwani (Simply Hired), Jonathan Abrams (Socializr), David Sifry (Technorati), Matt Sanchez (Video Egg) and Michael Tanne (Wink).
8
Aug
Found this post at Helen Keegan’s Blog via Ajit Jaokar
There’s a useful list of web 2.0 companies here that you might find interesting. Unfortunately, there’s no list of mobile 2.0 companies included… Any offers to compile it?
6
Aug
Adam Howitt has put together an 8-page PDF on Ajax design. In the guide which you can download from the link below Ill cover the process I have developed in the course of implementing two AJAX applications as a developer for Duo Consulting in Chicago. This approach has made it easier for me to work with the design team, produce estimates for this type of project and communicate what is involved each step of the way to the project managers for scheduling purposes. He begins by taking a UI sketch and marks all discreet sections. Each section becomes its own JS file. From there, you decide on each interaction in each section, and create a Javascript function for it, later consolidating repeated functions into reusable objects. You also need to consider the nature of remoting,….
31
Jul
This site rockz like hell.. ajax sudoku is here .. Helluvah fun playing sudoku on this site…I have not been interested in sudoku but this site makes it interesting…
Worth a try …
Sudoku lovers should enjoy it …
29
Jul
Web 2.0 madness is on the rise !!
Check this link which shows mockups of many famous brands like nike, citibank, microsoft etc
18
Jul
Building a form like this using tables is easy .. scroll down and see the source code … no table no td no tr … just plain CSS..
CSS is real fun to play with and powerfull too

[code lang=”CSS”]
body{
background-color:#fff;
font-family:Arial;
}
#frmAddress{
background-color:#fee9bd;
padding:0px;
margin:0px;
border:1px solid #FFCC66;
width:50%;
}
#frmAddress h1{
font-size:20px;
background-color:#fff8db;
padding:0px;
margin :0px;
}
.frmin{
width:150px;
background-color:#fff8db;
margin-top:2px;
margin-bottom:4px;
}
label{
background-color:#fff8db;
border:1px solid #ccc;
float: left;
width: 120px;
margin:3px;
padding:3px;
font: bold normal 13px Arial, Helvetica, sans-serif;
}
br{
clear:left;
}
[/code]
[code lang=”HTML”]
[/code]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Oct | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||
