Tuesday, June 19, 2007
Eurekaaaaaaaaaaaaaaaaa
Do you know why people say Eureka? when they are in high spirits. I am done here..........I am happy .............
Labels:
Research
Sunday, June 3, 2007
Things are not as they shoould be :)
At least few of them I have complete from the list I have given here. Rough draft of the thesis is out. Work is communicated to one conference and one journal. Now all set me to relieve from the institute, which is not easy though. One more meeting is still pending. Got some other offer (which I have not mentioned any where in the blog) apart from Morgan Stanley. I was fixed to choose one from the other, but again in dilemma which one to opt. Other thing, I have committed myself to some other work whose results are unpredicted for the next one month. Hoping to get done things in smooth fashion without any risks.
Tuesday, May 15, 2007
Domain Hacks
Have ever tried the following web sites?
Try your hands at http://xona.com/domainhacks/suggest/ (Domain Hacks) to find your name as domain without top level domains. Look at this also http://websear.ch/
There are Perfect domain hacks like http://del.cio.us and minor domain hacks like http://dr.phil.com/ (Dr. Phil) or http://j.ames.com/ (James)
Isn't funny..............
- http://del.icio.us
- http://blo.gs
- http://doma.in/
- http://einste.in/
- http://adm.in/
- http://fami.ly/
- http://the.unique.name/
Vis.as
- http://3.141592653589793238462643383279502884197169399375105820974944592.com/
- d@v.id
- j@m.es
- w@y.ne
- eg.ch@irman.net
Try your hands at http://xona.com/domainhacks/suggest/ (Domain Hacks) to find your name as domain without top level domains. Look at this also http://websear.ch/
There are Perfect domain hacks like http://del.cio.us and minor domain hacks like http://dr.phil.com/ (Dr. Phil) or http://j.ames.com/ (James)
Isn't funny..............
Labels:
Technology
ABC of AJAX
AJAX stands for Asynchronous JavaScript And XML.
AJAX is a type of programming made popular in 2005 by Google (with Google Suggest).
AJAX is not a new programming language, but a new way to use existing standards.
With AJAX you can create better, faster, and more user-friendly web applications.
AJAX is based on JavaScript and HTTP requests.
Look at the AJAX examples:
- http://www.google.com/ig
- http://www.pageflakes.com/
- http://www.netvibes.com/
- http://www.protopage.com/
- http://www.webwag.com/
- http://www.live.com/
Friday, May 11, 2007
RSS - What is all the Fuss About?
RSS Stands for Really Simple Syndication. It is used for the specific purpose or conveying information that a website or blog has been updated. It is a standard for publishing regular updates to web-based content. And for the technical, RSS is a Syndication Standard based on a type of XML file that resides on an Internet server. It answers the question "What's New?" for a website or blog.
We can find RSS feeds on almost every website that is updated very frequently. The following logo is almost standard to indicate RSS feed.
Here is a Perl Module to create, read RSS feeds.
More information can be found at the following links:
We can find RSS feeds on almost every website that is updated very frequently. The following logo is almost standard to indicate RSS feed.
Here is a Perl Module to create, read RSS feeds.
For Web masters
More information can be found at the following links:
- http://www.rss-specifications.com/steps-create-rss.htm
- http://www.rapidfeeds.com/
- http://www.feedyes.com
- Feed Validator for RSS and Atom
- RSS Validator (UserLand)
- Experimental Online RSS 1.0 Validator
For the End User
- Bloglines - Specializing in blogs, naturally
- Fyuze - Sign up and see what's new on your favorite sites
- Google Reader
- Gregarius
- My Yahoo - Lets you add RSS feeds to your custom page
- News Is Free - Register and make a customized page of feeds
- Rocket RSS Reader (RocketNews)
- Aggie
- Ampheta Desk - Puts feeds in your browser
- Awasu - My favorite, so far
- Feed Demon
- Feed Reader
- Headline Viewer
- News Gator - Integrates with Microsoft Outlook
- Newzcrawler
- Radio UserLand
- Syndirella
- Wildgrape NewsDesk
- http://www.feedster.com/
- http://www.newsonfeeds.com/faq/aggregators
- http://www.rssmicro.com/
- http://www.syndic8.com/
- http://www.search4rss.com/
- http://www.plazoo.com/
Labels:
RSS,
Technology,
Web2.0
Monday, May 7, 2007
What to do?
Bugging thoughts in mind?
Alone cant do anything?
Cant easily become part of some group?
Still want to achieve goals?
I know the outcomings.
Wht shld I do now?
Alone cant do anything?
Cant easily become part of some group?
Still want to achieve goals?
I know the outcomings.
Wht shld I do now?
Sunday, May 6, 2007
ABC of Web 2.0
Buzz word of geeks in the modern era of technology. I happened to read book on web2.0 while downloading e-Book. It is not a single technology like .NET or Java. It is collection of technologies to give a beautiful look to Web and be able to create rich applications. The following are the three layers that constitute the Web2.0
- Social Layer
- Architectural Layer
- Technical Layer
- Socal Layer: The social layer of Web 2.0 is about making the Web a read/write web again. For some, this goal is motivated by philanthropic or political reasons: everyone should be able to express his or her ideas. For others, the motivation is financial: if the growth of the number of web readers is deemed to slow down, the growth of the Web can only be fueled by the growth of the number of people that create content on the Web. The business models of Web 2.0 sites differ on the way to convert content into actual revenues, but they share the fact that their content is created by their users, and this is the most distinctive characteristic of a Web 2.0 site.
- Architectural Layer: The ability of using the Web as a platform can be seen as the architectural layer of web2.0. This is the consequence of the Social Layer; if you want to give write access to all your users you can’t rely on anything that isn’t installed (or installable) on any platform they might be using. That limits the prerequisite for Web 2.0 applications to a relatively recent version of a web browser. Furthermore, due to most needed security constraints, web applications have very limited access to files and data stored ontheir users’ computers. That means that Web 2.0 applications have not much alternative to considering that the platform on which they run is the Web! This has made Web2.0 to deliver everything throught browser (Web). Examples of them are Google Docs, Live Office, YouOS etc...
- Technical Layer: This layer of web2.0 decides the richness of your application on the web. This layer mainly consists of three parts. First thing is about client side programming, nothing but the browser where most of your web applications are visible. The second part is nothing but the underlying protocols that makes it possible to communicate with the others on the web. The third part is the server side processing, ultiamately this is where client requests are processed :). HTML, XHTML, DHTML, CSS, Javascript and AJAX constitute first part of the technical layer in web2.0. SOAP, REST, HTTP-PUT are second part of technical layer. Creating webservices, mashups, serving XML over HTTP etc constitute third part of technical layer of web2.0.
Labels:
Technology,
Thoughts,
Web2.0
Friday, May 4, 2007
Health ... different ways of looking within....
Health as we know, is of utmost important for any creature on this earth, without which one can't survive easily. Today I heard across the different kinds of health that a creature can possess (at least human beings). They are:
Among these three, spiritual health decides most of your health status. From top to bottom, the above order shows the importance that once should give.
Keep your self out of danger, with a clear and unsound soul.............. :)
- Spiritual Health
- Mental Health
- Physical Health
Among these three, spiritual health decides most of your health status. From top to bottom, the above order shows the importance that once should give.
Keep your self out of danger, with a clear and unsound soul.............. :)
Labels:
Philosophy,
Thoughts
Friday, April 13, 2007
Who is your *****?
Hmmm.......... this is the one that you should have got addicted to answer by now here. What the hell that they have to do with *****, when we are talking about something else. There are lot many scenarios, that reminds me about this question during my stay here. Hmm what not from security guard to the attender, from CCW chairman to Dean Students, whomever you meet on any issue without that is really connected in any way to ***** will end up with the above question.
If you happen to read this, and you have faced this.........plz don't forget to mail me.......... :)
- I have been to CCW office on the issue of having excessive mess bill for a month, I happened to meet chairman, he ended up asking this question (which is not at all related).
- Went to ICSR to collect friends cheque on behalf of me. It got delayed for more than week. I asked the reason for the delay. Thts it again same question...........
- Went to DS office on the issue that my friend parked his bike, when he is leaving to home in the hostel premises. Security locked it and sent us to there.........again the same question......
- ..............(will get back to you soon)
If you happen to read this, and you have faced this.........plz don't forget to mail me.......... :)
Mera number abhi nahi aayega.... :(
Yes, things in the pat few days signed me about this. After my entry on this topic, things have changed rapidly signing for me that my number is not in near future. I am struggling hard to get one. Oh my GOD save me from this !!!!!.........
Labels:
Feelings
Subscribe to:
Posts (Atom)