Posts

Showing posts with the label Technology

Goggle Buzz - hot target for spammers

Spammers found a new way to lure people. They are utilizing the Google Buzz service to fool people. I received the below mail which says that Google is compensating the buzz users in cash... Note: This is a SPAM mail. I posted it here for the interest of Google Buzz users. If you receive this mail, you are a victim of spammers. Please do not respond or click any link in the mail. Google rarely contacts Gmail users via email, but we are making an exception to let you know that we've reached a settlement in a lawsuit regarding Google Buzz ( http://buzz.google.com ), a service we launched within Gmail in February of this year. Shortly after its launch, we heard from a number of people who were concerned about privacy. In addition, we were sued by a group of Buzz users and recently reached a settlement in this case. The settlement acknowledges that we quickly changed the service to address users' concerns. In addition, Google has committed $8.5 million to an independent fun...

Practical Tips For Boosting The Performance Of Windows Forms Apps

This article discusses: * Improving application startup time * Tuning up control creation and population * Improving painting performance * Rendering text and images * Efficient resource management in reference to: Practical Tips For Boosting The Performance Of Windows Forms Apps ( view on Google Sidewiki )

Google's new search index: Caffeine

With Caffeine, we analyze the web in small portions and update our search index on a continuous basis, globally. As we find new pages, or new information on existing pages, we can add these straight to the index. That means you can find fresher information than ever before—no matter when or where it was published. in reference to: "With Caffeine, we analyze the web in small portions and update our search index on a continuous basis, globally. As we find new pages, or new information on existing pages, we can add these straight to the index. That means you can find fresher information than ever before—no matter when or where it was published." - Official Google Blog: Our new search index: Caffeine ( view on Google Sidewiki )

History of Hacking

Interesting one in reference to: "EMBED THE IMAGE BELOW ON YOUR SITE" - History of Hacking - Online MBA ( view on Google Sidewiki )

Microsoft Office 2020

Microsoft’s long-term productivity vision explores how we will create and share content; collaborate across teams, organizations and networks; and gain contextually relevant insights based on preferences and intent. Each scene showcases real technologies being explored by Microsoft teams and partners and others in the industry. To see current prototypes we are exploring, go to www.officelabs.com . in reference to: Microsoft Showcase: Productivity Future Vision ( view on Google Sidewiki )

First man to be infected with "computer virus"

A British scientist says he is the first man in the world to become infected with a computer virus. in reference to: "A British scientist says he is the first man in the world to become infected with a computer virus." - BBC News - First human 'infected with computer virus' ( view on Google Sidewiki )

LINQ-to-Entities - The Pain

So enter LINQ-to-Entities – the ADO.NET team’s “answer” to LINQ-to-SQL. Unfortunately, while LINQ-to-SQL was a wonderful, polished jewel of functionality that was a nice example of IJW (“it just worked”), LINQ-to-Entities seems to be a product of Architecture Astronauts who would rather bamboozle us with their cleverness than actually provide useful solutions. in reference to: "So enter LINQ-to-Entities – the ADO.NET team’s “answer” to LINQ-to-SQL. Unfortunately, while LINQ-to-SQL was a wonderful, polished jewel of functionality that was a nice example of IJW (“it just worked”), LINQ-to-Entities seems to be a product of Architecture Astronauts who would rather bamboozle us with their cleverness than actually provide useful solutions." - hackification.com - Rediscover the Joy of Coding :: LINQ-to-Entities: The Blackberry Storm of ORMs? ( view on Google Sidewiki )

Rules Driven UI using WF (Screencast)

Moustafa has put together this screencast to show off how you can use the Rules Engine capabilities contained in Windows Workflow Foundation outside of a workflow, and leverage it to drive the business logic of a Windows Forms application. Check out the video, and if you're interested in more, then head on over to our community site where you can download the sample. This is the article that Moustafa mentions that introduces the Rules Engine available at MSDN. in reference to: "Moustafa has put together this screencast to show off how you can use the Rules Engine capabilities contained in Windows Workflow Foundation outside of a workflow, and leverage it to drive the business logic of a Windows Forms application.  Check out the video, and if you're interested in more, then head on over to  our community site where you can download the sample. This is the article that Moustafa mentions that introduces the Rules Engine available at MSDN." - Rules Driven UI using WF | ...

A day is no longer 24 hours long, confirms NASA,

Recent news reports have focused on Earth's length of day, noting that the Chilean earthquake might have shortened days by as much as 1.26 microseconds out of 24 hours. That's true. Find out more... in reference to: "March 11, 2010: Pictures of widespread devastation leave no doubt: Last month's 8.8 magnitude earthquake in coastal Chile was extremely strong. Indeed, say NASA scientists, it might have shifted the axis of Earth itself." - NASA - Did the Chilean Quake Shift Earth's Axis? ( view on Google Sidewiki )

Hack Gmail or Orkut Password

