This tutorial will simply teach you how to perform simple Math Operations in Visual Basic 2008. It is proably the most boring part of the language, but once you have mastered the simple parts of the language you can move on to the more interesting and advanced ones. Key Terms: ————— Math Operators Calculator Plus…
Tag: Programming
Visual Basic 2008 Tutorial – Send an EMail WORKING – HD
This is for those that asked me for more than months and now here it is! This is fully functional and the tutorial’s code is really easy to follow. Everything you need to send an email from your program is a GMail account: mail.google.com
PHP Editing & Programming Tutorial -1- Intro to XAMPP
Hey guys this is the first part of many tutorials for PHP programming and Editing. SO this is the intro to XAMPP and how it is used with PHP. I will go more detailed on the next tutorial but for now this is the basic into. XAMPP Download: www.apachefriends.org NotePad++ Download: notepad-plus.sourceforge.net AlleyCode Download: www.alleycode.com…
Learn Java part 16
learn Jave programming in the easiest way
Learn Java part 17
learn Jave programming in the easiest way
C++ Tutorial – 1 – Installing Compiler for C++
Part 2 – www.youtube.com Make sure to Subscribe to my Channel for all my latest videos!!! support my website too by registering at www.thenewboston.com
iPhone Programming – Using Scroll Views!
Learn how to use UIScrollView to show much more content on your pages! Everything inside the scroll view is fully interactive, so your user can still press buttons etc. Website: www.pixelcubestudios.com Twitter twitter.com Facebook: www.facebook.com
Learn Java – part 14
learn Jave programming in the easiest way
Wise Choices in PHP Programming
If you have been browsing the web for quite some time, then you might have come across cookies which allows your browser to remember passwords and other information that may have anything to do with your actions on a particular website. These can be preferences that would allow the browser or webpage on the browser…
How to count the words in a String in C#
Remember the Word Count function in Microsoft Word? Here’s how we could implement counting the words in a String in C#: The following is the spource code of a program featuring two word counting methods, both of which yield fairly similar results to Microsoft Word from Microsoft Office 2007. The example program below first executes…