adsense

Sunday, September 19, 2010

Use JavaScript To Ensure Users Agree Before Posting

Often, you may need to make sure that visitors to your site agree to specific terms before they submit a form. You may need to do so for legal reasons before they upload a file, add an image, or submit a comment. In this tutorial, we will show you how to use JavaScript to disable all the fields on a form until a user agrees to your terms.

Read more
http://links.mkt3261.com/ctt?kn=19&m=3274458&r=MTM5NTc0NzEwMTgS1&b=0&j=MTk2ODE1MDY5S0&mt=1&rt=0

cheers
samitha

Google Instant

Google Instant is a new search enhancement that shows results as you type.  key technical insight was that people type slowly, but read quickly, typically taking 300 milliseconds between keystrokes, but only 30 milliseconds (a tenth of the time!) to glance at another part of the page. This means that you can scan a results page while you type.

Read more http://www.google.com/instant/

cheers
samitha

Adding Multimedia to Google Web Toolkit (GWT) Applications

Federico Kereki demonstrates ways to add sound (and, by extension, video) to your GWT-based website using some relatively easy coding methods, with and without resorting to additional libraries. You'll also learn how to adjust your code to accommodate both HTML5-enabled and Internet Explorer browsers, depending on the user's settings, by using the advanced 'deferred binding' technique.

http://www.informit.com/click.ashx?dk=38719&u=C2BC2D11-29BF-48E7-852A-5BC13F26B96A&r=%2farticles%2farticle.aspx%3fp%3d1625682

cheers
samitha

Tuesday, September 14, 2010

Microsoft Visual Studio LightSwitch

Learn to leverage to the power of Microsoft LightSwitch with Brad Jones by creating a simple database, entry screen, and application without writing a single line of C# programming code.

http://www.codeguru.com/csharp/article.php/c17855

cheers
samitha

Saturday, September 11, 2010

ODAC for Microsoft Visual Studio 2010

Oracle has just released new versions of Oracle Developers Tools for Visual Studio, ODP.NET, Oracle Providers for ASP.NET, and .NET stored procedure support for Visual Studio 2010 and .NET Framework 4. 

With ODAC 11.2.0.1.2, developers can connect to Oracle Database versions 9.2 and higher from Visual Studio 2010 and .NET Framework 4. ODAC components support the full framework, as well as the new .NET Framework Client Profile.

download at http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html?msgid=3-2161760054


Cheers
samitha

The Genetic Cloud

Cloud Computing provides almost unlimited resources. They are always available. The payment is only for usage time. Following article continues the series about new opportunities that become available to every person

cheers,
samitha

Binding Data to Silverlight 4.0 Controls Using ASP.NET MVC 2.0

Silverlight is a browser plugin that promotes a collaborative development environment of rich online media content that enables developers and designers alike to integrate multimedia and graphics into web pages within the context of the managed environment of Microsoft .NET framework. Over the past few years, Silverlight, formerly known as Windows Presentation Foundation (WPF), has quickly become the technology of choice for developing the next generation of cross-browser, cross-platform Rich Internet Applications (RIAs). ASP.NET MVC Framework is a platform that enables you to design and implement applications that are based on the MVC design pattern. This article takes a look at how ASP.NET MVC Framework 2.0 applications can be used to bind data to Silverlight 4.0 data controls.

http://www.codeguru.com/csharp/.net/article.php/c17861

Cheers
Samitha

Friday, September 10, 2010

Speed Up Repetitive Insert, Update, and Delete Query Statements

Speed up insert, update and delete queries with Table valued parameters introduced with SQL server 2008. It will save your valuable time.

Read more at http://www.codeguru.com/columns/dotnet/article.php/c17869

Cheers,
samirha


Publish Post

Rebinding Client-Side Events After a Partial Page Postback

This is a common problem we tend to face with ASP.Net update panels. Read more at
http://www.4guysfromrolla.com/articles/090810-1.aspx   for some options to make things work under such scenario.

cheers,
samitha

Thursday, September 9, 2010

Facebook adds remote logout

This seems interesting. check out the post...!

http://www.itworld.com/security/119578/to-boost-security-facebook-adds-remote-logout?source=ITWNLE_nlt_wrapup_2010-09-03


Cheers
samitha

Free Script Libraries

Whether you're creating a website for your business, or creating websites for clients, at some point you will desire to add some additional functionality to your site, and you will need a script to do so. It may be a bit of JavaScript, a PHP script, a collection of Perl scripts,  and you have no budget to purchase yet another wingding for your site, so it needs to be free. Enter the online script libraries--sites that have libraries of all sorts of scripts available for you to download and use on your site.
  • JavaScript Source - an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages
  • Script Search - listings include PHP, Perl, JavaScript, Ajax, Java, Python, ASP, XML, and Flash scripts and components, and also features an extensive array of tutorials and a searchable index
  • Hot Scripts - a PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  • Matt's Script Archive - offering free CGI scripts to the web community since 1995
  • JavaScript Kit - a comprehensive resource for JavaScript tutorials, scripts, and more
  • Dynamic Drive - a comprehensive DHTML site featuring DHTML scripts, tutorials, and more  
Cheers
Samita

Wednesday, September 1, 2010

FormatDateTime in Microroft Reporting (RDLC)

You can use following code snippet to format date in RDLC reports.

Format(Fields!PublicationDate.Value,"dd.MM.yyyy HH:mm:ss")
You can specify the Format property (in the properties box for the date field) to the above value.

Regards
Samitha