This video tells you how you can hack anyone's gmail or orkut password. Not sure if it works or not. in reference to: WFh5VsdY7Dc (application/x-shockwave-flash Object) ( view on Google Sidewiki )

Video: Integrate Facebook and Twitter in your website

In this video Pandurang Nayak, Technical Evangelist, Microsoft Corporation India (P) Ltd. shows how easy it is to integrate facebook and twitter in web application. in reference to: "Pandurang Nayak Technical Evangelist, Microsoft Corporation India (P) Ltd." - http://www.zeollar.com/ ( view on Google Sidewiki )

The Gmail Killer

Facebook is creating a messaging and mail product that is expected to be the next generation messaging system just like facebook itself. in reference to: "Facebook is completely rewriting their messaging product and is preparing to launch a fully featured webmail product in its place, according to a source with knowledge of the product. Internally it’s known as Project Titan. Or, unofficially and perhaps over-enthusiastically, the Gmail killer" - Facebook's Project Titan: A Full Featured Webmail Product ( view on Google Sidewiki )

How to create Avatar Movie Poster in Photoshop

Dainis explains in a simple step by step manner: in reference to: "This tutorial elaborates how you can create a Navi image of any usual photo as you add impressive text and backgrounds to make an Avatar movie poster. Let us begin to see how you can get this amazing Navi photo effect in just 8 easy steps." - Create Avatar movie poster in Photoshop | Psdeluxe ( view on Google Sidewiki )

My First ASP.Net MVC Appliacation

While developing my first ASP.Net MVC application, I faced many problems which has no solution on the web. There were problems with ViewData, Primary Key etc. and the solutions  I finally found were very simple... Read More Technorati Tags: ASP.net , MVC

Scott Guthrie's ASP.net MVC Tutorial Links

Technorati Tags: MVC , ASP.net ASP.NET MVC Framework One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture. Last weekend at the Alt.NET conference in Austin I gave the first... ASP.NET MVC Framework (Part 1) Two weeks ago I blogged about a new MVC (Model View Controller) framework for ASP.NET that we are going to be supporting as an optional feature soon. It provides a structured model that enforces a clear separation of concerns within applications, and... ASP.NET MVC Framework (Part 2): URL Routing Last month I blogged the first in a series of posts I'm going to write that cover the new ASP.NET MVC Framework we are working on.  The first post in this series built a simple e-commerce product listing/browsing scenario.  It covered the high... ASP.NET MVC Framework (Part 3): Passing ViewData from Controllers to Views The l...

Microsoft’s New Operating System - Midori

Microsoft’s New Operating System "Microsoft is incubating a componentized non-Windows operating system known as Midori, which is being architected from the ground up to tackle challenges that Redmond has determined cannot be met by simply evolving its existing technology. Midori is an offshoot of Microsoft Research’s Singularity operating system, the tools and libraries of which are completely managed code. Midori is designed to run directly on native hardware (x86, x64 and ARM), be hosted on the Windows Hyper-V hypervisor, or even be hosted by a Windows process. According to published reports, Eric Rudder, senior vice president for technical strategy at Microsoft and an alumnus of Bill Gates’ technical staff, is heading up the effort. Rudder served as senior vice president of Microsoft’s Servers and Tools group until 2005."

Predicting Market Direction Using Put Call Ratio (PCR) « Yanesh Tyagi writes …

Predicting Market Direction Using Put Call Ratio (PCR) "Not sure where the market will head tomorrow? Tired of all those technical analysts? Do your technical analysis in seconds. Predict market sentiments yourself using PCR. Put Call Ratio commonly called PCR is a simple ratio. This is calculated by dividing total number of put traded by the total number of calls traded on a particular day."

Share, Explore and Learn: Future hybrid System

Share, Explore and Learn: Future hybrid System The new concept car coming from the automobile giant Peugeot Design Competition is surely a sophisticated design

Programmer Cost Calculator (for Programmers)

Programmer Cost Calculator (for Programmers) : "How much do senior-level software developers really cost? When you consider the hidden costs associated with hiring employees, outsourcing to a services firm becomes an attractive alternative — especially for projects that are outside your company's core competence."

How To Create A Podcast

Podcasting is a method of giving out media files over the Internet. But how exactly is a podcast created? Read on and this article will tell you all you need to know. First of all you will need a domain name. This will give your subscribers the location of where they can obtain your media files. If you can, choose a name which is easy to remember and describes the type of podcast you are publishing. Use a domain register such as eNom or GoDaddy to register your domain name. The next thing you will need is a web host. There are many companies you can use, for example, Host Gator or StartLogic. As you will be storing a large amount of media files it is best to think about getting a big disk space when you are looking for a web host. For instance, a 2-minute mp3 file may be 2 MB in size. Quite a few web hosting companies offer several GB in disk space at an extremely low monthly cost. Apart from the disk space, you should also consider the amount of bandwidth the company is providing....