-
Replied To a Post in How to create a setup version of the application?
Perhaps you can use the [Community Edition](http://www.visualstudio.com/products/visual-studio-community-vs). It has InstallShield Express limited, but I haven't used it yet. -
Replied To a Post in why cant insert this into table ?
> Here is the whole script I don't see a database connect. Where is `$conn` instantiated? Echo out `$sql` and post it here. -
Replied To a Post in "Login failed for user ''. error
> Why does the login fail? The login fails because it cannot connect to the database. Since the semi-colon is missing, the connection doesn't see that it has to use … -
Replied To a Post in Footer having error...
Have you tried to use `float` on your `ftNav` divs? -
Edited The Echo
Well I will get straight to the point. I have a all in one touch screen computer and there was an echo on it after my sister played loud music … -
Edited shoulderspine computer crime
what is shoulderspine computer crime and what does it involve -
Replied To a Post in Change my username please
https://www.daniweb.com/members/edit_membership -
Replied To a Post in "Login failed for user ''. error
> hookup = new SqlConnection( > "Server=localhost\\SqlExpress;Database=tests" + > "Integrated Security=True"); Isn't that missing a semi-colon (after tests)? -
Replied To a Post in Web Forum API's
It can only be made generic if the API's don't differ too much. I am not sure (but I doubt) if that's the case with the forums you mentioned. -
Replied To a Post in PHP Associative array to js array conversion
http://php.net/json_encode -
Created Vivaldi
Just thought I should share: https://vivaldi.com Tech preview is out, so far I'm pretty impressed. -
Replied To a Post in Php or wordpress?
WordPress is written in PHP, so it sounds like he either has a CMS of his own (which is good), or he's trying to complicate things to get more money … -
Replied To a Post in Hi from Wplanders
Welcome to DaniWeb. -
Edited Why has empty space, taken space?
I have 4.7GB DVD with me. I looked at it, it has no data on it (looks clean). I put it into the drive. I hovered over it with mouse … -
Replied To a Post in PHP check if input has a value
You'll need Javascript. -
Edited which is your favourite game?
hallo everyone its time to fun.which is your favourite game? -
Edited Export gridview to CSV
Hi I am trying to export a gridview to CSV except i am getting an error due to some of the columns in the gridview not being visible. Was wondering … -
Edited how to transfer data into database after tokenization
here is my code and i have tokenized the data in my .txt file.I want to insert them into a database. import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.StringTokenizer; public … -
Replied To a Post in Client-Side Web Development
Am pretty sure that when you start learning ASP.NET MVC5 the Javascript/jQuery interaction will become clear soon enough. I found [this introduction](http://www.asp.net/mvc/overview/getting-started/introduction/getting-started) to be very helpful. -
Edited C#
How to Add a search button in C# after that how to link the searched information to further. for example: if i search name then how can i link the … -
Edited online vacation housing reservation
PLEASE WHO CAN GIVE ME THE FULL CODE TO CREATE AN ONLINE VACATION HOUSING RESERVATION I REALLY NEED IT AND IT WILL RUN PLEASE -
Replied To a Post in login_portal
Your hidden submit does not have a value, so by default that is an empty string, which evaluates to false. -
Edited Error on starting activity from background
Hi, I have been searching out a lot of things to sove my problem but none of the solutions I found worked in my case :'( Here is what I … -
Replied To a Post in Hello World
Welcome to DaniWeb. -
Replied To a Post in Language of choice for a Movie Database program
> Question is what is the appropriate language to do a movie database? Depends on your requirements. There is no best one language, it can be done in all of … -
Replied To a Post in Preg replace with callback to replace change parts of links ?
$message = preg_replace( '%<a href="(?!https?://(www\.)?site\.com)(.*?)" class="postlink">%', '<a href="$2" class="postlink" rel="nofollow" target="_blank">', $message); You omitted a part. -
Replied To a Post in Preg replace with callback to replace change parts of links ?
(?!https?://(www\.)?mysite\.com) Replace needs to use `$2` then, instead of `$1` -
Replied To a Post in Preg replace with callback to replace change parts of links ?
https?:// -
Replied To a Post in Preg replace with callback to replace change parts of links ?
Just add `s?` -
Replied To a Post in Pagination
Search this forum for pagination, a lot of threads are already here about the subject. -
Replied To a Post in Preg replace with callback to replace change parts of links ?
$result = preg_replace( '%<a href="(?!http://mysite\.com)(.*?)" class="postlink">%', '<a href="$1" class="postlink" rel="nofollow">', $subject); -
Edited How to Bypass CAPTCHA/Spam filters (and Stop it!)
OK, here's a question for anyone willing to step up and answer or point to solution: I have some HTML forms for site visitors to request product information. Some of … -
Replied To a Post in retrieve data from SQL tables
From (found in your linked URL): [https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx#UsingSingleSpecifiers](https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx#UsingSingleSpecifiers) **Using Single Custom Format Specifiers** *"To use any of the custom date and time format specifiers as the only specifier in a format … -
Replied To a Post in query to get data base on months and year?
Have a look at the MySQL `YEAR()` and `MONTH()` functions. -
Replied To a Post in How to track domain emails opened or not
Usually get parameters are added to identify such links, but of course this only works if the link points to a domain you own/control. You cannot track a direct link … -
Replied To a Post in passing custom class to wcf service
> No set method for property 'computer' in type 'Scanner.BarcodeScanner+ScannedItem'. The class cannot be deserialized. You cannot deserialize a string if it doesn't have a setter. You are sending a … -
Edited Feedback
How much everyone of you has spent on daniweb.com??? In your time period what kind of thing have you learned or discussed here?? Is it beneficiary? -
Replied To a Post in Hello to All
Welcome to DaniWeb. -
Replied To a Post in Retrieve data from database throught javascript & jquery
> And the result of the query in database is this This is directly on the database? You need a script language in between to query the database and pass … -
Replied To a Post in How to Pass Model to Partial view and other Model to View will display Part
Can't you use an interface (or a superclass) on both category classes? In either case, you can use one `IEnumerable<ICategory>` for both. As far as I can tell, both classes … -
Replied To a Post in Single Sign On - Facebook
> However I intend to do so without installing the SDK into my 3rd party web server. What is the best way to achieve this?. Basically you'd have to implement … -
Replied To a Post in PL/SQL Help Please
> there are errors What errors? -
Edited Two Microsoft Excel Questions
Hello-- I have two Microsoft Excel questions that I am not sure if I should post them separately or if it is okay that I post them both here. Also, … -
Edited Playing sounds according to what is called on the arraylist
I'm trying to play the sounds according to what's called on the arraylist but the sounds are playing randomly and it seems like the sounds are overlapping. what is wrong … -
Replied To a Post in What is the problem
Line 4 in login.php stores an array (a result row) in your session variable. I think it should be something like this: $row = mysqli_fetch_row($result); $_SESSION['user_id'] = $row['user_id']; // you … -
Replied To a Post in Hi
Welcome to DaniWeb. -
Edited Hi
hi eveyone -
Edited Hi
hi eveyone -
Replied To a Post in VB.NET ERROR "parameter is not valid"
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.executescalar%28v=vs.110%29.aspx I quote: *"The first column of the first row in the result set, or a null reference (Nothing in Visual Basic) if the result set is empty. **Returns a … -
Replied To a Post in asp.net
What do you have?
The End.