-
Replied To a Post in A App for windows phone 8
http://dev.windowsphone.com/en-us/develop -
Replied To a Post in mysql stored procedure
DELIMITER ;; CREATE PROCEDURE insertStudent (IN newName varchar(100), IN newScore int(11)) BEGIN INSERT INTO student (name, score) VALUES (newName, newScore); END ;; Your values should match your parameters. -
Replied To a Post in drop down list of associated pages
> list of associated pages How are they determined to be associated? -
Replied To a Post in ip vs cp
What's the difference between the two? If you're talking about career opportunities, you'll need somebody in your region to answer that. -
Replied To a Post in ip vs cp
What's the question? -
Gave Reputation to iamthwee in Best image tagging script
I also believe the other link will be useful. http://timseverien.nl/projects/taggd/ -
Edited coding academy
Are coding academies waste of time? -
Edited Voting online
What do you think about electronic electoral voting ?Is it trust worthy? -
Replied To a Post in Best image tagging script
An image map? Supported in HTML, and there are already loads of tools to help you with that. Something like [this](https://code.google.com/p/imgmap/) perhaps. -
Replied To a Post in Class Diagram
http://msdn.microsoft.com/en-us/library/33864ckt.aspx -
Replied To a Post in differentiation
WebForms is ASP.NET specifically. MVC is a software pattern which can be applied to any language. -
Replied To a Post in inheritance
It can be left out in most cases. -
Replied To a Post in Online Database
> 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 … -
Replied To a Post in Book for javascript
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. -
Replied To a Post in Best Book for mysql
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. -
Replied To a Post in rewrite files
http://www.iis.net/downloads/microsoft/url-rewrite -
Replied To a Post in Best image tagging script
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) -
Replied To a Post in Auto Assign
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 … -
Replied To a Post in Hi folks.
Welcome to DaniWeb. -
Replied To a Post in Benefits of mvc
http://www.daniweb.com/web-development/aspnet/threads/474519/asp.net-vs-mvc -
Replied To a Post in Starting place.
http://www.daniweb.com/software-development/python/threads/20774/starting-python -
Replied To a Post in Is my incrimination right?
Care to share your solution? -
Edited LINQ
HI all... can you explain how to use multiviews in ASP.Net? -
Edited Asp.net vs mvc
i would like to know which is better to program with asp.net or mvc? what are the differences between the two? -
Replied To a Post in Asp.net vs mvc
> what are the differences between the two? ASP.NET is a programming language, MVC is a software pattern (language independent). -
Gave Reputation to YA RAMSAMKER in wed design
The IDE is one of the most important aspects of helping you design/develop efficiently, so it's worth trying out a number of different ones. Bluefish, Aptana, Eclipse, Notepad++, Sublime2, Dreamweaver … -
Edited web design jobs
job opportunities available for web designers ? -
Edited source code
" " appears a lot in the source code of a form, what is the purpose of this? -
Edited Calling a Function
OK so I'm almost done with my program. How to put this in function like putting each case like void Binary2Decimal() , void Octal2Decimal() & , void Hexa2Decimal() in "TURBO … -
Replied To a Post in Calling a Function
Closed. Cross-posting is NOT allowed. -
Replied To a Post in What matters when creating a webisite
> you as a user what attracts you to visit a website ? Speed and clarity. -
Replied To a Post in Performance comparison between includes and functions
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 … -
Replied To a Post in MVC is it a good practice to mix EF context with own SQL?
> 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 … -
Replied To a Post in introduction of myself
Welcome to DaniWeb. -
Replied To a Post in Hello Everybody
Welcome to DaniWeb. -
Replied To a Post in Hey There! :-)
Welcome to DaniWeb. -
Replied To a Post in how to take print screen image on serverside
Image of what? -
Edited Families Affected by Autism
Hello, this is FABA means Families Affected by Autism. Need info related autism. -
Edited How do you access your YouTube playlist in the iPhone app?
It suddenly disappeared I can't find it anymore. Please help ;) regards hasbuy -
Edited How do you access your YouTube playlist in the iPhone app?
It suddenly disappeared I can't find it anymore. Please help ;) regards hasbuy -
Edited What is a good gaming laptop for under $1000?
regards hasbuy -
Edited Pcwont boot...after playing around with ram?
im trying to upgrade the ram in my old pc and if I take the original ram stick out and replace it with a better one, it wont boot up … -
Edited Looking for help with project
Hi, I don't know if this is the correct forum to post this but I am looking for help from some fellow web designers. I am currently undertaking a project … -
Edited Looking for help with project
Hi, I don't know if this is the correct forum to post this but I am looking for help from some fellow web designers. I am currently undertaking a project … -
Replied To a Post in View outlook reminders using JavaScript
I think you'll need a server side scripting language to do that for you. AFAIK it's not possible with Javascript alone. -
Replied To a Post in Drupal
It's a CMS. Everything you need to know about it is [here](https://drupal.org). -
Replied To a Post in how can i create a basket shop to online webstore
There are a lot of pre-made webshops available. Have you tried any of them? -
Replied To a Post in I am student doing my srcobd year..
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 … -
Replied To a Post in online compiler
Can you be more specific? Compilers for what exactly? -
Replied To a Post in database
What's your table structure?
The End.