• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in recommended software development books

    Those three are language independent, although I don't know off the top of my head whether the first two contain Java examples. The last one surely doesn't.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in recommended software development books

    I can recommend: - http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670 - http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612 - http://www.amazon.com/Algorithms-Structures-Prentice-Hall-Automatic-Computation/dp/0130224189
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Brackets SQL Connector Extension

    I have seen that error pop up when you do not explicitly close your mysql connections when you're done.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PDO Loop is not working

    Am guessing it's this: $sql = "select $fieldname FROM {$this->db_name}.$tablen order by $order $by"; $sql = "select $fieldname from {$this->db_name}.$table"; You probably don't get an exception unless you explicitly turn …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Source Tree

    Safe in what sense?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in generate uniqur code

    What do you have so far? What language are you using?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Static Get/Set Initialize When Needed - Does This Work?

    https://msdn.microsoft.com/en-us/library/k9x6w0hc.aspx You can use a static constructor to initialize your fields. The only problem is that you have absolutely no control over when this happens. The only thing you can …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What will happened If I had used already MYSQL_* functions in project

    > If I launch the project, what problems will I face? Technically none yet. At some point in the future if you decide to upgrade to a newer PHP version, …
  • Member Avatar for pritaeas
    pritaeas

    Edited Need Help With Scraping IMGURLs from Multiple Webpages using PHP

    Hello, I am using this very basic form of the dom scraper to scrape image urls from tumblr webpage, it kinda does what i am looking for but i am …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in help me to answer this Scenario:

    What do you have so far, and what exactly do you need help with?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Error: undefined index

    > Please help me someone. Stop bumping your posts, and show a little patience.
  • Member Avatar for pritaeas
    pritaeas

    Edited Php MySql Multiple Insert

    Hi guys, I am programming an Android App and I am trying to do a multiple SQL insert but it doesn't work. Can someone help me? And I also want …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in sql , vb.net

    Without any code it's hard to say, but shouldn't you be using dtpDate.Value?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Fatal error: Call to a member function query() on a non-object

    Your init file uses mysql_connect instead of mysqli_connect. The mysql version does not return an object instance.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Fatal error: Call to a member function query() on a non-object

    If you do not include init.php in your navigation.php then the $db variable will not be initialized. Hence the error.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Lazarus: Appending multiple RTF files

    Read up on how an RTF file works, because it contains markup to indicate paragraphs etc. You cannot just append a file at the end, it has to be inserted …
  • Member Avatar for pritaeas
    pritaeas

    Edited use autocomplete in on Event

    how to use on() event with autocomplete. I am using below jquery code $(function() { $( ".skillsex" ).autocomplete({ source: 'search.php' }); }); but i want to use on() event with …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Integrating Visual Studio 2015 with Macro-enabled Microsoft Excel 2013

    I'm wondering as to why you'd want to have Excel do the calculation. If you are creating a forms application, and also do the calculation in your form, you're no …
  • Member Avatar for pritaeas
    pritaeas

    Edited HOW TO DISTINGUISH BETWEEN LEFT AND RIGHT MOUSE CLICK WITH JQUERY?

    HOW TO DISTINGUISH BETWEEN LEFT AND RIGHT MOUSE CLICK WITH JQUERY?
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Font size for html code snippet

    https://www.daniweb.com/programming/web-development/code/497022/automatic-facebook-post-bumper Inline code snippets are much smaller then the snippets in the code part of a code snippet article. Could you please make them equally small, for readability's sake?
  • Member Avatar for pritaeas
    pritaeas

    Edited group_concat with limit

    How I can group concat of ids with limit 2 and order by id desc? Means, need all the ids except first two ids in desc order. select group_concat(id) as …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Management Reporting from various dbs - what is the best approach?

    [This](http://global.qlik.com/en/landing/go-sm/download-free-kit) was something demonstrated to me by a coworker last year. Have to say that it was pretty easy to work with, although importing your data is a bit more …
  • Member Avatar for pritaeas
    pritaeas

    Edited 5 Star Rating CSS

    Hi Folks, I have a small issue with css that I need help with. I have a rating system on a project. My css is set up to display grey …
  • Member Avatar for pritaeas
    pritaeas

    Edited Convert PHP dates

    How I can convert ? Tue Mar 15 2016 05:30:00 GMT 0530 (India Standard Time) into 2016-03-08T00:00:00+05:30
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in website development with asp.net

    I recommend using the 2015 community edition instead of express. If you select File -> New -> Web Site you get a range of options. Depending on the technology you …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Preview Notepad to print in PHP

    Please elaborate on what you are trying to do?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in client server

    We do not provide ready source code. Show what you have so far. You didn't even specify the language you're using.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SQL query with one join only returning the first record

    Instead of bashing what doesn't work, it would be better if you create a SqlFiddle with some data, so we can actually see what's going on and what you want …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Advanced interactive HTML CSS course?

    There are several on microsoftvirtualacademy.com
  • Member Avatar for pritaeas
    pritaeas

    Edited app asking for password when installing it

    hello guys I created an app in visual basic abd i want it to be requsting for a password when installing it or transfering it from one computer to the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello

    Welcome to DaniWeb. > Are there Dutch Python users on this forum? (For easier communication) Forum language is English, so do not post questions in Dutch. When using private messages …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Programming Softwares

    I can't live without Resharper (if you program C# that is). Beyond Compare is another favourite of mine when doing (version) comparisons. Looking for anything in specific, or for a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in php mail cron job

    Just make a php script that does what you need. Then add a line in your crontab on your hosting server to execute the file on an interval of your …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in toggle switch with ajax update

    > If i change the OFF status to ON, its getting a value is OFF That's because you get the value at the time of your click, and not the …
  • Member Avatar for pritaeas
    pritaeas

    Edited toggle switch with ajax update

    Hi I am trying to update the ON / OFF status through the below code. If i change the OFF status to ON, its getting a value is OFF. can …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in File manipulation

    https://msdn.microsoft.com/en-us/library/hxwfzt61.aspx
  • Member Avatar for pritaeas
    pritaeas

    Edited Trying to make the user write to a file and seeing if it exists

    Trying to make the user write to a file and seeing if it exists and if they should override it print("Enter a file name to save your database to.") name …
  • Member Avatar for pritaeas
    pritaeas

    Edited Which is the best application to connect Linux remotely

    Which is the best application to connect Linux remotely?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help With SQL advance SELECT query

    So you get duplicate records? You might want to have a look at DISTINCT
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to print to a scrollable panel in vb.net

    Can you elaborate on what you are trying and what exactly isn't working?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Urgent Help required to get MAC Address

    Can't you just remove the WHERE condition?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to move Team Project to another Project Collection in TFS 2013

    This [SO thread](http://stackoverflow.com/questions/10100406/moving-a-team-project-from-one-collection-to-another) might help.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SQL create column that will delete entire row when its content is clicked

    > but it doesnt work What doesn't work? Do you have an admin page that executes a delete query? Do you have code? Do you get an error? Be specific.
  • Member Avatar for pritaeas
    pritaeas

    Edited BSP Dungeon Generation in Java for Dungeon Crawler

    I'm having some issues with my BSP Dungeon Generation and I'm not sure why! I'd greatly appreciate the help :) Occasionally I'll get an IllegalArgumentException in RandomHelper. That may help, …
  • Member Avatar for pritaeas
    pritaeas

    Edited Java Applet and asp.net webpage

    Good day all, Please, I have an asp.net page and i have a java applet which i want to embed in the asp.net page. I have added all necessary files …
  • Member Avatar for pritaeas
    pritaeas

    Edited Issue with WinRAR

    Hi, 1. I downloaded a free trial version 3.7 of WinRAR. 2. When i tried to open the compressed files, i could not open it, and got the message" WinRAR: …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Issue with WinRAR

    V3.7?? The latest is 5.31. I suggest you download and try a more recent version.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Cant login MVC application

    Did you check what the `password_verify` function actually does? Do you have the correct hash stored in your user record?
  • Member Avatar for pritaeas
    pritaeas

    Edited [Help Please]Weird influent variable problem, I would love some input!

    Ok, it's really weird. When I test the to see the two variables which will make up the email address <?php $carrier = $_POST['carrier']; $number1 = $_POST['number1']; $number2 = $_POST['number2']; …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to decrypt in vb.net ?

    Looks like base64 encoding. Where did you get this?

The End.