Android 2.0-powered smartphone with 3.7-inch touchscreen and slide-out full QWERTY keyboard Access a wealth of Google mobile services including Google Maps with Navigation for voice prompted turn-by-turn directions, Gmail, Google Talk, Calendar and more GPS-enabled for location services; Wi-Fi networking (802.11b/g); 5-megapixel camera/camcorder; Bluetooth stereo music; microSD expansion (16 GB card included) Up to 6.4…
5 4 Creating a Simple Browser in Visual Basic.NET
Using Visual Basic.NET (in this instance 2005) in order to create a simple browser that basically hijacks functionality from internet explorer Here’s the code: Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click WebBrowser1.GoBack() End Sub Private Sub btnFwd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFwd.Click WebBrowser1.GoForward() End Sub Private…
SQL SERVER Tutorial – T-SQL: Built-in Functions – Working with NULLS – COALESCE – ISNUMERIC
T-SQL TUTORIAL
The Importance of Oracle Certifications and Oracle Certification Preparation & Training
The network of Microsoft is growing very fast. It has made space for so many fields, and they are progressing very fast too. The oracle is the one of all the Fields of IT (information technology) which is progressing with each and every day. The one of the popular certifications of IT has a great…
Microsoft Office for Mac 2008 Business Edition
Develop professional documents with Word building blocks and commonly-used business templates Build informative, accurate spreadsheets with easy-to-use, preformatted Excel formulas Manage e-mail, daily appointments and tasks with Entourage Apply SmartArt graphics to create polished presentations and reports Connect with others through Microsoft Office Exchange Server support Product Description Whether you have a Mac or an…
VB 6.0 Make a shutdown, restart, logout program
A quick tutorial on how to make a program that can log you out, restart your computer and shut it down, you can use this as a system control thing, or you can make a prank out of this so that it will shut your friends computers down or whatever. Sorry that there is no…
Adding CSS to ASP.NET master page
In this video you will learn how to add a color scheme to the master page so it pleases the eye.
Chip’s Tips for Developers
Product Description Programming tips, tricks, examples, and pluginsKindle blogs are fully downloaded onto your Kindle so you can read them even when you’re not wirelessly connected. And unlike RSS readers which often only provide headlines, blogs on Kindle give you full text content and images, and are updated wirelessly throughout the day. . . ….
How do you test for collisions in Xcode?
In Apple’s Xcode, how do you test for collisions between two possibly moving objects? My current code is this: if (rock.center.x >= player.frame.origin. x && rock.center.x <= player.frame.size. width && rock.center.y >= player.frame.origin.y && rock.center.y <= player.frame.size.height) { but something is off, the code is not working. I do not know what is wrong- it…
Book Giveaway & Chapter Download: Mastering Oracle Scheduler in Oracle 11g Databases
Oracle Scheduler does a lot of out of the box things, and if the demands are not too high, Oracle Scheduler can cover most of the situations. When your application has to run many thousands of jobs in an hour and log them over a long period, a little more attention is needed. In cases…