-
Gave Reputation to ddanbe in Need to write a program
READ THE [RULES](https://www.daniweb.com/community/rules) ON DANIWEB. Show some effort first. Post it and we will try to help. Another option might be: You pay me 100000$ first and I supply you … -
Replied To a Post in Long threads
Okay, Thank you Jim. -
Replied To a Post in Moving pictures
I now understand what you talking about. First you failed to mention that its on the about page. Next its happening becuase your using parallax on it. Either take your … -
Created Linkedin Connection Issue
Im trying to import my linked in profile to fill my CV page. Its not working. Help please. -
Began Watching Linkedin Connection Issue
Im trying to import my linked in profile to fill my CV page. Its not working. Help please. -
Began Watching Long threads
I am just wondering about a really long thread on the vb.net forum not beeing displayed in a few pages. At the moment it is a really long scroll job. … -
Replied To a Post in Long threads
Yeah, thats weird. I also dunno why when we check a forum, you see topics from two years ago above some from two days ago. I find that strange -
Gave Reputation to sepp2k in LOOP problem
It'd have helped us if you had described in what way the code did not behave as expected, but your problem is that you access the matrix out of bounds … -
Began Watching Simple Directory wordpress
I downloaded Simple Directory https://wordpress.org/plugins/simple-directory/ & Recommended Plugins to run the Simple Directory plugin INSTALLING SIMPLE DIRECTORY http://lautman.ca/simple-directory/ But it is not working well. After Installing plugin, when you add … -
Replied To a Post in Simple Directory wordpress
what problem does it give?? show the error -
Replied To a Post in a little help please
Create a new console app project. Paste the code. Change the file path. Run the application. Then you will be prompted to type. Alternatively, just replace `input = Console.ReadLine()` with … -
Gave Reputation to Begginnerdev in QA Session
Q: What do you call a dog which has no legs? A: Anything you want; he's still not coming to you. -
Replied To a Post in a little help please
Try this: Module Module1 Sub Main() Dim FileName As String FileName = "C:\Users\Toby\Desktop\daniweb.txt" Dim TextLine As String If System.IO.File.Exists(FileName) = True Then Dim objReader As New System.IO.StreamReader( FileName ) Do … -
Replied To a Post in a little help please
Yeah Reverend Jim, I think that is what he wants. I understand now. @altjen - Must the code be in VB? -
Began Watching Data cannot Updated on MySql
Hello, please help me sold this issue. It can read the content on the MySql table but when I change the value on the input, then click on Submit, nothing … -
Replied To a Post in Data cannot Updated on MySql
"Ajax" bro. [Check This](http://www.w3schools.com/ajax/default.asp) It should help. -
Began Watching Need to write a program
You are to design, then write a program that generate five files (vir1.dat, vir2.dat, vir3.dat, vir4,dat, vir5.dat). It creates simulated viruses by outputting a sequence of random characters to the … -
Replied To a Post in Need to write a program
You didn't ask for help my friend. You pasted the question. -
Gave Reputation to ddanbe in Need to write a program
Could you give me the email address of your teacher/professor? So I can email him/her the solution and you can continue with whatever you are busy doing and don't have … -
Replied To a Post in a little help please
Im totally not understanding but i want to help. If you can find a different way of expressing yourself id be happy. If your better at a different language try … -
Began Watching Count from 2 table
Hi Im having a hardtime making my query work the way it should be.i'm getting wrong output. basically what im trying to do is a simple user statistic that will … -
Replied To a Post in Count from 2 table
Gateway timeout means the code didnt even get to the server most likely. Check your connection to your database and retry his code -
Replied To a Post in Problem with getJson in asp.net and c#
I actually dont see anything wrong with your code. Try setting `AutoGenerateColumns` to true in the asp control and let C# make the columns for you. Lets see what happens. -
Replied To a Post in Navigation Bar
That's because your html code is really wrong. Try this: <html> <head> <style type="text/css"> #nav > ul > li { float: left; padding:10px; list-style: none; } #nav li ul li{ … -
Began Watching Moving pictures
Hello all, Please check this: [One](http://www.innovation.web.id/One/index.php) I wonder why I cannot make that laptop pictures moves just like any other images (if it moves differently - it must be slightly … -
Replied To a Post in Moving pictures
The only laptop i see in the slider moves like the others. It fades -
Replied To a Post in Is Privacy Important?
Lol, well there's just never gonna be an a desicion accepted by everyone. Nice having this convo with you guys. -
-
Replied To a Post in Is Privacy Important?
im sorta getting your point now Reverend Jim. There's definately going to be mis-use here and there. But that doesn't justify the need for so much privacy. Because like i … -
Gave Reputation to Reverend Jim in What little things annoy you?
How about "fresh frozen"? It's either fresh or it isn't. -
Stopped Watching pending cash out
Hi Dani, I pushed the cash button one month ago and since then the status is `Last Cash Out: Pending for $21.63`, is there something wrong? I remember there was … -
Gave Reputation to JorgeM in Newbie Alert!
hello and welcome! -
Replied To a Post in Colorbox wont play.
Okay, mark as solved. I don't see any problem in the syntax. -
Gave Reputation to pritaeas in Newbie Alert!
Welcome to DaniWeb. -
Gave Reputation to Warrens80 in Newbie Alert!
Hello and welcome -
Began Watching pending cash out
Hi Dani, I pushed the cash button one month ago and since then the status is `Last Cash Out: Pending for $21.63`, is there something wrong? I remember there was … -
Replied To a Post in pending cash out
I really love your site Dani. Just discovered it. I'm a big fan. :) -
Gave Reputation to DaveAmour in pending cash out
I got my email to cash out my five dollars. I shall allow it to bounce back to you though so you can run your servers for 20 minutes longer! -
Began Watching Is Privacy Important?
When East Germany fell apart, one of the first things people there did was to storm the buildings that housed the much hated Stasi (Ministry for State Security), the ministry … -
Replied To a Post in Is Privacy Important?
seriously privacy isn't really that important if your not a crook. I mean the government may have hours of video of you cheating on your wife,but who cares. They won't … -
Replied To a Post in a little help please
Im still having difficulty understanding your requirement. But try this: Public Function SplitWord(ByVal s As String) as String 'Split string where there is a '|' Dim words As String() = … -
Began Watching Navigation Bar
Hello, I have this navigation bar. I wonder why people have to "click" the portfolio tab in order for the dropdown navigation appears. Is there any way for others people … -
Replied To a Post in Navigation Bar
Try this: #nav li ul { display:none; } #nav li:hover ul { display:block; } #nav li ul:hover li { display:block; } -
Replied To a Post in Colorbox wont play.
show your colorbox javascript code. Its happening because you are calling it on the the element with the id of webcam. -
Began Watching Colorbox wont play.
I have the strangest problem. I am using colorbox a jquery plugin to open a modal window. [Click Here](https://plugins.jquery.com/colorbox/) The plugin will work only when i put this on my … -
Replied To a Post in Colorbox wont play.
Trying to understand the question. You want the modal to work without having to add the id field? -
Replied To a Post in Newbie Alert!
Thanks! I really love the UX. -
Began Watching updating a table based on condition results from another table
am trying to find out what is wrong with my sql statement below, i get the following error: "The multi-part identifier "P1Totals.StudentTotals" could not be bound" what am i doing … -
Replied To a Post in updating a table based on condition results from another table
Try this. `UPDATE StudentRegistration SET Year ='2016', Term = 'Term 1' where P1Totals.StudentTotals between 300 and 400` Note: When dealing with numbers you don't need to the quotation marks. -
Began Watching Autofill textbox values from mysql query result onChange of dropdown?
Hello, I hope that I can get an answer for this question. I have a MYSQL table for charges which contains the following fields: ChargesID, ChargesTitle, OfficialFees and ProfessionalFees. What …
The End.