website

Visual studio 2010 Requires Run as Admin to build website

I am using Visual Studio 2010 ultimate and have a solution that contains a website project. Under XP Pro evrything built fine. I moved over to a new machine running Windows 7 Ultimate, and now when I go to build the website I get the following error meesage: ------ Build started: Project: C:...\WebSite\, Configuration: Debug Any CPU -...

How to create directory like urls for each page on a website

Hi, I have a content site that spreads across multiple pages but there is only 1 index.php file which retrieves the data from the database based on the page no. Currently the url direction has to be something like domainname.com/Page/content.php?page=3 I have noticed, quite a few sites have directory like structure for the urls like: ...

why near 1 month , but google dont crawl my website?

why near 1 month , but google dont crawl my website? my website is new , only 1 month. Google crawl it when it but only at begin of release website. Now near 1 month it dont change on cache of google. Can it is normal ? Edit: I just check again , it changed ( morning, i dont change o_o ).But it dont craw all my page , crawl very litle...

Website for checking in which programing language code was written?

Do you know any site which can check this? I think, that i saw sometime ago, some kind of pastebin service which had option "autodetect", but I can't find it anymore. Do you know something which could help me? ...

How can I redirect my wb site visitors to an m.mydomain.com version when started from a mobile phone ?

How can I (or would you) redirect visitors visiting your web pages when they are viewing your site from a mobile phone ? I want to set up a site with the (standard?) m. prefix. Idially I would my visitors to be redirected to these pages when they visit my site using a mobile phone ? I am using Windows IIS6 and IIS7. ...

CakePHP website mobile version

Hi, I have developped a full website with CakePHP framework and we'd like to make a very light version of the website for mobile devices (mainly iPhone/iPad). Is there a way to use the existing website with a new sub domain (for instance mobile.mywebsite.com) which will render specific views? I would like to avoid copying and simplifyin...

Web: The system will record the length of time the user displayed each page.

I have this requirement: The system will record the length of time the user displayed each page. While trivial in a rich-client app, I have no idea how people usually go about tracking this. Edited: By John Hartsock I have always been curious about this and It seems to me that this could be possible with the use of document.onun...

Real time website visitor tracking system

Hi, I want to develop an application that allows me to track website visitors. I'm exploring node.js now as an alternative for this. This system will have 3 parts: 1.) Server side script, probably a node.js server. 2.) Air application would be the client. It will connect to the node.js server and display the users online. 3.) Javascrip...

Query on data exchange between web sites

All, I have made my own website where the user enters his/her address. Based on the address, I am sending across the same information to various sites such as Foursquare, yelp to find all the information about the neighborhood. How should I go about technically implementing this feature(s)? This might be a broad question, but I really d...

When designing a website, do you need to consider users who disable CSS?

Have we finally got to the point where we assume CSS2, and hope for CSS3? (Not looking for discussion, if the answer is "yes, you idiot", go for it...) ...

Flex/BlazeDS Trading application - How to create a professional looking website ?

Hi, I am a Flex/Java developer, in the process of creating a Financial/Trading website for a start-up company. The default look and feel of Flex (out of the box) is pretty plain and bland (in terms of the default styles). Can anybody recommend the easiest way for me (as a developer) to make the website look as polished and professional ...

Website crashing (in) Firefox

Hi I have created a newly designed site that went live just last week. I have had reports back from a friend of a friend that it crashes in Firefox. They haven't passed on what version they are using, but hinted that it was on the mac. I haven't been able to recreate this crash at all, and wondered if anybody out there either experienc...

What are good resources for learning about the web back-end?

There seems to be a very large deficit of information out there when it comes to web programming. All the resources I can find try are based on teaching you the front-end (HTML/CSS/scripting) in a specific language, but they don't go deep when explaining what is happening on the back-end. Know any good resources? For example, the replie...

Good practice: Pagination links in html lists?

Do we put pagination links in html lists like for instance we do it with navigation links? ...

blog on website

hi, Is there any way to install blogger on a website? For example, my website willbe www.blog.someurl.com or www.someurl.com/blog Thanks in advance ...

I want to select who can view comment posted on a website through FB comment box to my wall

In my facebook profile I arranged groups, so I can select to which group each post is visible. If I post a comment on a website through facebook comment box and check I want to post comment also on my facebook wall, selecting groups is not possible. Even if I go to my wall - the only option is to delete post from my wall. I want that p...

How can one avoid a 404 redirect from an ISP?

I believe some of the subdomains of stackexchange just went down. This event reminded me of a question I've been meaning to ask. As stated, "How can one avoid a 404 redirect from an ISP?" For example, I type in the Webapps url right now and I can't get to it; however, instead of showing me what is probably a very useful 404 page from ...

Events Website CMS/Framework Suggestions

I'm planning to build a website that has the following in the first Phase Events List Events Management by admin Register for events (buy tickets) News List Manage News Support Multi-Language In the next phase i would like the site to be a social networking site (considering elgg) I want the website to be light and fast. I've tried ...

How should I host multiple Pylons websites on the one server?

I currently have one Pylons website running on my server that is setup using nginx as a proxy to Paster. In the near future, I plan to host another Pylons site on the same server. If I were to go the same route and use nginx+Paster, it would mean running two paster instances on different ports and then using the one nginx server as a pr...

How to periodically update php?

I need my site to occasionally read a file in order to update itself. (Daily or weekly if possible) Is php capable of this alone? (From what I've seen the answer is "no") What else can I use to do this? (Sql seems like it might work, but I've searched and can't tell for sure) ...