Blog

Special Effect Software
Below is a list of Award-winning special effect software that's been used to create some of the best special effects seen in today's blockbusters from around the world. These powerful software are used by the experts in the industry who live a breathe special effects every single day of their …[ More ]
15 Best Cost Per Impression (CPM) Ads Networks
15 Best Cost Per Impression (CPM) Ads NetworksIf you’re running your own website or blog then you must know about the ways of earning through your website. According to the previous survey, enthusiasts come to know that most of the websites are using Google Adsense as their first and sometim…[ More ]
Validating a Numeric String in VB.NET
Validating a Numeric String in VB.NETWhile working on a program recently, I needed to guarantee that some text input contained only numbers. (The app required the user to enter a numeric serial number.) I bingled the web for a while to see if anyone had any better ideas about how to do it than I did…[ More ]
Email address validation in vb.net
email address validation in vb.netI'm trying to validate email address entered in a textbox, I want error message to be displayed when the user leave email address field with invalid email address "The email address is NOT valid."This is what I have under a module:Module ConnectionSub ValidateEmail(…[ More ]
Email Validation VB.Net
Email Validation VB.NetSo there are a couple of ways to validate the format of an email address.You could always to the simple look for the @ sign and make sure there is a dot (.) somewhere after the @ sign.Or the kind of cool and groovy method of using Regular Expressions (RegEx).Here's how you do …[ More ]
To validate textbox allows only numeric and decimal in vb.net
to validate textbox allows only numeric and decimal in vb.net i need to validate a textbox it should take either decimal values or integers and max length is 16if it takes decimal value as input then it should contain only 14 digits in decimal place and 2 digits in fraction part --------------------…[ More ]
Restrict TextBox to only certain characters, numeric or symbolic
Restrict TextBox to only certain characters, numeric or symbolic The following are some coding examples on how to customize which characters you want to keep from being entered into a TextBox. To specify which characters are the only ones that are allowed to be in the TextBox: (In this …[ More ]
How can I compare two string values in VB.NET
How can I compare two string values in VB.NET?I've tried compare and equals functions, but it's not giving me the correct result. What I'm trying to compare is as follows. Also, is the code is correct?Public Class Form1  Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Even…[ More ]
The .NET Framework provides several methods to compare the values of strings. The following table lists and describes the value-comparison methods. Method name Use String.Compare Compares the va
The .NET Framework provides several methods to compare the values of strings. The following table lists and describes the value-comparison methods.Method name Use String.Compare  Compares the values of two strings. Returns an integer value. String.CompareOrdinal  Compares two strings without regard …[ More ]
Verify that the textbox1 is only allowed string input.
verify that the textbox1 is only allowed string input.I had a submit button,when i click the button,it will verify that the textbox1 is only allowed string input.How can I do so?? A TextBox will only take String type data, so I'm not 100% sure what you mean.Is it that you want ot restrict users to e…[ More ]
Validating a Numeric String in VB.NET
Validating a Numeric String in VB.NETThere are lots of ways to do it!By Dan Mabbutt.While working on a program recently, I needed to guarantee that some text input contained only numbers. (The app required the user to enter a numeric serial number.) I bingled the web for a while to see if anyone had…[ More ]
Letter to be accepted into the textbox on vb.net
 letter to be accepted into the textbox on vb.net  Ive been trying to do this, so the textbox only accepts letters, but the validation does not work. Even when I enter numbers it processes it and shows the first lblError of "Thankyou for your details", where it should actually be "Enter A Valid Name…[ More ]
Textbox to accept only characters in vb.net
textbox to accept only characters in vb.net creating a simple application in Vb.net where i need to do validations So I want a name textbox to accept only characters from a-z and A-ZFor this i wrote following code  Private Sub txtname_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.…[ More ]
Connection strings for MySQL.NET libraries for MySQL
Connection strings for MySQL.NET libraries for MySQL•MySQL Connector/Net - MySqlConnection•eInfoDesigns.dbProvider - MySqlConnection•SevenObjects MySqlClient•dotConnect for MySQL (former MyDirect.NET and Core Labs MySQLDirect.NET) - MySqlConnection•MySQLDriverCS - MySQLConnection•.NET Fr…[ More ]
Netstat
NetstatDisplays active TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table, IPv4 statistics (for the IP, ICMP, TCP, and UDP protocols), and IPv6 statistics (for the IPv6, ICMPv6, TCP over IPv6, and UDP over IPv6 protocols). Used without parameters, ne…[ More ]
Php Auto Upload?
Php Auto Upload?.: Fuller Fresh Upload Form :.   Multiple Files Upload.//set where you want to store files//in this example we keep file in folder upload//$_FILES['ufile']['name']; = upload file name//for example upload file name cartoon.gif . $path will be upload/cartoon.gif$path1= "upload/".$_FILE…[ More ]
jquery-geolocation-edit
jquery-geolocation-editLet's say you want to enter or edit geographic location(s). Do you feel that instead of editing Latitude and Longitude manually it would be nicer to have simple Google Maps window for such thing? Maybe even geocoding of typed address? If you answered yes, read on.Downloadjquer…[ More ]
Query Plugins
Query PluginsgooglemapsThis plugins makes it easy to put a Google Map on your page. You will need a valid Google Maps API key from http://www.google.com/apis/maps/. Look at the source code of this page if you want to know how to use the plugin. Markers can be provided by a jQuery object (con…[ More ]
Above 35 Ways to Make Money with Your Website
Above 35 Ways to Make Money with Your WebsiteThere are several lists with “ways to make money with a website” on the Internet, but none of them seem to be complete. That is why I decided to create this one. If you know a method that is not listed below, just let us know and we’ll update it.Not…[ More ]
Heatmap jQuery plugin
Heatmap jQuery pluginHeatmap jQuery pluginPurposeSimple jQuery plugin to display the visualization of proportion data corresponding to geometry locations.DemonstrationAverage incomeArea   AmountLos Angles   2.5Georgia   1.5New York   3.2Washington   2.2Colorado   1.2Dallas   2.1How to useAdd jQuery …[ More ]