• Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Footer having error...

    Have you tried to use `float` on your `ftNav` divs?
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Edited shoulderspine computer crime

    what is shoulderspine computer crime and what does it involve
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Change my username please

    https://www.daniweb.com/members/edit_membership
  • Member Avatar for pritaeas
    pritaeas

    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)?
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP Associative array to js array conversion

    http://php.net/json_encode
  • Member Avatar for pritaeas
    pritaeas

    Created Vivaldi

    Just thought I should share: https://vivaldi.com Tech preview is out, so far I'm pretty impressed.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi from Wplanders

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP check if input has a value

    You'll need Javascript.
  • Member Avatar for pritaeas
    pritaeas

    Edited which is your favourite game?

    hallo everyone its time to fun.which is your favourite game?
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello World

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Preg replace with callback to replace change parts of links ?

    https?://
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Preg replace with callback to replace change parts of links ?

    Just add `s?`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Pagination

    Search this forum for pagination, a lot of threads are already here about the subject.
  • Member Avatar for pritaeas
    pritaeas

    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);
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in query to get data base on months and year?

    Have a look at the MySQL `YEAR()` and `MONTH()` functions.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello to All

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PL/SQL Help Please

    > there are errors What errors?
  • Member Avatar for pritaeas
    pritaeas

    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, …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited Hi

    hi eveyone
  • Member Avatar for pritaeas
    pritaeas

    Edited Hi

    hi eveyone
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in asp.net

    What do you have?

The End.