TedTalks-SixthSense connecting physical and digital world by Pranav Mistry -MIT-IIT


At TEDIndia, Pranav Mistry demos several tools that help the physical world interact with the world of data — including a deep look at his SixthSense device and a new, paradigm-shifting paper “laptop.” In an onstage Q&A, Mistry says he’ll open-source the software behind SixthSense, to open its possibilities to all.
Great Technology – Must Watch
http://www.ted.com/talks/pranav_mistry_the_thrilling_potential_of_sixthsense_technology.html
Posted: November 21st, 2009
Categories: My Blogs
Tags:
Comments: No Comments.

Campaign-I won’t vote for any MP who supports Mandelson’s Digital Economy Bill


The Digital Economy Bill plans to disconnect people from the internet if they’ve merely been accused of filesharing, or if anyone sharing their connection has been so accused. This is a breach of our human rights, and must be opposed.

No-one should be disconnected from the internet or otherwise punished for illegal filesharing unless they’ve been found guilty in a criminal court. Nor should anyone be punished merely for sharing a connection with an illegal filesharer; collective punishment is an infringement of human rights, and a war crime.

Normally, politicians care more about vested corporate interests than they do about mere citizens, but we’re lucky in the timing of this, because there has to be a general election within the next 8 months. There are roughly 7 million filesharers in the UK; if we all make our voice heard, they have to care what we think, at least until the election is over.

lIf you want to fight this unjust law, join the group, invite all your friends to join, and publicise it on your blog or website.
More Information Here:
http://www.pirateparty.org.uk/blog/2009/nov/21/i-wont-vote-for-mandelsons-digital-economy-bill/
Posted: November 21st, 2009
Categories: My Blogs
Tags: ,
Comments: No Comments.

My Mowgli


My Mowgli – Asmitha Rao
Sliding 2
Posted: November 21st, 2009
Categories: My Blogs
Tags:
Comments: No Comments.

Tanguturi Suryakumari – MaTelugu Talliki


MaTelugu Talliki
Artist: Tanguturi Suryakumari
Source: www.youtube.com
Tanguturi Suryakumari Singing at the rangaraya Medical College Old Students Association Reunion in Birmingham in 1985
Its not only the voice – but the sincerity n pride in her voice that I like.
Posted: November 21st, 2009
Categories: My Blogs
Tags:
Comments: No Comments.

Asp.net Error: The Active Directory membership provider has not been configured to support search methods


Solution for the error:
The following message may help in diagnosing the problem: The Active Directory membership provider has not been configured to support search methods.

This error usually displayed when Active directory is choosen to get ASP.net based website members
Just add : enableSearchMethods=”true” in the web.config file as detailed below

 ASP |  copy code |? 
01
    <membership defaultProvider="MyADMembershipProvider" >
02
      <providers>
03
        <add name="MyADMembershipProvider" enableSearchMethods="true"
04
        type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, &#xD;&#xA;        PublicKeyToken=b03f5f7f11d50a3a"
05
        connectionStringName="ADConnectionString"
06
        attributeMapUsername="sAMAccountName"
07
        connectionUsername="Domain\UserName"
08
        connectionPassword="PassWord"/>
09
      </providers>
10
    </membership>
11
Posted: October 29th, 2009
Categories: Uncategorized
Tags:
Comments: No Comments.

Asp.net error: Server Error in ‘/’ Application


Server Error in ‘/’ Application
————————————————————

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

 ASP |  copy code |? 
1
2
Line 50:             ASP.NET to identify an incoming user. 
3
Line 51:         -->
4
Line 52:         <authentication mode="Windows" />
5
Line 53:         <!--
6
Line 54:             The <customErrors> section enables configuration 


Source File: c:\inetpub\wwwroot\website1\web.config Line: 52
Source File: c:\inetpub\wwwroot\somewhere\web.config Line: 51
Cause

This error is generated because the default set of configuration values in web.config require IIS to treat the web site as an application but this has not been configured.

Solution:
1.Control Panel > Administrative Tools >IIS
2. Open webiste properties (Default Web Site>Your Website >Right click > Properties)
3. If the "application name" (under "Application Settings" on the "Directory" tab) is greyed out then click '[Create]' and then '[OK]'.
Posted: October 28th, 2009
Categories: Asp.net
Tags:
Comments: No Comments.

Thanuvu Nadidigogai – Andhra Kraistava Keerthanalu


Song:
Source: My Favourite Hymns by Joy Calvin
Artist: Radha Krishna [Godavari Music Director]

Thanuvu Nadidigogai – Andhra Kraistava Keerthanalu.
Mangamuri Devadas ( -1960)

This hymn calls for the consecration of our bodies to His service. The video is a tribute to the selfless sacrifices of the many missionaries who have toiled for the spread of the gospel in the Telugu region.
Translation of first line – Here is my body, use it for thy glory.

Posted: October 26th, 2009
Categories: My Favourite Videos
Tags:
Comments: No Comments.

I am so excited about Google Wave


I am so excited about Google Wave – cant wait to get my hands dirty on sand box
Posted: October 14th, 2009
Categories: My Blogs
Tags:
Comments: No Comments.

ASP.NET Membership, Roles, Forms Authentication, and Security Resources

Crystal Reports: Passing parameter values from main to subreport


Crystal Reports: Passing parameter values from main to subreport
Tested Technologies : Crystal Reports Basic for Visual Studio 2008

Steps:
1. Create Main Report [Eg:myMainReport.rpt]
2. Create SubReport [Eg:mySubReport.rpt]
3. Pass parameters [From database/through code] to Main report
4. Choose which parameter(s) [Eg.{Discount}] you want to pass to Sub Report
5. Open mySubReport; Create a parameter in the format [Name]:{Pm-?ParameteName} [Eg:{Pm-?Discount}] as normal parameter field; Place this parameter in the app section of the report to display.
6. Open myMainReport; Select ‘mySubReport.rpt’; Right-Click, Click ‘Re-Import sub report’
7. Again Right-Click, Click ‘Change sub-report links’
8. In the new wizard choose ‘Available Fields’; then select ‘Discount’ under ‘Report Fields’; Drag this to ‘Field(s) to link to’ section
9. Under ‘?Discount field link’ dropdown list select {?Pm-?Discount}; This will gred-out ‘Select data in subreport based on field’ tick box and also its dropdown list,Finally click OK.
10. Done & Run to Check



Posted: September 14th, 2009
Categories: Crystal Reports
Tags:
Comments: No Comments.