0
votes
0answers
2 views
Web site aggregation with twitter widget SSL issue
Hello!
I'm seeking for solution how to isolate widget included by partial to main site. Issue appear when user access site with https. Ie 6,7 shows security confirmation dialog (part of website …
3
votes
4answers
95 views
Browser support of multipart responses
Hi,
I would like to create a HTTP response, using multipart/mixed, but I'm not sure which browsers support it; and if it's as convenient as it sounds, from the client's point of view.
To be honest, I …
1
vote
1answer
15 views
How should the SENDER header be used in Emails
Hi
I've got a web app which I'm sending emails from. I want the emails to appear to come from users of the system, but guessing that these will appear as spoofed emails as they aren't coming from …
2
votes
8answers
2k views
Can I use commas in a URL?
I typically use URL rewriting to pass content IDs to my website, so this
Foo.1.aspx
rewrites to
Foo.aspx?id=1
For a specific application I need to pass in multiple IDs to a single page, so …
0
votes
1answer
24 views
Sending out a media-url served on a static server in django
Hi, I have a flash file which is on a separate media server and the relative path is
/flash/as3.swf
I want to pass this to the template so when it gets rendered it gives the absolute path i.e.
…
0
votes
2answers
57 views
SVN setup on semi-dedicated server (Linux)
Hi, I'm going through the process of setting up SVN on my remote web server (Linux Centos), and I'm needing a bit of help to make sure I do it correctly. So far I've installed SVN and used svnadmin …
1
vote
2answers
27 views
CodeIgniter URLs
Hi,
Any one of you who has worked on CI, knows that it uses segmental approach for the urls eg:
index.php/controller/function/params
Let's suppose I have put in place following URL to submit the …
1
vote
2answers
169 views
Jquery ajax calls in ASP.NET webservice vs page method
I am making an AJAX call in my ASP.NET application via Jquery to a page method.
$.ajax({
type: "POST",
url: "APage.aspx/GetDropDowns",
data: "{'AId':'1'}",
contentType: …
11
votes
12answers
365 views
Web Development: Do we still need to support non-javascript users?
Background: I'm working on an e-commerce website. It was my original intention to add JavaScript on top of regular html pages, so that users with JS support got the added benefits, but users without …
1
vote
5answers
89 views
Should I support all (6, 7, 8) IE versions? [closed]
I have FireFox, Opera and Chromium web browsers on my Ubuntu box and I manage to run cycles of development and testing pretty quickly (and happily).
The best part is the small css files I mange to …
1
vote
4answers
35 views
PHP echo duplicate rows when none exist
<html>
<head>
<title>Test</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<?php
$username ="matt";
$pass = …
5
votes
4answers
302 views
Can you recommend an easy to use easy to develop CMS?
We need some easy way to manage web sites at our company, and we are evaluating some CMS tools for this purpose.
We do not yet know what features the sites will need to have (but it will definitely …
0
votes
0answers
18 views
jQuery range slider - grab the bar between the handles
Is there any way to modify a jQuery range slider so that you can grab the bar between the handles to slide the selected range? If you try to grab the bar, it jumps to one of the handles.
This page …
2
votes
1answer
16 views
how to stop numbers to be formatted as telephone number on a blackberry browser
Hi,
I am developing web pages for blackberry 8700. I have few 5 digits or sometimes 10 digits numbers in my page. These number are displayed or formatted as mobile numbers and on click of the same a …
1
vote
2answers
27 views
Post to web page text box
Ive searched all of google and i cant seem to find the method for doing this when it seems so simple! All i have is a text box on a webpage, and given the text box id i want to write a value in it …
