-
Replied To a Post in Not Reading Port Properly
This is the code on the Arduino: int buttonOnePin = 2; int buttonTwoPin = 3; void setup() { Serial.begin(9600); pinMode(buttonOnePin, INPUT); pinMode(buttonTwoPin, INPUT); } void loop() { if (digitalRead(buttonOnePin) == … -
Replied To a Post in Not Reading Port Properly
I posted this here because I'm using VB.NET to read the code.and I'll post the code when I get home as I'm away from my computer. -
Created Not Reading Port Properly
Hello Community, Why I the port I'm trying to read looking really weired. I'm using an Arduino to produce the port data (It just has two button inputting "BUTTONONE" and … -
Began Watching Not Reading Port Properly
Hello Community, Why I the port I'm trying to read looking really weired. I'm using an Arduino to produce the port data (It just has two button inputting "BUTTONONE" and … -
Created Make Control Work With Program
Hello Community, I was wanting to make a controller to work with my program (which is coded in VB.NET) and I want to know how this would be done. Example … -
Began Watching Make Control Work With Program
Hello Community, I was wanting to make a controller to work with my program (which is coded in VB.NET) and I want to know how this would be done. Example … -
Replied To a Post in Chat system
Try it, I'm not sure if it does that. I only know of it working when the user closes the web page. You can still try it. -
Stopped Watching What is sitemap?
What is sitemap? How to create sitemap? -
Replied To a Post in Show data with link
What is the error? Also where is says "Contacts Name" put "$row['name']" as it will be what is displayed in the textbox. -
Began Watching Chat system
I'm creating a chat system and I need to remove every user that did not properly logout (if for instance the computer was shutdown unexpectedly,...), such as some other tasks. … -
Replied To a Post in Chat system
Could you maybe have some use with Javascript's unload function so when it is used it will send a query to the server telling it the user is unavaliable and … -
Began Watching Show data with link
Dear Experts, I have following codes $sql = "SELECT * from contacts order by name" ; $select = mysqli_query($con,$sql); $row=mysqli_num_rows($select); //echo ($row); while($row = mysqli_fetch_array($select)) { echo "<tr>"; echo "<td> … -
Replied To a Post in Show data with link
You could use something like Javascript using something like the code below: <!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.1.min.js" /></script> </head> <body> <p> Name: <input type="text" id="contactName"/> <input type="button" value="Click … -
Began Watching What is sitemap?
What is sitemap? How to create sitemap? -
Replied To a Post in What is sitemap?
Hello saibaba123, A sitemap is something so search engines such as Google or Bing can know what pages your site has like whats their titles and url [here](http://www.xml-sitemaps.com) is a …
The End.