Web development is a broad term for the work involved in developing a web site for the Internet or intranet.

learn more… | top users | synonyms

0
votes
1answer
3k views

Web authentication using LDAP and Apache?

I am working on a project of setting up a web administered inventory database for my work (or if they don't want it then i'll enjoy learning about it) and hit the problem of allowing only authorized ...
0
votes
3answers
191 views

My home box as my own host?

I have a 512 kb/s DSL service at home. I do not have a static IP but I can get one if I pay some extra to my ISP. Now, if I get the static IP, can I make my home box act as my internet host? What ...
0
votes
0answers
18 views

How to revert Inspect Element to its old style?

Recently (in version 19 or 20, I think), Firefox's Inspect Element has changed. Before, it had a nice layout in an inverted L shape that allowed me to see a lot of the styles on the right-hand side. ...
-2
votes
0answers
19 views

How to create a multiplayer flash game? [closed]

I just want some starting guidance for building a very simple online multiplayer flash game, that will be played in a web site. So I need a swf file that runs for multiple clients, rooms, etc. The ...
-4
votes
2answers
63 views

Which version of Internet Explorer does this screenshot display [closed]

I have a client whose browser renders my webpage really badly (and slowly). The image below is cut out from a screenshot he sent me. I know it is IE, but can anyone see which version? And if it is ...
-1
votes
0answers
51 views

Sublime like style “Goto Anything” plugin for Notepad++ or Windows Application [closed]

I primarily use Notepad++ for coding, I just wished it had a Sublime-like ability to type function names/commands, find files etc just by typing: I'm looking for either a Notepad++ plugin or even ...
4
votes
6answers
5k views

How can I find out with which software a web page was written?

I'd like to know which software was used for the development of the web page from hotel.info. How can I do it? Is there any tool for Firefox that could help me finding out this information?
0
votes
1answer
24 views

Cant disable javascript with IE developer tools

I want to disable JavaScript with IE developer tools. Under Disable I have the option Script but its greyed out and I cant select it.
-5
votes
0answers
27 views

Wordpress developer wanting to learn Joomla [closed]

I currently develop templates for Wordpress and am wanting to get into creating templates for Joomla, I am wondering if anyone can point me to a good site/tutorial that will allow me to do this, I ...
-3
votes
0answers
18 views

are the Kendo Ui and Jqueryui compatible with each other? [closed]

I want to use both kendo Ui framework and jqueryui framework on same web application, I want to know if there a conflict can occur if both are used at the same time ?
0
votes
0answers
10 views

Problems in navigator of coda 2

I started to use macbook and coda 2 recently, and I have a big problem with navigator. Actually, it doesn't work in right tab bar, but it shows everything in Path Bar. I mean in right tab when I ...
1
vote
2answers
67 views

Dummy mail server

In my development PC I want to see all mail sent using PHP mail() function. Is there any dummy mail server that could show all sent mail (regardless of their recipient) and collect them in a mail box ...
9
votes
3answers
17k views

How do I turn off caching in IIS7?

I'm developing an ASP classic site under Windows 7 (form a queue ladies). The problem is IIS seems to be heavily making use of its cache for both static and dynamic content which really conflicts with ...
0
votes
0answers
15 views

Chrome localStorage 'instances' staying in resources

So my application that I am developing using a browser uses localStorage a lot and I have found at times that hundreds of copies of localStorage for my domain is showing up, only one of them actually ...
0
votes
2answers
243 views

Setting up SVN with two clients and one server for a live site

I work with a client who has a dedicated Linux based Plesk server. The website (say example.com) is live and since there are huge modifications usually required, it is very difficult to make them work ...
-2
votes
2answers
41 views

How can I find out with which software a web page was written? [duplicate]

I'd like to know which software was used for the development of the web page http://www.daraz.pk and http://www.jabong.com . How can I do it? Is there any tool for Firefox that could help me finding ...
0
votes
1answer
34 views

How does someone that is blind interact with a website that has infographics?

I understand that there are some technologies that exist (text to speech, or that thing whistler had in Sneakers) that could enable someone that does not have sight to understand what is on a webpage. ...
1
vote
2answers
26 views

