website

what are the basic requirements for google adsense for our website

Hey all, Here i want google adsense on my website i developed website on python and google appengine my website is 1 month old can i get google adsense for this one? if yes than how??? and no than whats the basic requirement?? ...

Create an iPhone website which adjusts rendersize for portrait and landscape

I'm creating a simple mobile website to render specifically on iPhone. I have been researching the viewport setup in order to have the site fixed at 100% So far I have found that the dimensions are Portrait: 320px Landscape: 480px To render the page at full zoom I have used the following meta tag in the html <meta name="viewport" co...

how to save the webpage using c#???

How to save the webpage using c#? I need to open a dialog asking for the path to save the file. Any help? ...

IIS Windows Authentication 401.1 when accessed internally

I have an intranet site that our customer needs to access both internally and from the internet. The site has access restricted with Window Authentication. The problem is that the site works when access externally, but fails with a 401.1 when accessed from within the local network. Why would the authentication fail locally? DETAILS...

Geoserver and external website hosting

Hi, I have set up a webpage that calls wms from geoserver operating on localhost and using openlayers as a front end. Everything works perfectly well. The next step, however, causes a few issues. My website is hosted on an external server by another company. Therefore, when i upload the webpage it will not work, is there a way to so...

How to protect a file so it can only be accessed by java?

Okay I have a folder say... http://oldserver.net/file/index.jar How would I be able to protect the file "index.jar" from being downloaded from regular web browsers? I've seen this done before, I just want to protect it from being accessed from web browsers, and keep it strictly java download access only. What I mean by java download a...

Website script injection scan

Does anyone know of any script injection scanners that are able to detect if your website has been compromised (i.e. javascript that has been injected that should just not be there)? Update: found what I was looking for - http://sucuri.net/ ...

Implementing a breadcrumb into your SharePoint 2010 website?

Has anybody any sample code or excellent article links showing an implementation of a breadcrumb navigation into a SharePoint 2010 Website? ...

Upload photos to website from a text to a 1-800 number from mobile phone

I need the ability for someone to send a text with a photo attached to a 1-800 number from their mobile phone, and have that image uploaded/sent to a website. I'm at a bit of a loss on where to start with this. Can anyone point me in the right direction or let me know what would be involved and how to get started? Any insight is appre...

Which web hosts have an API?

I'd like to create a website creation tool that allows the user to publish their website on the web. I don't want to do the hosting side of it, so I'm looking for a web host that offers an API so that my app can programmatically create user accounts, upload files, etc. Note that FTP isn't enough because I want the user to be able to do ...

How are websites automatically zoomed out when browsed by mobile phones?

In my case I made the div width 500px, but it automatically zoomed out when browsed in a mobilephone How's the magic done exactly,is it device specific? ...

Website invite system that works

Hi all, I created a social network and i wanna know if there is any free invite systems i can add on my website that works. It can be a widget etc as long as it works. I have been using openinviter but this has siezed working. Is there any out there that works for you. i dnt use wordpress or joomla. ...

Way to gzip files like CSS, Javascript once and save them for serving to client instead of processing and gzipping every time a request is made

I believe this would be a more CPU friendly method, can it be implemented with php ?, instead of gzipping content for every request, I compress the files once and serve those instead =). ...

How to get started with sql and php?

I am just getting started in php and sql, I was wonder if how to link sql database to on my php code, I know how to create databases and i know a little about php, but i don't know how to link the databases to my code. i am using a database on my local server that i set up and i have already created a database, i tried writing a php scri...

Simple self-hosted website monitoring

Hi, I'm looking for a simple self hosted website monitoring tool. It should be somthing similar to watchmouse.com or pimgdom.com, with a nice UI, colorful charts and so on (Customers like that :)). At the moment we use Zabbix also for HTTP monitoring, but since now our hoster care about the hardware and software monitoring on the machi...

how to use python to run a google search and print out the results

Hi I wonder if you can help. I want to write a script in python that will run a query on google and output the results of the query as Thanks adaptive ...

Possible site hacking problem.

My site is opening by entering URL but not opening from Google results. Has the site been hacked? Or any fault from Google ...

Any flexible CMS perfect for restaurant website’s back-end?

I’m building a website for a restaurant which consists of several static pages like ‘About us’ and editable menu. I need a CMS flexible enough to be able to add items individually (by individually, I mean adding items doesn’t equal pasting a HTML list of n products into another static page). Each item should contain its name, descripti...

Hand over variables to a website without a querystring

I have a web-application (ASP.NET) and want to open another external webpage on another machine. I have to forward some information (variables) to that webpage, but they should not be part of the URL. So my question is, how can I achieve this without querystrings? ...

Google Chrome: Search API?

I'm looking for a way to expose Google-Search functionality on my site so that chrome users can use context-sensitive searching (e.g:) I know YouTube is owned by Google, but I couldn't remember which 3rd party sites I had seen this feature work on before. Anyway, I couldn't find any reference to this in google-labs or on code.google.c...