website

Radio button accept just first selection on mobile website for iPhone

I developed a mobile website to be accessable by mobile devices, mainly iPhone and Android devices. And, to select the type of search to perform, I created 4 radio buttons. But, on iPhone when the user makes the first choice and try to choose another type of search, the radio button clicked just don't get selected! It's looks like a bug ...

Share Content between Web and Mobile Website

I am creating a mobile version of my website. It is nothing fancy, just a few pages. I would like to be able to share the content in both form, without having to update it in two places. Is the easiest way to do this with CSS? Or can I create some sort of XML or text file and read it in both sites? Here is what I ended up using: <!--[i...

a strange popup window opens in website

Hi there, i have a games website. in that there are more than 4000 flash games available. Now my problem is in my website i am getting a strange popup window whenever i first open up my web site in a day that pop up appears with sometimes google, sometimes yahoo sometimes and somee other sites..i dont know how the popups are coming.. ...

add user page to a hosted website

I have a website that my company hosted using hubspot.. now the guy who made it is gone.. Currently all the code is in the front end which i think was made by using the CMS tool of hubspot. What i need to do is add another page to this website which has my code and also has a backend code in it. Plese help me how do i proceed.. i am c...

How to hide urls from appearing in the address bar (using javascript)

Hello all, I am developing an embedded web server. Now, I have an access validation page (e.g. http://192.168.1.1/) at the very start that accepts username and password and validates it and later redirects the users to the actual device control web page (http://192.168.1.1/devicecontrol.html). I do not want the actual url to appear on t...

how can i know in which state a server is located?

hi, i working on a project which compare between load time of websites on different server around the world. in my project i need to buy a spot for a website in several servers but i don't know in which country the server is actually located. i found an add-on in firefox called "flagfox" (i'm not related to the program, to check it visi...

Platform For Volunteer Management Website

I help out at a local soup kitchen, and they are wanting to create a website. Most of their criteria are pretty simple, they want to be able to have a calendar, post pictures, and have a blog. However they also want to be able to manage volunteer's. They want to be able to post a event, have a list of jobs that they need volunteer's f...

Moved website, now images broken

Hi guys, Unsure if this should be on here or serverfault so apologies if I'm wrong. I just moved my site from one folder to another on my server (what happened was, I was doing an update, which didn't quite work, so I transferred all the old files back). Now all my images on the site are broken. Does anyone know why this happens? Or...

Found website scam. What do I do?

Might not be a technical question but someone might know what to do. Some totally copied friends's website only changing contact number. This is obviously a scam because the website is for a hotel. What can he do to shut them down? ...

Make your site anti-bot?

I remember a site closed due to misuse and i wonder if bots have a part of it. If the bot is POSTing something to my site what are ways i can combat it? I was thinking of setting some cookies and having the cookies changed via javascript + timestamp and sign (so yesterdays cookies cant be used today and next week). I'm sure most people/...

Website Architecture Question

If our website's backend is expose via apis (secured and everything) , is it a good idea to develop the website only in JQuery? Like one commenter said, JQuery will be calling the API's. Edit again: The entire idea behind this is to achieve scaleability. For example, the same api's could then be used on Mobile or something else. ...

Create the website first or set up Jquery on Cakephp?

I have set up Cakephp with admin login, but I do not have a page design. Now what? Do I have the site designed by a web-designer, or will this conflict with the person that is writing my fresh Jquery code. What about CSS? Is the Jquery developer going to know how to attach them? What comes first, the horse or carriage? Which ones th...

Is SQLite suitable for web site usage

I have a database of 50MB size in SQLite 3. All db objects are accessed through a web service. Is SQLite a good choice for an concurrent online usage of about 500 parallel users. NOTE: Users will use same tables but not same rows. Each user can see/update/delete only his data. ...

Integration between local LAN application and website

Hi all, I have a php application running on the local xampp server, the application has data that needs to be synced with a website database. The application and website are in php/mysql...My question is how can i sync them up keeping in mind security issues. Thnx. ...

Getting Data from PAC file

Is it possible to execute the Javascript in a PAC file from a .Net windows application to return the proxy server? ...

Design patterns for multiple language website?

Lets say I'm designing a website where we have English, French, Spanish, German, and Korea (I'm not, but lets pretend I am). I cannot rely upon services such as google translate, as the nature of the website is not for entertainment but business. Lets say I have access to professional translators that can translate something in context ...

ASP.NET sending email through exchange problem

I have an exchange 2010 server running on Windows 2008 R2, I also have a remote webserver running Windows 2003 with multiple sites on it (all asp.net mvc 2 sites). I setup a Transport in exchange and all the websites on my remote web server can send email no problem to anyone in the exchange server and to any external domain. Now for my...

Create a website that lets users create a website?

I have always written websites that interact with the endusers directly. Now I want to create a website that lets users create their own websites - from scratch. Almost like Drupal online, I provide all the unit blocks for them to use to build their own website. They just drag and drop text fields, buttons, (div) containers etc. I hav...

Cannot access WebService stored on Windows Server 2003 from inside Windows Server 2003

Hey all In all cases we are running .NET Framework 3.5 My company has a server running Windows Server 2003 R2 (Service Pack 2), 32-bit processor. The IIS instance on this machine runs several Websites. One of the Websites we are running is Microsoft CRM 4. When I attempt to log in to CRM from my local PC, everything's perfectly straig...

Is it a good idea to use XML files to present data that is not updated often? VS MYSQL query

Hi, I'm building my website and I'd like to limit calls to my MYSQL database. One idea I have is to use XML files to present information that does not need to be updated as regularly as every page load. Two example are Site navigation which might only change once a week. The number of items in stock which will in most situations on...