data transfer limit for Hosting a website [closed]

Most web hosting companies have a limited data transfer per month for web site hosting . Does this mean a malicious user could write a piece of software that periodically downloads a large file from ...
1
vote
2answers
471 views

How can I develop for Safari 6 without buying a mac?

I've always found that just developing in Windows, and using Safari for Windows has been sufficient. However, Safari 6 has now been released, and I've got at least one user who has contacted me, ...
1
vote
2answers
243 views

How to fix Notepad++ icons not showing?

I like to develop in Notepad++, but ever since I installed MS Office 2010, even after setting it as the default editor for all html/php/js files, I still get the XML Editor's icon in the file browser, ...
1
vote
3answers
254 views

Is there a simple Load Balancer app for development environment on Windows?

Does there exist a simple Load Balancer app for development on Windows? I am running a pair of JBoss 5.x instances in a cluster on a single machine. Normally , this configuration is load balanced ...
-2
votes
1answer
110 views

ASP.Net DotNetNuke: using pre-made websites [closed]

I would really appreciate any useful information in relation to this as I cannot find anything on the internet at all; despite the fact that it must be an issue that many users will encounter. I have ...
16
votes
4answers
7k views

How can I make Chrome stop caching redirects?

I am working on a web application that is using redirects (for pretty URLs). I am trying to debug logic in the way the redirects are working. However Google Chrome keeps remembering the redirects and ...
4
votes
2answers
2k views

How to prevent Chrome from refreshing page when viewing source?

When viewing page source in Google Chrome, the browser opens a new tab and basically pastes the URL in with the view-source: prefix. This is undesirable. As a developer, I may include some diagnostic ...
0
votes
0answers
215 views

Font Rendering Issue in Firefox 19

It seems that Firefox is rendering fonts a bit too thick. font-weight is set to the right values, the problem is partially solved when decreasing the weight 100 (from 300 to 200) but is then displayed ...
4
votes
1answer
69 views

Disabling cache selectively for development on Chrome

Is there any way to disable the cache on Google Chrome for certain aspects only, in such a way that images for instance remain cached but markup/js/css don't? I'm working on a rather graphic ...
-2
votes
1answer
63 views

How can I browse my localhost in web [closed]

Is it possible to browse my localhost in web? I tried to use port forwarding in my linksys router. I am using apache tomcat web server. Do I still need to ask my ISP to give me a static IP address?
1
vote
5answers
5k views

503 Service Unavailable - What really it means?

I developed a website and it loads in every other system but certainly not in mine ... WHen i used firebug my request show 503 Service Unavailable EDIT: My response was, Server squid/2.6.STABLE21 ...
4
votes
5answers
298 views

How do I (near) simultaneously make use of 2 different DNS systems/servers?

I often have to switch what IP a name resolves to in order to do certain tasks when constructing or more specifically moving websites/web apps, to a new platform/server. Many times I have to go back ...
1
vote
0answers
49 views

For developing multiple LAMP stacks; some mini-PC's or some USB boot images? [closed]

This would include best performance and require some storage of course ++ my other requirements... I want to create a few LAMP Stacks for web-development, so we can for example have debuging on and ...
6
votes
3answers
9k views

Getting XAMPP to work with multiple version of PHP

How can I install XAMPP to work with different versions of PHP? I use XAMPP because some of the scripts are buggy when run in WAMP. I use WAMP because it supports different versions of PHP. But now ...
0
votes
1answer
36 views

How do I need to configure Ampache to play music in the web interface?

I had an ampache server already before and I could play individual songs or playlists on the web interface through the PC speaker. I have now newly setup an ampache server which I can access with my ...
4
votes
5answers
2k views

What free online alternatives are there to FrontPage? [closed]

What's the best free online alternative to Microsoft FrontPage? I'm going to make a website for a friend, who will need to be able to edit it himself. All that's needed is something to create/edit ...
-1
votes
1answer
1k views

Best Linux Distro for web services (Nginx & node.js) on laptop: Compaq 6710b? [closed]

