buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: October 2007
http://buddha-smiles.blogspot.com/2007_10_01_archive.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Monday, October 01, 2007. The Write Less, Do More, JavaScript Library.Jquery. JQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. The core features, though, address the following needs:. 1Access parts of a page.
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: Cast<DataRow>
http://buddha-smiles.blogspot.com/2012/05/cast.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Wednesday, May 30, 2012. The following code will load top 5 rows Order in ascending row filter rows based on current date. DtRows.Cast DataRow (). OrderByDescending(r = r[ "StartDate". Where(j = (DateTime)j[ "StartDate". Take(5).CopyToDataTable() ;. Subscribe to: Post Comments (Atom). My first FireFox plugin released. Discover who’s tracking you online. Buddha in Experts Exchange.
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: August 2008
http://buddha-smiles.blogspot.com/2008_08_01_archive.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Tuesday, August 05, 2008. Integrating Telephony Services into .NET Applications. Learn how developers using Microsoft .NET framework can use SIP Objects.NET to gain simple and flexible access to telephony networks. SIP Objects.NET enables developers to access a wide variety of enterprise or traditional carrier networks by leveraging technologies such as Avayas SIP Application Server. Subscribe to: Posts (Atom).
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: August 2013
http://buddha-smiles.blogspot.com/2013_08_01_archive.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Tuesday, August 13, 2013. Row Constructor - Multiple Row Inserts Using Single SQL Query. Row constructor feature of SQL Server 2008 help with single query to insert multiple rows. Insert into Customer(id,name,Age) values (100,'Ricardo',45) insert into Customer(id,name,Age) values (101,'Michael',42) insert into Customer(id,name,Age) values (102,'Antony',44) insert into Customer(id,name,Age) values (103,'Zeus',43).
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: November 2008
http://buddha-smiles.blogspot.com/2008_11_01_archive.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Thursday, November 06, 2008. Watir stands for “Web Application Testing in Ruby”. It is pronounced water. Watir is an open-source library for automating web browsers. It allows you to write tests that are easy to read and maintain. It is simple and flexible. Watir is a family of Ruby libraries. They support Internet Explorer on Windows, Firefox on Windows, Mac and Linux, and Safari on Mac. Subscribe to: Posts (Atom).
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: March 2008
http://buddha-smiles.blogspot.com/2008_03_01_archive.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Monday, March 24, 2008. Google AJAX Language API. What is the Google AJAX Language API? With the AJAX Language API, you can translate and detect the language of blocks of text within a webpage using only Javascript. Monday, March 17, 2008. Android is a software stack for mobile devices that includes an operating system, middleware and key applications. This early look at the Android SDK. SQL Prompt automates the r...
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: Discover who’s tracking you online
http://buddha-smiles.blogspot.com/2012/05/discover-whos-tracking-you-online.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Wednesday, May 30, 2012. Discover who’s tracking you online. Collusion is an experimental add-on for Firefox and allows you to see all the third parties that are tracking your movements across the Web. It will show, in real time, how that data creates a spider-web of interaction between companies and other trackers. Subscribe to: Post Comments (Atom). My first FireFox plugin released. Buddha in Experts Exchange.
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: May 2012
http://buddha-smiles.blogspot.com/2012_05_01_archive.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Thursday, May 31, 2012. My first FireFox plugin released. Here are few screen shots of this. Wednesday, May 30, 2012. The following code will load top 5 rows Order in ascending row filter rows based on current date. DtRows.Cast DataRow (). OrderByDescending(r = r[ "StartDate". Where(j = (DateTime)j[ "StartDate". Take(5).CopyToDataTable() ;. Discover who’s tracking you online. Subscribe to: Posts (Atom).
buddha-smiles.blogspot.com
“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”: September 2013
http://buddha-smiles.blogspot.com/2013_09_01_archive.html
8220;Dream is not what you see in sleep, dream is the thing which does not let you sleep.”. Friday, September 20, 2013. Customised Debugger Output using DebuggerDisplay Attributes. Debugger display attribute helps to customized debugger message which in turn create more meaningful debug messages. When we try debugging the below sample code. Var order = new Order. OrderId = Guid.NewGuid(),. OrderDate = DateTime.Now,. Amount = 100.00M,. Customer = new Customer(). Id = Guid.NewGuid(),.