8,966 Posted Topics
Re: > But each time I try to connect I get an error. What error? | |
Re: Tutorials on what? What do(n't) you know? | |
Re: You'll need to implement a polling mechanism on your android. | |
Re: > you as a user what attracts you to visit a website ? Speed and clarity. | |
| |
Re: What do you need help with? | |
Re: Check out how an image map works. Am sure that will get you started. | |
![]() | |
Re: It means that you can get information from databases easily and logically, without the need to know how exactly it is stored on the database server. | |
Re: > what are the differences between the two? ASP.NET is a programming language, MVC is a software pattern (language independent). | |
Re: Looking for something like [this](http://omari-o.blogspot.nl/2009/09/aspnet-white-space-cleaning-with-no.html) ? | |
![]() | Re: http://www.daniweb.com/software-development/python/threads/20774/starting-python ![]() |
Re: > list of associated pages How are they determined to be associated? | |
Re: > Daniweb is waste no one is replying. stackoverflow is good You're just being impatient. Apart from that, if you post the above on SO it will be closed in no time. What have you tried? Did you even try pzuurveen's suggestion? People here will guide you, but not provide … | |
Re: Check out this [thread](http://www.daniweb.com/community-center/daniweb-community-feedback/threads/473236/full-website-functionality). | |
Re: I think the 'no database selected' is caused by your code. Do you have a `mysql_select_db()` somewhere? | |
Re: http://php.net/soap or http://sourceforge.net/projects/nusoap/ http://www.scottnichol.com/nusoapintro.htm As a test tool I recommend http://www.soapui.org | |
Re: Personally I'd prefer functions because you can easily pass parameters to them, instead of having values hard-coded. > Would it be more efficient to do them as functions? Time it and find out. I think for small scripts the difference is negligible. | |
Re: Again, any specific topic? Check [packtpub](http://www.packtpub.com/search?keys=jquery&count=20&types=0&forthcoming=0&available=0&forthcoming=1&available=1) for ideas. | |
Re: > I would like to know how you would link an application to a database that is online Usually this is done using an API, because otherwise you'd need direct access to the database, which can be a vulnerability issue. > how would you get that database online as well. … | |
| |
![]() | Re: What are the requirements? If you're just talking about adding textual tags to an image, that's pretty straightforward. Have a snippet [here](http://www.daniweb.com/web-development/php/code/460663/article-tagging-example) ![]() |
Re: I wonder why you would use a random assignment if the goal is to get a correct allocation. I'd count the number of assignments for each user and assign the one with the least. To make it simple just add a column to the user table and keep that updated. | |
Re: WebForms is ASP.NET specifically. MVC is a software pattern which can be applied to any language. | |
Re: On what topic? Check [packtpub](http://www.packtpub.com/search?keys=php+mysql&sort=0&types=0&forthcoming=1&available=1&count=20) for ideas. | |
Re: http://www.daniweb.com/web-development/aspnet/threads/474519/asp.net-vs-mvc | |
Re: Care to share your solution? | |
Re: > I was wondering if those that have been using MVC find it normal to mix the > built in entity framework database interfaces with their own SQL in SQL commands > or stored procdures as they see fit or should one approach be used only? Most coding guidelines would … | |
Re: IMO the only sure way to do something like this is to generate a table containing a date for each day of the year. | |
Re: I think you'll need a server side scripting language to do that for you. AFAIK it's not possible with Javascript alone. | |
Re: There are a lot of pre-made webshops available. Have you tried any of them? | |
Re: If you have a specific question, am sure you will get some help here. If you are looking for a partner, you may want to post in our [Jobs and Resumes](http://www.daniweb.com/business-exchange/jobs-and-resumes/52) forum. | |
| |
Re: 1.8.3 contains the latest versions of the included software. Why use an older one? You'd only need it if you want it to match your webhost. | |
Re: This small piece of code appears correct. Does the script connect properly? Have you added error checking? Did you run the `event_manage.php` script manually? |
The End.