Dellnet's Posts
Nairaland Forum › Dellnet's Profile › Dellnet's Posts
1 2 3 4 5 6 7 8 9 10 (of 32 pages)
see sample http://jqueryui.com/autocomplete/ source code available as well. |
Google INVENTORY MANAGEMENT SYSTEM |
Hey dude just joking with ya. Thought this would be something you would look up online easily. On a serious note SW Houston is a place to check but you should also consider north Houston places like greenspoint which is a bit quiet, cleaner and more calm than SW plus all the conveniences. Other places like sugar land etc are expensive and suitable if you are looking for a home there. But don't get me wrong houses are cheap in Third Ward. |
Android is getting better. I was impressed with 4.2 in comparison to the popular and universally deployed 2.3 (gingerbread). There has been significant improvement on stability and functionality of apps. |
I have an app that I developed for symbian os then. It works with 2nd edition or 3rd edition Nokia phones can't remember which but I think we tested on Nokia 6600. Its a demo version and I have no use for it now I can give you the program including its source code if I can still find the source code. The demo is limited to calling 5 numbers. I do have a channel that can make calls with your custom caller ID but it ain't free and has to be for legitimate purpose. For the demo program find a Nokia 6600 and send me your email address through YM I will forward it to you. |
Hmm the work on your own part; I hope not in Nigeria coz if it ain't government its shitty which the government will not employ you unless you have a certificate and corporates need it too unless its owned by your uncle then he can give you Head I.T. and you oversee the government contracts he gets from his political friends. Sorry just the Nigerian way of doing shit. |
C# not vb see it http://www. mono-project.com |
Can't really say what's what till you post the full error. While at it include your web.config file here. |
Microsoft speech to text in windows xp http://en.m.wikipedia.org/wiki/List_of_speech_recognition_software |
I have not see non-rdms in a long time. |
Microsoft does have a generic api for fingerprint scanners. For smart card reader put it into com mode and do some serial com programming. 1. Where can I get a magnetic stripe card in Nigeria? 2. Where can I get U are U android SDK free download? |
At has to throw an error somewhere. Definitely your INSERT STATEMENT is wrong change Catch ex As Exception MsgBox("Your Record Added Successfully!", MsgBoxStyle.Information, "Successful!") End Try to Catch ex As Exception MsgBox(ex.Message) End Try post back the error |
@prince What network are you using to access the net? Ive used airtel and mtn no success. |
|
It seems it is blocked when using Nigerian IP. |
jqueryui.com not loading on this end ![]() |
what kind of POS? |
Well as said earlier you need a "middle-man" that will take the request and query the database.You should look at n-tier applications. |
As you would with a login screen then save the details to a file or registry on next startup the program will read from there. |
Why don't you setup a config file or registry entry to ask for the information on the fly? this way no sensitive information is stored in your code. It is bad practice to store password, username etc in your code. |
mysql_query()will return success if the query is valid. Here is something: $checkvisits = "SELECT firsttime FROM churchushers WHERE user=$user"; The code does not check for errors for example if the query exist or is valid. For more info on php mysql functions visit http://php.net/manual/en/ref.mysql.php |
Interested. |
What language are you looking at? If you look at the banking industry they use similar to what you want to do. |
If you want to have access to the application as a whole you can consider using RDP/RDC. Remote Desktop Protocol or Remote Desktop Connection gives you access to remote operating systems without concern for the connection. For example if your application is running on a linux server you can use RDP to connect to the linux server o/s and interact with the application and the whole linux server o/s regardless of your operating system. |
I think glo is hacked because some lines can make free international calls. |
If you are on Glo Network just stay off it you will have full access to your ymail. Glo IP sucks. |
You should look at PrintToPrinter Method |
<input type="submit" value="Send" name="button1" id="hello" onclick="alert('hello');"> |