I haven't used Linux in 5+ years, aside from d/l occasional system recovery CDs off DistroWatch, so I don't know the current landscape. Related postings on this forum are several years old & may ...
3
votes
2answers
470 views

Map Local (like Charles Proxy) using Open Source

Is there a way to use Wireshark or some other freeware to get an outcome like one gets when using Charles' Map Local capability? The way it works in Charles is that you can specify a set of ...
0
votes
0answers
20 views

A WAMP environment with full choice of component versions?

My company uses specific versions of PHP, MYSQL on the production and I want to match on my development platform. Looking for a WAMP server which allows full choice of the versions of components and ...
1
vote
1answer
50 views

Redirecting a web page from a server I can't control to my personal domain

I am trying to redirect my web page provided by my university to my new personal domain. I don't have access to all the nuts and bolts of the server, but from my ftp login I added a .htaccess file. ...
1
vote
2answers
313 views

Copy Aptana-projects and connections from one computer to another

Is there a way to copy all the projects, connections and settings of Aptana Studio3 on one computer to another one running the exact same version of Aptana Studio3. The projects actually only exists ...
1
vote
1answer
104 views

How to forward local server on XXXX port to sever outside firewall on port XXXX

Using ssh -R 9333:localhost:9333 remotehost.com I'd like to be able to navigate to this via Chrome/Firefox/IE without have to use socks. http://domain.com:9333
58
votes
12answers
109k views

How to force Internet Explorer (IE) to REALLY reload the page?

When using Internet Explorer 8 to test my web application I often find it doesn't reload the page, so I don't see my changes. This has resulted in a lot of wasted time and frustration wondering why my ...
0
votes
1answer
480 views

Use Ubuntu Server as web server on Mac OS X via VirtualBox

I have successfully installed Ubuntu 12.10 Server edition using VirtualBox 4.2.6. I have set up terminal SSH access to the Ubuntu guest from my Mac OS X (host) I have installed nginx, mysql, etc by ...
-1
votes
1answer
116 views

Any good text editors with syntax highlighting for android? [closed]

I have a Sony Xperia Tipo device running 4.0.4 ICS. I'm looking for an app similiar to Notepad++ (with syntax highlighting) that I could use to develop my website. (PHP, JavaScript, HTML & CSS) ...
-1
votes
1answer
1k views

netflix streaming library list [closed]

I know this is a somewhat odd question but im working on it for a web programming project. Is there any place to get the current listing of ALL available streaming movies offered by Netflix?
0
votes
2answers
89 views

Emulator that can view website's mobile version [duplicate]

Possible Duplicate: Mobile Phone Browser Emulators/Simulators Does anyone knows programs that can view websites in their mobile version? I mean an emulator or something? I'm using windows ...
1
vote
1answer
21 views

How to make extension for Customizable websites?

I want to write an addon/extension/script that allows me to hide specific parts of a website and remember these preferences. The next time I visit the website, this content should be hidden from me.Is ...
57
votes
12answers
49k views

Looking for HTTP debugging proxy for Mac similar to Fiddler on Windows

In previous jobs when I've worked on a Windows machine, I've used Fiddler for viewing HTTP transactions and debugging. I'm specifically looking to monitor the HTTP transactions for an ajax site I'm ...
5
votes
1answer
134 views

Going overseas for while and using internet cafes, which precautions to take against keyloggers etc?

Ok lets say I'm taking an extended overseas trip and won't have a laptop with me. Reasons being it'll be too heavy to carry and also the country I'm in isn't very safe for carrying expensive items ...
1
vote
2answers
147 views

How do I locate php.ini?

I installed php on the server and php_info(); displays: Configuration File (php.ini) Path /home/gmcnulty/php However, I don't see anything there nor do I see any php directory? How do I ...
1
vote
1answer
27 views

how to install multi versons of google chrome browser in PC?

how to install multi versons of google chrome browser in PC? I want to test my web site in defferent versons of chrome
7
votes
8answers
608 views

Project Management Tools? [closed]

I'm looking for a better PM tool. Something like http://www.axosoft.com/ontime where it looks more like a e-mail client but preferably web hosted. Any recommendations?

1 2 3 4