website

How to inherite IIS 6 web site properties from configuration file .xml

Hi, I am trying to create web sites from IIS manager. I already have few web site and Application pools. I want to add few more and this is gonna happen again in future. So what i need right now is i want to inherit the properties of previously created web site and apppool to this new website. I mean how can i inherit the properties fr...

What language or application should be used in developing website to make it secure and make it tough for hackers to hack it

I am planning to get my website development outsourced to a third party developer. Need your help in deciding on how/ what technology to be used to make it very secure. Since I am not a techie I need the website developed in a way, so that it is easy for me to maintain it and modify content easily if required. The main purpose of the we...

CSS Vertical Spacing Issue (Margin?) - Vertical Space Between Two Divs

I've got the layout of my site mostly done. On the domain I'm testing this layout on - http://networkgenius.org/ - there is a vertical space separating the content-wrapper div and the menu div. I have the margins set to 0px for the vertical spacing, and this is the only area that is separated like it is. I'd like the white content area ...

How to find the geolocation of an android user from webpage.

I am developing a webpage which requires the userlocation for loading some data. The web page is mainly intended for android users. I need to find the geo location of the user when the user opens that page? How can I do that? ...

How to extend a large website to an iPhone app?

I am trying to create an iPhone app for a large website (as big as amazon.com) and it involves using cookies and what not to get authenticated via the Apache intercepter and access the web services exposed by the main website. For that I am looking for strategies to go about developing it. I am new to iPhone development and I am mostly l...

chat with website visitors

Hi there is there any software like Yahoo pingbox from Hotmail? ...

some files not opening properly on hosting server awardspace

Hi, I've uploaded files for my website from my home test server to my hosting account on awardspace. It is weird that some pictures work when directlinking but others don't and I don't get why It are jpg files, and it's in a particular folder /images and even weirder is that with some jpg files in that folder direct linking works, but w...

Getting HTML source(NSData) from website that needs logging in (iphone)

NSData *data = [[NSData alloc] initWithContentsOfURL:url]; Url is an NSURL and it works fine. However I'd like to get the HTML (data) after I've logged in. So the website has a standard way of logging in with 2 textboxes and a submit action on the form. So how can I log in then get the HTMl source so I can parse it. Do i have to use ...

Web application starter kit

I am looking for a site that allows you to input a project name, choose a doctype, a js library etc. and then generates the directory structure and files to start a web project. I know about project deploy, but it is no longer maintained. There was a new one that was created within the last 2 or 3 months, but for the life of me I can't f...

how to show a UTC time as local time in a webpage

I have a database that holds a time as UTC. This time can be shown in a webpage, so I’ve been asked to show it as local time in the page as it can be viewed from any country. A colleague mentioned something about getting the country settings from the current thread but I couldn’t find any details on this. Is what I want to do possible? ...

What is the quickest and easiest way to just build a email html page? and subscribe page?

We just want to build a very quick webpage that has two pages. One page where there is a form where a user can fill out a form and email us. Another page for users to put in their email address to subscribe to our newsletter. What is the quickest way to build this? We are familiar with most web app technologies (asp, php, jsp, perl etc...

Website not available unless www is in front of the url in Chrome browser are there any tricks to fix this?

My website is accessible without www in the front of it in Firefox and Safari however for some reason it is not in Chrome. Is there anything that I need to change on my website host or in the html to make it accessible? ...

How to draw a map on a webpage that have links inside some area defined by the map?

I need to put a map in a webpage and I need that when the users clicks on certain area inside city limits on the map the user is redirected. Wich is the best way without using Flash? Define Hover polingons on a image. SVG on the browser. Some sort of Javascript, jQuery magical plugin out there? Google Maps? And example could be this...

download part (one element) of a HTML page?

Is it possible to only download one part of a webpage, so like one element and its sub elements. If it is how would you do it in objective C? ...

Tracking Viewing Habits of Website Visitors

Hello everyone! First time using this service for a question. I hope I am not asking something that has already been answered. I attempted to find an answer to my question with the search engine but i was unable to. My question is as follows: Using php, javascript, or anything actually, is it possible for me to track how my users are v...

Having a problem while creating a template in google sites

Hai, Exception in thread "main" java.lang.Error: Unresolved compilation problems: This error is occur while creating a new template in google sites using java programming. ...

Use jQuery on a variable instead on the DOM ? [solved]

In jQuery you can do : $("a[href$='.img']").each(function(index) { alert($(this).attr('href')); } I want to write a jQuery function which crawls x-levels from a website and collects all hrefs to gif images. So when I use the the get function to retrieve another page, $.get(href, function(data) { }); I want to be able to do s...

Applications for data scraping from websites and database creation

I am looking for application/software that will help me in scraping data from yellow pages, jigsaw and other similar kind of websites. I want to collect info like contact details/ name designation and email address. Please advice some software that will be able to do so, the price i am looking should be affordable or preferably free. ...

Implementing Multilingual web site using ASP.Net

Hi all, I am implementing an multilingual web site using ASP.Net. The languages are English,French and Arabic. Please note that Arabic's direction is RTL. What is the best way to implement the multilingual support. I am planning to use the .Net localization feature but the website texts are stored in DB. For the controls ( form controls...

PHP - file uploads and ways to prevent viruses from being uploaded in zip/rar archives

I am trying to provide a service on my website to allow users to upload files so others can download them. The issue is, since some of these files I will allow to upload will be .zip/.rar files, I am curious as to what ideas exist to help prevent the uploading of archives with Viruses/trojans etc. included. Some .zip files will include ...