Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

control

Track Earthquakes, Translate Almost Anything, Control Your Home Theatre, and Run Office on Your iPad [Ipad Apps Of The Week]
Friday, 06 January 2012 19:20
Translation is a tricky business. If you say the wrong phrase from a book, you could end up in jail. Keep track of earthquakes in the US. Create a powerpoint presentation and control your entire home theatre from your iPad.
More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/If3icIe0JDQ/

 
Select Case structure in vb.net
Thursday, 22 December 2011 23:58
Select Case control structure is slightly different from the If....ElseIf control structure . The difference is that the Select Case control structure basically only make decision on one expression or dimension (for example the examination grade) while the If ...ElseIf statement control structure may evaluate only one expression, each If....ElseIf statement may also compute entirely different dimensions. Select Case is preferred when there exist many different conditions because using If...Then..ElseIf statements might become too messy.

The format of the Select Case control structure is show below:


Select Case expression
Case value1
Block of one or more VB statements
Case value2
Block of one or more VB Statements
Case value3
.
Case Else
Block of one or more VB Statements
End Select

Example 1

Select Case grade

Case "A"
result.Caption="High Distinction"

Case "A-"
result.Caption="Distinction"

Case "B"
result.Caption="Credit"

Case "C"
result.Caption="Pass"

Case Else
result.Caption="Fail"

End Select


Example 2

Select Case mark
Case Is >= 85
comment.Caption = "Excellence"
Case Is >= 70
comment.Caption = "Good"
Case Is >= 60
comment.Caption = "Above Average"
Case Is >= 50
comment.Caption = "Average"
Case Else
comment.Caption = "Need to work harder"
End Select


Example 3

Select Case mark
Case 0 to 49
comment.Caption = "Need to work harder"
Case 50 to 59
comment.Caption = "Average"
Case 60 to 69
comment.Caption = "Above Average"
Case 70 to 84
comment.Caption = "Good"
Case Else
comment.Caption = "Excellence"
End Select

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/b4MTL0KskeA/14297

 
Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Squeeze
Monday, 29 August 2011 12:24

Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Squeeze

This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Debian Squeeze system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.

Read more: http://www.howtoforge.com/installing-powerdns-with-mysql-backend-and-poweradmin-on-debian-squeeze

 
An Ingenious New Sperm-Crippling Birth Control for Dudes [Science]
Wednesday, 27 April 2011 00:20
We need better birth control. This isn't terribly controversial. Most current birth control is based on decades old science, merely refined as the years have gone by. And there's still no male equivalent of the pill, which puts the brunt of the burden of long-term birth control on women. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/sXj8SAdMxLs/an-ingenious-new-sperm+crippling-birth-control-for-dudes

 
Use Kinect to Control Netflix on Your Xbox 360 [Blip]
Thursday, 14 April 2011 10:38
Microsoft just added Kinect support for Netflix on the Xbox 360 which means you can control all that movie streaming goodness with your voice and hand waves. It's a move I've been waiting for since Kinect first came out and one step closer to having Kinect control everything in my home. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/ZlfQAtgbGvE/use-kinect-to-control-netflix-on-your-xbox-360

 
Start
Prev
1


Page 1 of 3
Taxonomy by Zaragoza Online