Web development is the development of sites on the World Wide Web or private intranets. It includes many topics including server side programming, client side scripting, web services and site design.
2
votes
1answer
131 views
Managing Client's Hosting and Domain Services [duplicate]
Possible Duplicate:
Hosting and domain registrations for multiple clients
When creating a website for a client, how do you go about handling the domain registration and hosting?
For ...
0
votes
1answer
162 views
Sending forms in MIME format via email
I am trying to send a form via email in MIME format. However, the input tag is displayed as text in square brackets and the button tag is displayed as plain text. ie.
<input type="submit" ...
1
vote
0answers
32 views
Notification for user/visitor/customer for incomplete webbased app? [closed]
I have been developing an in-house small web-based application for my customer and I. The front-end has been only 60% completed, only the main functions without any testing, and the back-end (my ...
1
vote
0answers
88 views
Android and low end phones not receiving sms [closed]
I have developed a web application for an organisation.I have to send sms to mobile phones from application and I completed this,but there is a problem.Android and low end devices of other models are ...
3
votes
3answers
65 views
About cdn architecture to route way
Our web system, use the third-party cdn service.
Assume that the user set the local dns with the googledns or opendns to visit our web sites, so cdn service will select the closest cdn proxy node. ...
7
votes
4answers
944 views
How can I measure website page load times from different countries?
Recently, I migrated one of my personal projects into cloud and hosted the app on UK based servers.
I reside in Turkey and I would like to see how long it takes for my pages to load for UK based ...
3
votes
1answer
1k views
clearing cache with cloudflare?
Is it possible to clear or avoid cloudflare cache while doing development?
I'm developing a site that has caching on several levels - wordpress supercache, the caching done by the browser, and ...
0
votes
0answers
42 views
Source highlight as CGI script
I would like to put syntax-highlighted source code (C) on a website using CGI. I have the GNU source-highlight package on the web-server. Can anyone tell me how to link the source-highlight-cgi script ...
0
votes
0answers
31 views
What major SEO steps have I forgotten? [duplicate]
Possible Duplicate:
What are the best ways to increase your site's position in Google?
I'm a Java developer-turned-impromptu-web-developer trying to help my father get his woodworking ...
0
votes
1answer
24 views
What is an easy way for disabling a file temporary?
Say I have a file called debug.php and I want to use it only when I am testing scripts.
How can I disable the file securely?
I'm used to change it to a txt file. But I wonder what other users ...
1
vote
5answers
157 views
state of art paradigm? 1 website for browser and mobile or 2 different websites
I would like to know what the standard aproach for mediumsized websites is, if you want to have users with browser and mobile.
Make 1 Website with a lot of if-else because of browser/mobile or make 2 ...
1
vote
0answers
43 views
Marketplace site development: what skillset am I looking to hire? [closed]
I'd like to have a site built by a freelancer, but I don't know how to find the right person because I don't know which expertise/skill set would be best to look for given the functionality I'd like ...
0
votes
1answer
42 views
What is a good framework for making a site, and how long will it take? [closed]
This is the site. It is and was hideously done, and old versions are abundant two clicks away from the front page. I'd love to recode it, by I'm only allowed to if it won't take up much time. I don't ...
1
vote
2answers
47 views
Impact of search engine optimization with hosting plan
I want to know is there a direct impact on the hosting plan.
Why i am saying is, most linux hosting plan gives us modules for search engine optimization but not in windows plans. I have couple of ...
5
votes
2answers
855 views
How to analyse a Website and make optimizations on it?
I am invited to a workshop to review and giving advice for website upgrades and enhancement. I am invited for being a person who works in IT. I am a programmer and I work in windows application ...
2
votes
0answers
169 views
Problem with calling the reporting service from web app in IIS 7.5 - HTTP Error 401.1 – Unauthorized
I have the web application that runs under the account that has delegation rights. The app calls the reporting service on the another server and passes the user credentials by
ReportingService rs = ...
1
vote
1answer
86 views
Firefox plugin to learn about technologies used by other web sites
Is there a FireFox plugin that tells you what web server (httpd, Tomcat, IIS), platforms (Drupal, WordPress, Rails, PHP, .NET, Java) and client-side (JavaScript, HTML5, Flex) technologies a particular ...
1
vote
1answer
65 views
What's the best way of going about creating a website that serves the purpose of being a programming language reference guide?
Hi I'm a newb here who is trying to create a website (with its own domain name) that will basically be a C++ reference guide set up in a way that is similar to Wikipedia.
I would like to have the ...
0
votes
3answers
169 views
What's the best way to create your own website? [closed]
I'm currently making plans for creating my own website (.com) and was looking for the cheapest solution possible that gives you the production tools you need.
I was wondering, are most websites these ...
-1
votes
1answer
268 views
What's the best way to create your own website? [duplicate]
Possible Duplicate:
What's the best way to create your own website?
I'm currently making plans for creating my own website (.com) and was looking for the cheapest solution possible that ...
5
votes
5answers
640 views
Adding a Forum to my site: build one from scratch or use existing open-source platform?
Note: I posted this originally to stackoverflow.com, had it closed, and was told to post it on programmers.stackexchange.com. So I posted it on programmers.stackexhange.com, had it cloased, and was ...
2
votes
3answers
140 views
Web design portfolio
I'm pretty much a newb when it comes to freelancing, I'm looking to start a portfolio for my individual projects only I haven't done any and I'm kind of stuck on where to start. I have assisted in ...
0
votes
2answers
123 views
discountasp.net / shared hosting for an ecommerce website [closed]
Is there any disadvantage on using shared hosting in general (of discountasp.net) for an ecommerce website? security concerns or performance? The site is new and we dont expect many visitors right ...
-2
votes
1answer
53 views
How can I find a good technical consultant? [closed]
I am just about to launch a website, and have managed the entire project. I am not a tech guy, just have a very basic knowledge about the whole process and technologies involved. Once the site is ...
2
votes
2answers
266 views
How to insert in a blog sharing links to visitors Tweet, Facebook and so on social networks?
I am developing a web blog using ASP.NET, but I guess that the tech details like this, here, is not important.
My aim is to insert in every post I create those nice buttons to the social networks ...
0
votes
1answer
35 views
What service do you use to notify you of website downtime? [closed]
I have a few websites/apis running online and I want to get notified of when (if) they go down. What I mean by "if the go down" is (usually) if a certain page doesn't fails to return a 200 status ...
6
votes
1answer
316 views
Should I be using WAI-ARIA in my HTML website builds?
Should I be using WAI-ARIA in my website builds? Will it have any benefit? Is anyone adding 'role' to their code at the moment?
Some info about WAI-ARIA - www.w3.org/WAI/intro/aria.
The tab, link, ...
2
votes
2answers
860 views
Requirements Gathering Form?
Do you use a standard form to gather requirements from a customer prior to making a website? If so what are the questions you ask?
For example
Purpose of Website: (sell products, reduce number of ...
7
votes
8answers
2k views
Why not AJAX'ify entire websites?
Is there any solid reasoning as to why sites shouldn't be developed with ajax functionality that loads major parts of each part (assuming there are elements like the header, navigation etc that remain ...
2
votes
1answer
108 views
Importance of WAP version of web system
What is the importance of WAP version of web systems? to cater those mobile phones that does not support standard HTML pages?
0
votes
1answer
58 views
I want to be a developer (website and web application) and want to choose asp.net as a programming lang [closed]
I want to be a developer (website and web application) and want to choose asp.net as a programming lang.
I am currently an intermediate web designer. My friend told me that there are many things in ...
1
vote
2answers
279 views
In Linux, which tools are free to use to make Web site mockups?
I am using Ubuntu/Fedora. Which available mock-up builders i can use before making a website?
Follow up:
Adobe AIR for Linux is no longer supported. To access older,
unsupported versions, ...
0
votes
1answer
119 views
How do I create a changing content paragraph in an html, like news sections which change every day, or hour or mins?
How do I create a changing content paragraph in an html web page, like news section which get changed every day, or hour or mins?
1
vote
0answers
147 views
web designer question - How to create a dynamic paragraph or any text in an html file? [closed]
web designer question - How to create a dynamic paragraph or any text in an html file?
I mean the < p>If I want to change this text portion< /p>
I am a web designer who just know, html, css, ...
0
votes
2answers
467 views
Which screen resolution should I target for modern mobile phones? [duplicate]
Possible Duplicate:
Building for different screen sizes
I am developing a site which needs to work on mobiles as well.
I avoid specifying width and height by pixel. Mostly I am using ...
2
votes
2answers
212 views
Can AJAX in a CMS slow down your server
I am currently developing some plugins for WordPress, and I was wondering which route to take. Let's take an example, you want to display the last 3 tweets on your page.
Option 1
You do things the ...
2
votes
1answer
212 views
How does Google+ embed link works?
I am trying to understand how does embed link works in Google+ Stream.
I manage a site and usually every post contains some text and at least an image.
But when I try to embed the link to a ...
3
votes
1answer
624 views
How do I get a production website to load assets from local web server?
I usually set up a local environment with the website running on my machine when I'm going to develop new functionality with JavaScript. The same goes for updating stylesheets.
When there's no easy ...
1
vote
0answers
33 views
Need advices for development methodology and team members [closed]
I need to improve the performance of the development process and the quality of the websites our real estate project.
There is a main national website and other secondary websites for local areas. ...
9
votes
2answers
362 views
What Versioning Systems for Website Development are available for free?
I want to improve my development environment and now I'm thinking about using a versioning system in the future. The problem is that I haven't much experience with versioning systems (a bit with ...
12
votes
4answers
3k views
CMS or web-framework? - When to use which?
When should I use a Content Management System, and when should I use a web-framework?
4
votes
4answers
102 views
Twitter Product Preview on Tweets
I just saw that twitter can also preview the products as it is on below Tweet:
http://twitter.com/#!/gillcleeren/status/131640082397528065
In this case, it is an Amazon product.
I was wondering ...
1
vote
2answers
62 views
Worldwide zip/postal search on site
I need people to be able to search from a worldwide database of businesses on my site. Consumers will enter their zip/postal code, and then a list of businesses within 250 miles/km must show in search ...
3
votes
3answers
795 views
SEO- IP-based Language Change
I have a site,The site have lot of visitors from international.The site content currently in English.I want to change language dynamically by using PHP code,this done based on the requesting IP ...
2
votes
2answers
177 views
Most CSS Grid frameworks use pixel as css units, why?
I started to develop my own webdesign using an grid framework 960 CSS Framework and also noticed that most of other famous css grid frameworks use 940/960px as maximum page width? Some of them have an ...
0
votes
2answers
247 views
what are good UI ways for editing xml files in web pages?
I have an xml file which contain a lot fields and sub fields, I am not sure yet, but around 100 or 200 of fields.
Fields value types may need true/false , others need drop down to select from, and ...
0
votes
1answer
186 views
How to force a web browser to interpret other file extension (but contains plain text) as a text file?
I'm currently engaged with a web based application that needs to show text files via directory listing in the web server (Tomcat). The text file has an extension of .inp and .trg, it seems that IE8 is ...
-1
votes
1answer
86 views
Which Hosting Plan Should I use for this Web Application [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I am developing a Web Application [PHP & MySQL] which is basically a rating website ( a social bookmarking site ...
0
votes
1answer
107 views
What are the types of verification which can be used for a social networking website?
I'm developing a social networking website for a small network. I would like to keep more security on registration process. I would like to keep some verification methods like SMS, Visa and Paypal (if ...
2
votes
3answers
113 views
Documented Web Site Design Process
Is there any well documented process to be used in web site design projects?