The web-development tag has no wiki summary.
1
vote
1answer
18 views
Simplifying Tightly Packing Multiple Images
I’m trying to place several images in a blog entry and am finding it a challenge to determine the correct order and CSS alignments to pack them tightly so that there is minimal space. I tried simply ...
0
votes
0answers
5 views
Connecting to multiple client's local SQL servers from Cloud based IIS
I am developing a web app that is not doing anything fancy. The parent company wants to use a cloud based IIS service to support the web app and then submit the information to the client's local SQL ...
2
votes
2answers
28 views
Firefox “forget site” functionality or add-on
Does there exist any add-on for Firefox for selectively removing history (cache, cookies) for certain sites only?
This would be useful for web development to clear the browser state regarding the ...
0
votes
1answer
27 views
Setting up Vhosts or .Htaccess file to shorten links in site development under Snow Leopard
I have a synced folder that multiple people develop on and it's located at /Users/myname/Sites/SharedCloud, which I access at localhost/~myname/SharedCloud/ and sometimes going through the project ...
-1
votes
0answers
13 views
What's the best way to use headers and footers in large-ish PHP applications using HTML5BP? [closed]
I'm just starting up a new web application with real direction and I'm excited to get everything cross-browser compatible, efficient and expandable.
I just don't know what to do about header and ...
-1
votes
0answers
26 views
What are the pros and cons of Object and Merge Drawing Modes in Flash? [migrated]
I've just started learning Flash and I understand there are two types of Drawing Modes: Object and Merge.
I understand the differences in practicality, as illustrated by this image (merge):
But ...
0
votes
0answers
9 views
3 Table, SQL Query [migrated]
I am trying to write a SQL query that pulls from 3 tables and haven't been able to achieve the results I need. I want to return all the property names (labels) that are paired with a particular ...
-2
votes
0answers
41 views
Learning Flash for web adverts [closed]
I know this is an "open" question, but the collective expertise on this site will likely yield useful answers, and I will try to be as specific as possible so my question is less open-ended...
...
-3
votes
0answers
27 views
online free point of sale [closed]
I am looking for an online software ready to use for point of sale applications. It should be available for free or a small fee.
What I am looking for in the software is customer, suppliers, ...
0
votes
0answers
18 views
is there a better fulltext db than mysql &how to get help to go on line? [closed]
three issues.
i developed a nice classified ads website in php using mysql/myisam. now i find that people say myisam crashes and corrupts db after 100+ users online. so i want an easy replacement ...
-1
votes
0answers
43 views
what platform was used to create superuser.com and please show how to create a blog? [closed]
I am an 'oldie' enthusiast just learning IT and have spent last year using php.
Now i hear good things about wordpress, drupal and rubi on rails.
I don't really understand blogs properly - but using ...
0
votes
1answer
44 views
Setting up local virtual host on Macbook
Trying to setup apache virtual host on my macbook pro for development.
Want to setup site so i can use the following url format.
http://example.local
This resolves to apache's default ...
2
votes
2answers
86 views
Visual Studio 2010, how can I start only one web project in a solution when debugging?
In Visual Studio 2005, choosing to debug a specific web project only starts an ASP.NET Development Server for the project selected.
In Visual Studio 2010, debugging starts an ASP.NET Development ...
0
votes
0answers
18 views
Exposing BL as WCF service
I'm working on a middle-tier project which encapsulates the business logic (uses a DAL layer, and serves a web application server [ASP.net]) of a product deployed in a LAN. The BL serves as a bunch of ...
1
vote
2answers
91 views
Proxying fake domain to a localhost port
I'd like to do much the same thing described at Redirect Domain Name to Localhost for web app development purposes, but with the twist that I'd like requests to fakedomain.com:80 to be routed to ...
3
votes
1answer
230 views
How can I open listen ports on an Amazon EC2 instance?
I'm using Amazon EC2 micro instance with Ubuntu 11.04 on it (official AMI by Canonical). I have created a new security group for this instance:
Inbound:
22 (SSH) 0.0.0.0/0
80 (HTTP) 0.0.0.0/0
...
0
votes
0answers
120 views
403 Forbidden Access to SugarSync folder in Sites under Mac OS Lion
Edit: If anyone has any comments or any idea whatsoever, please feel free to add your two cents. I would really appreciate any help on this matter, or any alternatives either. All I really need is a ...
-1
votes
1answer
30 views
Dynamic web pages in PHP [closed]
I just need a quick pointer.
I am making a personal webpage about myself, and want to make dynamic pages with the same layout
.
Basically, every webpage has the same layout (template?) and I want to ...
0
votes
0answers
33 views
Port Forwarding in DLINK ADSL Router
I am currently using DLINK DSL-2520u Modem to test my web site by locally hosting and checking it over internet.
As it is a single port router I have only attached one pc,(Which is at 192.168.1.2) to ...
3
votes
2answers
198 views
How to access http://localhost on the host operating system if the server is in a virtual machine?
I always used XAMPP for my LAMP environment and developed directly on Windows 7. But now I want to do all my web development on Linux so I installed Ubuntu in virtualbox and installed PHP/MySQL and ...
1
vote
0answers
94 views
Unable to start XAMPP on Windows 7
I downloaded XAMPP on Windows 7 and installed it in E:, but I am unable to start it.
When I check http://localhost in the browser, I see an error page.
In the XAMPP control panel, Apache is ...
0
votes
0answers
15 views
How can I set up a Keyboard shortcut for the Web Developer “Display Rule” menu item?
The Web Developer Toolbar for Firefox has a great tool called "Display Ruler" - but it is buried in the menu and I'd like to be able to set up a keyboard shortcut for it.
This is not in the ...
0
votes
1answer
57 views
Switch back and forth for DNS resolution
I couldn't figure out which network I should ask this question on so if you feel it would be better elsewhere let me know.
I often have to switch what IP a name resolves to in order to do certain ...
1
vote
2answers
79 views
PHP / SQL development environment on USB flash drive (OS independent)
I am looking for a way to set up a development environment for web applications (using PHP and either MySQL or SQLite) on a USB flash drive: that means at least a web server, a database manager and ...
0
votes
0answers
49 views
What is more reliable: using separate Eclipse packages or all the components in a single installation [closed]
My primary purpose is to develop web apps, so I use Eclipse for that, but I also would like to use it for my student projects which are most oftenly in C++ or Java. Should I just install 3 editions in ...
2
votes
1answer
70 views
Is there a way to make web browsers completely reload a webpage? [closed]
Possible Duplicate:
How to force Internet Explorer (IE) to REALLY reload the page?
Does holding down Ctrl/Shift while clicking refresh actually have an effect in modern browsers?
I don't ...
1
vote
0answers
29 views
Block certain script in the Chrome / Chrome Dev Tools
Is there a way to block let's say some_script.js from domain.com but not all of them?
0
votes
0answers
21 views
Logo Templates collection site required? [closed]
Looking for exclusive collection of Logo Templates - Is there any site?
1
vote
1answer
235 views
Is it worth using SSD on my notebook [closed]
I have an HP nc8430 notebook that's a bit more than 4 years old now. I've maxed RAM on it (4GB) and put a Seagate Momentus 7200 320GB (ST9320421AS) disk in it. I use it as my primary development ...
0
votes
0answers
110 views
Illustrator CS 5.1 Save for Web and Devices creates empty files
So, I'm attempting to "Generate CSS layers using Illustrator" following the steps documented here: ...
0
votes
1answer
276 views
Is there a cheap option for restreaming from an MJPEG IP camera in Flash format?
We're working with Axis brand cameras and media encoders (1 camera, 1 encoder) that are outputting MJPEG format video to our web server. We then need to show these streams on a website. Clients will ...
0
votes
1answer
87 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 ...
-2
votes
2answers
46 views
What are CGI scripts? [closed]
Can someone please post a concrete example of a CGI script and explain how it is handled by the web server?
1
vote
1answer
33 views
Is there a simple way to add a permanent 'hide' button to items/rows of existing sites?
Is there a simple way to add a 'hide' button to items/rows of existing sites?
The idea is that you don't want to see the same item over and over again.
As a simple example, look at the top reddit ...
2
votes
1answer
367 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 ...
0
votes
0answers
76 views
Internet Explorer 8 form auto login
How can I configure Internet Explorer 8 to automatically log in to an intranet application form when I visit the application address ?
Is there a add-on for this or a setting that I have to make ?
2
votes
2answers
104 views
Workflow: suggest a versioning and file control for Designer and Developer
Our company are having hard time managing project files and managing versions of PSD, HTML, PHP, and CSS files.
Can anyone recommend a good software or workflow to handle files and versions.
Here's ...
5
votes
2answers
468 views
Performance issues when using SSD for a developer notebook (WAMP/LAMP stack)?
I'm a web application developer using my notebook as a standalone development environment (WAMP stack). I just switched from a Core2-duo Vista 32 bit notebook with 2Gb RAM and SATA HDD, to an i5-2520M ...
0
votes
0answers
33 views
Revert all changes make to Mac OS X web sharing
I've been messing about with apache2 php and mysql today and I've taken a few wrong turns. I'd rather install XAMPP than try to figure out all the problems.
I did a time machine backup a few days ago ...
0
votes
0answers
65 views
Debian package for Super-NGINX?
Does a debian package exists for Super-NGINX.
If so, where can I access it?
(I obviously can't find it)
0
votes
0answers
96 views
SSI include not working on GoDaddy IIS7 Web Hosting Economy Plan
I have a website with Godaddy and my hosting plan is Windows with IIS7. I made a test page with an SSI include to see if it works on their server, which, according to the hosting plan it should. But ...
0
votes
0answers
62 views
Using Adobe Contribute to setup a site for client to edit
I'm thinking of setting up a website for a client so that they can make minor changes to it themselves after I've handed it over. Making the content that's likely to change databound seems overkill in ...
1
vote
3answers
75 views
software adding annotation and comments for screenshot
Is there a software that you can recommend that lets you doodle or add annotation in screenshot?
I need to be productive to my web-developer if I'm doing some instruction or comment on his websites. ...
1
vote
2answers
93 views
Software to check browser compatibility of a website
Is there a software that is package to check browser compatibility with most major browser? I use browsershots.org, but it isn't that efficient because it would only return a screenshot of your ...
1
vote
1answer
38 views
Anyway to change a websites markup in Chrome?
When you right click in Chrome and select Inspect Element, you can edit the styling and the content. I cannot figure out a way to edit the markup though. Anytime I try to add HTML, it just gets ...
0
votes
1answer
54 views
Shorten the web URL
I am using a webapplication using simple jsp's, servlet and Struts. I am using Jetty 6.1.26 as a webserver. Is it possible for me to shorten the url that i have. For e.g.
I know that i will always be ...
0
votes
0answers
37 views
How can I specify internal vertical lines between the columns of a table in Textile?
How can I specify internal vertical lines between the columns of a table in Textile?
I know how to specify that a table has a border but I can't work out how to add internal column separators to the ...
1
vote
2answers
162 views
what flavor of linux is popularly used in companies running web applications?
i lack some knowledge in linux and was wondering what flavor of linux is popularly used at companies who operate web applications. i know there are alot of them and i worry that if i learn one flavor ...
0
votes
1answer
66 views
what typically consumes more ram on a website?
i have a mac and im using the new firefox 4 just testing to see if it will use less ram usage than before. when i open facebook and flickr the usage flys up. what is typically sucking more ram? im ...
0
votes
2answers
96 views
Firefox plugin to update document after file saved
I like how CSS edit has a live preview which updates after you edit a CSS file. I've been doing similar with Firebug and tweaking CSS however that is only temporary. I usually edit files in Textmate ...