website

2 IP addresses for 1 website

I have a website that is totally in French. I plan to have an english version since few months. Everything work fine, people can switch their language and the session handle their language. The problematic is that now I have bought a domain that is different of the french one and I guess it will require to point to the same sub-domain o...

How to launch my web page in a web hosting domain?

Am very to new to web development. I have the web pages; web pages are developed in html, CSS Style sheet. For Example I have the ftp domain or crystal.com for hosting my web page For hosting my web pages, I have to create setup file for hosting my web page or simply post my html files. Can any one tell the procedure, what are the ...

Converting an web page image layout to HTML

A graphic designer created a web page design and I have it in PSD now. What are the tools or techniques used to easily convert this image into HTML. ...

Maintain Links on a website

Hi all I want to know how you control on your webpage your links which link to external sites. Sometimes it can be that an external site just vanishes and you don't know that such an event occurred. I am thinking about making an excel sheet which holds all links and it's places from the website. Then I go manually monthly over all link...

How can I make JavaScript make (produce) new page?

I would like to make a button on a page that can call a JS function in the same page. the function will need to produce (open) new window which its HTML code was given from the JS function itself. How can I do that? The purpose of this is to produce a print friendly page out of a specific page. Please notice: No AJAX can be used. ...

Is using flash on a website homepage considered bad practice?

Hi, We are revising our company website and I wondered if it considered bad practise to use flash on the home page. This would cause issues for those users who dont have flash installed (and maybe dont want flash) Thanks ...

Cannot deploy Aspx website, App_code folder classes become unreadable

I have recently finished creating my website, I have therefore come to the stage where I have to deploy it to a live server however when copying across, all of the App_Code, App_Data and Bin folder items become unaccessible. All of the classes are fine when I run on my dev server but once the files go across (exactly as they are) I can n...

Loading another html page from javascript

Is it possible to load a Javascript program from an html page and then make the Javascript load another html page instead of the page the loaded the program? ...

upgrading ASP.NET website for IE8/Firefox

Hi, I need to upgrade a ASP.NET website for IE8. it works fine in IE6, but not in IE8. I don't want to run it in any backward compatibility mode. I would like to make any code changes that are required to make it fully compliant with IE8/Firefox. what is the best and/or easiest way to do that? is it just a case of going through each of...

username Logging on google analytics

All, I have a site named xyz.com. To track the activities on this website i have used google analytics. Ans to access xyz.com the user has to be logged in. i.So my question is how do we track the usernames logged into the account. ii.How to keep track of all the links that is clicked on the website.(Will google analytics listout all th...

Drag and drop a link on the desktop to create a shortcut

My client asked me a interesting thing today. Drag and drop a link in the browser on the desktop to create a shortcut to the linked webpage. We have a web-application and it could be very good to enable the user to directly connect their application. Do you have any idea of how to do that ? ...

Website that recognizes user's location/IP & changes lang. based on that

Hello, title is pretty clear. My websites consists of both English-written and Spanish-written versions. You can go to the main site, which is in Spanish, by clicking http://www.chrishonn.com and to the translated version, which is in English, at http://en.chrishonn.com. At the index of each page there is a link (at the bottom) which al...

making website iphone compatible

hello to all, i was asked by a client to set up a landing page for iphone users. the page already exists - very simple, just a few images and text. i need to: - make sure its iphone compatible (any special tags or definitions?) - make sure google mobile search indexes it as a mobile page - in the home page (different page, for all users...

How can I change the project web page in SourceForge?

Hi all, I have a project in SourceForge: Kryptostr, and I want to modify the default web page. How can I do this? Can I use javascript? Can I use some kind of server web language as ASP, PHP, etc.? ...

Designing full website using java applets

Hi, I want some suggestions. I want to create a website with using Java Applets. Could u pls suggest me if I am thinking in the right way or not? What are the problems (other than development) my site will have to face, mean like flash plugin, users having JRE installed on their system or not, The applet based site performs good on ea...

Trying to attached jpeg file on ASP.NET Mail Code

Hello all i got a mail code like this body = "Dear " & cName & "," & vbcrlf & vbcrlf & "Your request for the " & vehHeader & " (" & FormatCurrency(vehPrice)& ")" & " has been received and will be reviewed promptly." & vbcrlf & "We will contact you shortly to verify your information." & vbcrlf & vbcrlf & "Thank you for using website" App...

color of scrollbars within the page

Hi everyone, I need help. My main page has a long table that will typically be approximately 2 screens "tall" (assuming a 1024x768 browser window). I want the user to be able to browse that table up and down, while always having a set of control buttons available in the currently visible portion of the page. AND to retain contr...

Techs needed for building a online radio website....?

Hi everyone.... i need to build a website that streams music from an online radio station...? In this website, the user can choose from different channels and listen to music.... What are the possible softwares or technologies that i can use to build this....? I will be using php for server side.... I am researching about what else i...

How do I write a secure ClientAccessPolicy.xml file?

I'm using a ClientAccessPolicy.xml file that I think allows pretty much all access to my WCF service: <?xml version=""1.0"" encoding=""utf-8""?> <access-policy> <cross-domain-access> <policy> <allow-from http-request-headers=""*""> <domain uri=""*""/> </allow-fr...

php registration form - limit emails

i want to restrict certain emails to my website. an example would be that i only want people with gmail accounts to register to my website. { /* Check if valid email address */ $regex = "^[_+a-z0-9-]+(\.[_+a-z0-9-]+)*" ."@[a-z0-9-]+(\.[a-z0-9-]{1,})*" ."\.([a-z]{2,}){1}$"; if(!eregi($regex,$sube...