Monday, April 22, 2013

Finding and Fixing Ajax’s Elusive Bugs

Finding and Fixing Ajax’s Elusive Bugs (via Dice News in Tech)
Let’s start with some background. Google was an early pioneer of the Web development technique called “Ajax.” Ironically, when you Google the phrase “What is Ajax?” the search engine comes back with A Greek hero of the Trojan war, son of Telamon, king of Salamis. He was proverbial for his…

live IPL Streaming links HD

Tuesday, January 29, 2013

Free eBook: 50 Ways to Avoid, Find and Fix ASP.NET Performance Issues

  • 50 tips from the ASP.NET and SQL Server communities for boosting performance in your ASP.NET app.

 Click here is download

Thursday, January 10, 2013

8 JavaScript Interview Questions You Need to Know



8 JavaScript Interview Questions You Need to Know (via Dice News in Tech)
Hiring manager Kevin Kubasik at marketing and web development agency HZDG has an insight assessment when it comes to hiring coders steeped in JavaScript knowledge. Says Kubasik, HZDG’s development director: “[It’s] a language that almost every developer can use to accomplish little tasks, but…

Update data in one table with data from another table in MS SQL Server

How to update the data from different table

Here is Sql Server Update statement

Update DestinationTable
Set Field = SourceTable.Field  //if you have multiple field separated by comma
From DestinationTable
Inner Join SourceTable
On DestinationTable.CommonField = SourceTable.CommonField

Below live example of update of sql server

Destination Table 

ProudctID Name ProudctPrice
100 Glasses $29.99
101 Lens $99.99

Source Table 

ProudctID Name ProudctPrice
100 Glasses $49.99
101 Lens $199.99

Update DestinationTable
Set ProductPrice= SourceTable.ProductPrice //if you have multiple field separated by comma
From DestinationTable
Inner Join SourceTable
On DestinationTable.ProductID= SourceTable.ProductID

Result after the update

Destination Table 

ProudctID Name ProudctPrice
100 Glasses $49.99
101 Lens $199.99

Monday, January 7, 2013

How to fix Compilation Error

How to fix Compilation Error
Compilation Error



Read the compilation error message it tell you have multiple DLL of same control.
so we have to remove one of them.
just go to of that folder and simple delete one of DLL that has old Date.
here is folder path on mine 
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\176f9068\e46e6059\
it might different of yours. just follow the compilation error message path.




Friday, December 14, 2012

Remove Link's border (outline ) using CSS or JQuery


 There are two ways to remove link border or outline.

1. Using simple CSS
  * : focus { outline: none; }


 2. Using Jquery
    $("a").each(function() {
       $(this).attr("hideFocus", "true").css("outline", "none");
     });




Friday, July 30, 2010

Saturday, June 6, 2009

One liners -- Hidden meanings

Today's Professional Management FUNDAS


1."We will do it" means "You will do it"


2."You have done a great job" means "More work to be given to you"


3."We are working on it" means "We have not yet started working on the same"


4."Tomorrow first thing in the morning" means "Its not getting done "At least not tomorrow!"


5."After discussion we will decide-I am very open to views" means "I have already decided , I will tell you what to do"


6."There was a slight miscommunication" means "We had actually lied"


7."Lets call a meeting and discuss" means "I have no time now, will talk later"


8."We can always do it" means "We actually cannot do the same on time"


9."We are on the right track but there needs to be a slight extension of the deadline" means "The project is screwed up, we cannot deliver on time."


10."We had slight differences of opinion "means "We had actually fought"


11."Make a list of the work that you do and let's see how I can help you" means "Anyway you have to find a way out no help from me"


12."You should have told me earlier" means "Well even if you told me earlier that would have made hardly any difference!"


13."We need to find out the real reason" means " Well I will tell you where your fault is"


14."Well Family is important; your leave is always granted. Just ensure that the work is not affected," means, "Well you know..."


15."We are a team," means, "I am not the only one to be blamed"


16."That's actually a good question" means "I do not know anything about it"


17."All the Best" means "You are in trouble "