-
Began Watching hi all
Hi peeps! I have been using this site for a while now and figured I should join as I have found it quite useful, a big hello to anyone reading … -
Replied To a Post in hi all
Welcome! -
Gave Reputation to eliy in How much does it cost to build a social forum like Badoo or Person.com?
Thank you Milil for your explanations. -
Began Watching How much does it cost to build a social forum like Badoo or Person.com?
Hi everyone, I'm curious, and I would like to know how much may it cost to build a software more or less similar to the one used for Badoo or … -
Replied To a Post in How much does it cost to build a social forum like Badoo or Person.com?
It depends on many factors. 1. Programing language, for different languages you need to pay different hostings rates. Example: for development in PHP are lower hourly rates then in Java. … -
Began Watching java
Another common statistical measure is the standard deviation, which provides an indication of how the indivdual values in the distribution differ from the mean. to calculate the standard dev. whose … -
Replied To a Post in java
Hi, can you please provide some code that you are working on? We can help you only when we see your code so we can find a problem. Regards, Mike. -
Began Watching insert select option value's ID in mysql
How can I insert select list value's(dropdown) name and id into database ? Help will be appreciated. -
Replied To a Post in insert select option value's ID in mysql
Hi, can you post some code you already created? What I can say is that you will have one form post/get method that will point to php page if you … -
Replied To a Post in Xampp for Win 7 - 64 bit
Wamp has phpmyadmin too, you should try it and see does it fit your needs. In theory you can use xamp or wamp on your local machine. When you want … -
Began Watching Xampp for Win 7 - 64 bit
Hello, I have been trying to download the correct xampp for Win 7 - 64 bit that is ERROR FREE. Any clue which one ? lol. I cannot find it … -
Replied To a Post in Xampp for Win 7 - 64 bit
It seems that they don't have 64bit version. I use sometimes wamp if I need 64: http://www.wampserver.com/en/ -
Began Watching Hibernate how to multisearch
i want to search with name,email,id based on that suppose if they enter id then i need to serch with name or if they enter email i need to serch … -
Replied To a Post in Hibernate how to multisearch
For hibernate you have a lot of examples here: http://hiddensciencex.blogspot.rs/2013/04/is2-hql-upiti-i-kriterijumi.html But in order to help you more please write some code you already created. Regards, Mike. -
Began Watching One simple question to refresh back ur skills.
It has been a long time since i do C++ programming and I am stuck on this question. I don't remember how to solve this kind of question. haha Part … -
Replied To a Post in One simple question to refresh back ur skills.
In order to help you please put some code you already created. After that I can point where do you have problems and help you solwing them. Regards, Mike. -
Marked Solved Status for Post Signature - DaniWeb
Hello, I notice that I can't put my signature with link of my blog? Why do we have rule like that? I have some code examples on my blog and … -
Gave Reputation to Dani in Post Signature - DaniWeb
Hi Mike, Firstly, the link to your blog is broken because you forgot to put the http:// part at the beginning of the link. Aside from that, signatures only show … -
Edited Post Signature - DaniWeb
Hello, I notice that I can't put my signature with link of my blog? Why do we have rule like that? I have some code examples on my blog and … -
Created Post Signature - DaniWeb
Hello, I notice that I can't put my signature with link of my blog? Why do we have rule like that? I have some code examples on my blog and … -
Began Watching Post Signature - DaniWeb
Hello, I notice that I can't put my signature with link of my blog? Why do we have rule like that? I have some code examples on my blog and … -
Began Watching php,XAMpp
How can I get the values in the textbox using the primary key as an input? example I enter the Account no and the Name,address will be displayed in the … -
Replied To a Post in php,XAMpp
I didn't quite understand, what exactly do you need. Is it getting values from textboxes using textbox id? Can you please explain bit more and can you post some code? -
Began Watching Remembering text
Hello! I need to know this: How do i write something in a rich text box, then close the form, then next time I run it, the form will keep … -
Replied To a Post in Remembering text
You can save value to session or database when user leave your form. With some javascript it will not be the problem. Then next time you open it first search … -
Began Watching How to equal dictioanary list
how to take a dictionary from this list ? Shop = ["Apple" , "orange", "mangoo" . "Tomato" . "grape"] #Example# $python shop.py > > 1. apple > 2. orange > … -
Replied To a Post in How to equal dictioanary list
Can you post some code that you already created? What I can see now that you will have while/for loop that will say what do you want to buy? And … -
Began Watching Domain and Sub Domain issue?
My website [http://schoolpro.ifconit.com/](http://schoolpro.ifconit.com/) was on 7th page before yesterday.. As you can see it's a sub domain of my main website [http://ifconit.com](http://schoolpro.ifconit.com/). But today when i checked my website on … -
Replied To a Post in Domain and Sub Domain issue?
Hmm, let say you are using that subdomain to add some conntent, bot (that index your page) get to your page see that it is updated and try to reindex … -
Gave Reputation to jkon in How to make autoresponder with PHP?
Why wouldn't it be possible? The first way that comes in my mind is to create a cron job that it will run lets say each minute that logs into … -
Began Watching How to make autoresponder with PHP?
Most of the email autoresponder provides various types of services, but a customazie autoresponder needed for my cpa business, i am try to make a autoresponder with server scripting language … -
Replied To a Post in How to make autoresponder with PHP?
Can you provide us some example of code you already made? You should create a "job" that will run let say every 5 mintues. Go over all emails from your … -
Began Watching Java - Converting complex XML with repeating elements to JSON in same order
First let me confess that I'm a beginner with little knowledge of Java. I'm facing a problem with XML to JSON conversion. The XML that I need to covert is … -
Replied To a Post in Java - Converting complex XML with repeating elements to JSON in same order
You can use Jackson library for conversion XML to JSON. Example: http://stackoverflow.com/questions/6746059/parsing-xml-into-json If you still have problems, I suggest to make some Java classes that will represent custom data, and … -
Began Watching show data from database on click button in jsp
how can i show the data in a table from database on a click button in jsp page. -
Replied To a Post in show data from database on click button in jsp
You need to create form or link so when that button is called you call servlet. In servlet you will need to grab data from database and send it back … -
Stopped Watching Addition of two numbers using servlets
My servlet is not working even though the code seems to be correct. where have I gone wrong? First.java import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import … -
Began Watching show .jrxml file in html div as a preview of created report
hello experts, I want to show .jrxml file in html div as a preview of created report. I am using eclipse luna and I was created a report in jasper … -
Replied To a Post in show .jrxml file in html div as a preview of created report
When you create pdf report you can try to show it in iFrame. There is conversation on this [link](http://stackoverflow.com/questions/291813/recommended-way-to-embed-pdf-in-html), I hope this will help you. Mike. -
Began Watching Addition of two numbers using servlets
My servlet is not working even though the code seems to be correct. where have I gone wrong? First.java import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import … -
Replied To a Post in Addition of two numbers using servlets
First you don't have annotiation to indicate what need to be call for this: @WebServlet("/First") Second thing is that you need constructor for super: public First() { super(); // TODO … -
Replied To a Post in change the report properties on run time
You will need to create a page where you will show details from database. That page will look like this: <form method="post" action="/AutoKuca/IzmeniAutomobilServlet" class="login"> <div><label>Marka:</label><input type="text" name="marka" value="${vozilo.marka}"></div> <div><label>Model:</label><input type="text" … -
Replied To a Post in change the report properties on run time
Hello, you have it all on that [link](http://hiddensciencex.blogspot.com/2013/05/is2-jsp-stranice-i-servleti.html) I send it to you. First you create a servlet that will return you all values you want from db. protected void … -
Replied To a Post in change the report properties on run time
You have it on this [link](http://hiddensciencex.blogspot.com/2013/05/is2-jsp-stranice-i-servleti.html). Last thing in post about jsp is how to generate a jasper report from servlet. That goes in doPost od doGet it depends what … -
Began Watching "You have an error in your SQL syntax"
Hello: Before I post code I will say that last year I hired a programmer to build one feature for my project. Today upon further inspection of the database/tables I … -
Replied To a Post in "You have an error in your SQL syntax"
This line: $query = mysql_query("SELECT * FROM Table 2 WHERE userName = '$_POST[user]' AND pass = '$_POST[pass]'") or die(mysql_error()); You can't put like that you need to put like this: … -
Replied To a Post in change the report properties on run time
Hmm, JavaScript is working in browser and Java on server side so you can't mix that two without using servlets or sessions. You can try to create a call to … -
Replied To a Post in change the report properties on run time
Let say like this. When you create jasper reports you create feilds that will be shown in report. Let say you want to show user values from table. So you … -
Began Watching change the report properties on run time
I m new in jasper report and eclipse. Actually I created a receipt in jasper studio (.jrsml file) and I want to change the report properties on run time. Description: … -
Replied To a Post in change the report properties on run time
Can you please provide more details, what do you mean by properties? If you want to create report that user can edit you will first need to make a report …
The End.