Archive for the 'Uncategorized' Category

Wubi 8.04, errors while installing

June 30, 2011

While running Wubi.exe got from Ubuntu 8.04.4 LTS (Hardy Heron) download page http://releases.ubuntu.com/8.04/,

The error shown in screenshot occurs.

The problem seems to be because of mismatch between Wubi.exe and download URLs in http://releases.ubuntu.com/8.04/. To solve this problem download the Wubi.exe for 8.04 from Wubi SourceForge site http://sourceforge.net/projects/wubi/files/Wubi/

Steps to start Tomcat windows service in Debug mode

June 2, 2011
  • Change Directory under Tomcat bin folder
    C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\bin
  • Run tomcat7w.exe
  • Under Java/ Java Options, enter lines above all the -D options
    -Xdebug
    -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
    Make sure the above 2 lines are in separate lines

REferences – http://wiki.apache.org/tomcat/FAQ/Developing#Q1

YouTube Blog: What’s bigger than 1080p? 4K video comes to YouTube

July 13, 2010

YouTube Blog: What’s bigger than 1080p? 4K video comes to YouTube.

Giving below links which help to understand HD concepts
http://en.wikipedia.org/wiki/High-definition_television

YouTube leanback

July 8, 2010

http://www.youtube.com/leanback
http://youtube-global.blogspot.com/2010/07/youtube-leanback-offers-effortless.html

YouTube leanback allows users to navigate YouTube videos just with keyboard, and gives a TV viewing like experience.

2 problems or how to do things I find are –

  • Is it possible to link IR remote control to leanback so that I can control using remote.
  • How to search for vidoes

Web Performance Test Tools

June 25, 2010

Tsung
Grinder
JMeter
Faban

From my analysis all the above tools are good and offer advanced features.

jQuery Grid / Table Data Plugins

June 25, 2010

Common requirement in any web application development is to show data in Grid / Tabular format.

I suggest using jqGrid plugin, because it offers all the features that will be required in a Grid from simple to advanced. And also it is coupled with jQueryUI which allows you to theme the Grid in sync with jQueryUI themes.

Here is a stack overflow thread which discuss about best jQuery plugins for Grid or Table.

Google TV

June 18, 2010

From what I can understand after seeing the video hosted on http://www.google.com/tv/, it’s a Google search interface for TV channels.
Also there is feature to bookmark TV channels.

More about Google TV in this LifeHacker blog post – http://lifehacker.com/5565418/remains-of-the-day-what-is-google-tv

Cooliris Firefox plugin

June 13, 2010

Cooliris gives a interface which seems more natural for viewing photos or videos instead of clicking next and previous buttons.
This interface seems to be similar to the one shown in this TED talk presentation

Git pull without password

June 11, 2010

I wanted to avoid Git asking for password every time I do

git pull

Since Git client was using SSH for communicating with the Git server, the solution was to configure SSH between the Git client machine and Git server machine to be done without password. I found this web page with clear explanation of how to do this.

Installing Git in CentOS using yum

June 11, 2010

I wanted to install Git in CentOS release 5.3, but running command

yum install Git

did not work. Then I found this blog which gave instruction on how to do it.

Follow

Get every new post delivered to your Inbox.