Possible Duplicate:
Web Development IDE Suggestions
My subject line says a lot, but to expand: I have a gap period before I get my VS 2008 Pro license, and I'm trying to improve my front end (DHTML, design, etc.) skills without falling back on my C# expertise. I'm wondering what people prefer for pure 'web page' development, ov...
I'm trying to develop a cross platform application, where the most obvious route would be a web site with JavaScript, but then I lose the cosy comforts I'm used to using in my C# desktop apps, like file system access etc. How do I go about accessing similar services from within the browser?
E.g. I don't need to access anything I don't ...
Hi
Ive written a application with a custom login system. And then written my own security filter for it which sets the area that can be accessed. Yet i always get redirected to the login page and then to the index page with is the logged in home page. I have discovered that the session ID is different from when i login to when i try to ...
Hi
I am making a web application in asp.net mvc C# with jquery that will have different pricing plans.
Of course the more you pay the more features you get.
So I was planning to use roles. So if someone buys plan 1 then they get a role of plan 1. Then on the page use an if statement to check if they are in certain roles. If they are a...
Hello I have a ASP.net page with lot of controls and validations. I need to allow users to Save the application into the database.
I have a Master table Called Customer and 5 different child tables with Customer_ID being foreign key.
Once the user hits save I need to insert a record into customer table and then insert records into rele...
While debugging an extension I was creating, all of the form buttons on a page have gone blank. Any idea how to solve this?
I've cleared my cache and everything. I even tried disabling all my addons and plugins but to no avail.
...
I would like to know about managing user's login and logout on IPhone native apps. For example, every time my app is running, the user must be logged in. The information the app serves and the list of users it's on a website running php+mysql.
What's the "standard" procedure for this? Is there any library for handling user's login on a r...
I have a website where you're supposed to be 21 or older to buy the wine from this site. How do I put an "alert" up stating that by clicking through to the buy pages you certify that you are 21 years or older?
...
Hi all,
I'm in the process of providing a Web UI as an alternative to our current desktop UI for our C/S enterprise application.
When developing the client-side in our desktop version, UI developers could connect to any server so they only needed the client-side environment.
When developing a Web UI (Client-side JavaScript in the brow...
I basically am working with an oldschool php cms based site in Russian, one of the many new functionalities requested is permalinks.
As of now, currently the website just uses the standard non-mvc 'article.php?id=50'. I was browsing the Russian wiki and this was really the only Russian site I've seen that made use of native Russian perm...
I'm basically trying to setup my own private pastebin where I can save html files on my private server to test and fool around - have some sort of textarea for the initial input, save the file, and after saving I'd like to be able to view all the files I saved.
I'm trying to write this in python, just wondering what the most practical w...
I recently played around with Microsoft's new Expression Web SuperPreview.
I like the concept of the software a lot, but there are some browser compatibility problems that keep SuperPreview from being a holistic solution.
I have developed my own program for this that is working pretty well for me. Check it out: Browser Tester (.net win...
Although, I know that a lot may depend on a particular web site, what is the mainstream? =) And also, what do you think of implementing CSS table-based layouts while IE6 and 7 are in use?
...
As a web developer, how do you prevent text from spilling over the edges of boxes when the browser's text size gets increased?
...
When and where we use an API feature in our website?
what are the advantages of APIs?
How to write API's programs?
Is there any reference for how to create API's?
Or structure of API Applications?
These are the general questions, please do let me know your thoughts about APIs.
I think my question is clear for all :)
thanks in adv...
I have a login screen which I'm serving over SSL. The user fills in their login/password, this gets POSTed to the server. At this point I want to jump out of SSL, so I redirect them back to the same page with no SSL.
This causes the browser to show a warning dialog "You are about to be redirected to a connection that is not secure". ...
I'm working on (surprise) a web framework that entirely is dependent on mod_rewrite, however I'd like for it to be compatible with IIS ( if possible ). There's a slight slight chance one of the sites being built will have to be stored on an IIS box, I'm wondering if there's any rewrite module in the most popular versions of IIS I could r...
Is there is any difference in writing html and css for mobile from web??
...
Possible Duplicate:
Favorite (G)Vim plugins/scripts?
I mostly do front end development and I'm wondering what sort of plugins others have grown accustomed do, that has helped them in their career. I'd greatly appreciate ones related to editing say xml/html markup, plugin to jump back and forth between start/end tags, maybe autom...
Hi every One,
we are 9 programmer work on java Web application use hibernate framework,
but we have problem by running(in run mode, debug mode) project each time we want test the project we must wait for Hibernate to create SessionFactory and all Relational Query!
what should i do that Hibernate Work faster?
...