-1
votes
1answer
148 views

my first comprehensive solution : C# “DataDriven Web Appication” Ft. my “Html Markup Generator” needs Professionals Help!

this project is very important for me so i decided to post it here .. with hopes it'll enable me to Draw some Experienced developers attention, as it start to get a little too complex for my skills ...
2
votes
0answers
87 views

Display progress bar to show async. request status using JQuery

Instead of using ProgressBar plugin, I've below script to display the progress bar for async. requests on the page. Could anyone provide any feedback on this esp. if there will be any issues like ...
0
votes
0answers
43 views

modal window with form

First, Sorry for my English. I'm very new in web development. I want that you make code review of my code. I have profile page where contains two tabs:User Info and Violations. In the User Info tab ...
0
votes
0answers
60 views

jQuery ui draggable-sortable List, used to Create a Gui Sql Crud-Capble Data-Driven Website application

in this JsFiddle (the link below, it's also my first JsFiddle setup , great tool!), I am trying to implement a new jQuery ui : draggable, droppable and sortable list , so this gui will be the ...
2
votes
1answer
73 views

jQuery Peer Review

I know this probably isn't the correct forum to do this in, but I thought I'd give it a try and see what sort of response I got. I'm a developer at a Networking company that really has no peers that ...
7
votes
2answers
20k views

Basic Simple Asp.net + jQuery + JSON example

Earlier this year, before I learnt about Code Review StackExchange, I gave this answer in response to a question about how to combine ASP.net, jQuery, and JSON: ...
2
votes
0answers
226 views

Javascript application with ASP.NET/jQuery, best practice

I want to create a JavaScript application like gMail with: Framework: ASP.NET Browser Framework: jQuery Database: MySQL My idea is: When the window.onhashchange fires up, I load the ...