Thursday, May 31, 2007

Web Scripting references

Javascript
  1. http://www.java2s.com/Code/JavaScriptReference/CatalogJavaScriptReference.htm
  2. http://msdn2.microsoft.com/en-us/library/ms533050(vs.85).aspx

Face recognition image search

If you search for images in google with query string 'Kerala' it will return beautiful pictures of kerala most of them will be landscapes.
But if you add a name value pair imgtype=face it will return images which have face(s) in it.

Try this
http://images.google.com/images?hl=en&q=kerala&imgtype=face

news -To see news related photos
http://images.google.com/images?hl=en&q=kerala&imgtype=news

Thursday, May 24, 2007

Links of Google services

  1. http://www.blogger.com/
  2. www.gmail.com/
  3. http://www.google.com/
  4. http://www.orkut.com/
  5. http://www.youtube.com/
  6. www.google.com/alerts
  7. www.google.com/calendar
  8. www.google.com/codesearch
  9. www.google.co.in/dirhp?hl=en
  10. www.google.com/ig
  11. www.google.com/notebook
  12. www.google.com/patents
  13. www.google.com/psearch
  14. http://www.google.com/transliterate/indic/Malayalam#
  15. www.google.com/transit -For planning trips according to local transportation
  16. www.google.com/trends
  17. www.google.com/webhp?complete=1&hl=en -Google suggests words when we type in the search box
  18. http://www.blogsearch.google.com/
  19. http://www.books.google.com/
  20. www.code.google.com/
  21. www.docs.google.com/?hl=en_GB&pli=1
  22. http://www.groups.google.com/
  23. www.images.google.com/
  24. www.news.google.com/
  25. http://www.maps.google.com/
  26. http://www.pages.google.com/
  27. www.picasa.google.com
  28. http://www.reader.google.com/
  29. www.scholar.google.com/
  30. http://sketchup.google.com/
  31. www.translate.google.com/translate_t
  32. http://www.video.google.com/

Send free sms / Make free calls

Since living in kerala we need some of these services due to high cost of mobile services.

SMS


  1. http://www.atrochatro.com/send_free_sms_india.html
  2. http://aasma.com/send_free_sms_india.html
  3. http://www.shinuthonnakkal.c-o.in/
  4. http://www.krify.com/cell/
  5. http://www.ananthapuri.com/mobile.asp
  6. www.smsjunction.com

CALL

  1. http://www.jaxtr.com/ (joymon,p2)
  2. http://www.jangl.com/
  3. http://www.grandcentral.com/

Thursday, May 10, 2007

Comparison Java & .Net

Just trying to compare Java with .net as per my experience. Feel free to comment if you find any wrong things here.




































NoFactorJava.Net
1Drawing on the title bar of the windowNot possibleUsing dlls we could draw
2Access particular memory locationNot PossibleUse unsafe block + pointers
3Disconnected Database architectureNoDataSet and DataTable
4Function pointersNoUse Delegates
5Operating systemsSupport more OSsWindows only since there are no runtime for other OSs

Wednesday, May 9, 2007

Reduce System Restore in Vista

Command line : vssadmin resize shadowstorage /on=[drive]: /for=[drive]: /maxsize=[size]

Eg :vssadmin resize shadowstorage /on=C: /for=C: /maxsize=2GB