website

Creating a script which helps present grades faster, and more efficiently

I am a high school student reasonably concerned about my grades, and when I check them through a system known as Zangle! Student Connection, it is mildly painful in how long it takes. I was wondering if it would be possible to construct a script, in whichever language is deemed appropriate, to login for me, based on a pre-entered login ...

Creating a subversion repository for website.

What is the best practice for creating a website repository? Is the repository the live on the and does not require moving files from the repo? Or do you need to move files from the server repository to the web server? ...

have domain specified inside the links of pages generated with Umbraco

Not sure the title explains what I want to do, so here goes: I have a website constructed with Umbraco 4.5.x and the links in the pages use relative paths. I want to have the domain prepended to these links and don't know how to do that; I didn't really used Umbraco so I am a newby at this :(. What I want to do is replace links like: <...

What is the URL of the website that shows the technology used and allows to search for websites for each technology/script.

I remember that I saw some resource that allowed to see which technology is used on each website. e.g. in Linux with php and the especially it gave information about the scripts that website utilize. e.g. Google Analytics, Google Adsense, Tribal Fusion, jQuery... Also it was possible to see all websites that use each (or groups of) tech...

IE not printing disabled radio button's selection

I have a set of radio buttons that are all disabled, and one of them is selected. In IE8, when I print the web page, the selected radio button is not showing as selected. However, this works fine in FireFox. Any ideas? ...

What are the pros and cons of using a web template versus building a site from the bottom up?

I've talked to a few people, and I've heard differing opinions. Some say that building a website- in this case, a tourism site for my hometown- using HTML, CSS, and Javascript that I've written myself, as much as possible. Having started from that mentality, I find even using a Javascript library a little worrisome. However, others say t...

How do you start to build a website?

So ,how do you start to build a website? Do you write something like documentation or you keep in mind what are you going to do? From where you start to build it? From the login system or you leave it last? ...

Scaling a PHP website

Hi, Is there a standard solution to scale up a website which runs on PHP + Apache web server ? As in I get a traffic of about 100,000 requests/day as of now. 6 months down the line I expect it to grow to 200,000 requests/day. The first cut solution which comes to my mind is deploying more Apache web servers with mod_php, but something s...

how can i send a message from my website on a server to my PC?

hi, i have few websites on servers around the world that run a certein function and i want that the site will send the output directly to my computer (no neccessary my computer, it can be my other website that is located in my country, the important thing is that the data will arrive form the site to my location on the globe). thanks, yi...

Flash website + google indexing

This question has prolly been asked a zillion times and google is full of it but... I can't find nothing concrete. So I got a Flash website that loads html files. In the html files is the content (text). Google doesn't find the text (tried quoting a line for example to get precise search results). So what must I do? ...

Auction website - Auction ends with winning bidder goes into ended in account rather than sold

Hi, I have an auction website www.partsupplyonline.com. When an item is bid on and reaches the reserve, it should go into "won" or "sold" in the users account. Instead, it just goes into ended? I have a cron job set up, which closes the auction every 5 minutes, which is wget http://www.partsupplyonline.com/cron/cron1.php >/dev/null Pleas...

Facebook starts over PHP or JAVA?

If Facebook were to start over what should it use PHP or JAVA (J2EE)? Why? Special considerations: Scaling Development speed Maintainability Development tools Development costs 3rd party applications Security Deployment speed ...

about static text link

hi, what is meant by 'static text link'with reference to a web page. ...

Facebook starts over PHP or JAVA?

I'm a business guy, and would like to understand some of the differences between these two technologies when they apply directly to Facebook, and the 6 points below. If Facebook were to start over what should it use PHP or JAVA? Why? Special considerations: Scaling Development speed Maintainability Development tools Development costs...

How to Tell if Click Came from Google Search

Hey There, I'd like to know if there is a way to detect whether the user has entered the website from an Organic Link from Google on certain key words? What I am trying to do is provide additional information to appear to those who found my site via Google? Thanks! ...

How do I benchmark a web page, including all images, scripts, stylesheets etc.

I've tried using a couple of tools (apache bench, html_load) but they only request a single file. I'm testing out bundling strategies and so I need the tool to also download any stylesheets, scripts etc. included in the original html file. I.e. exactly what a browser would load. ...

Very very simple, secure database for static site.

Hi everyone, I have static website with a handful of pages for a bit of self-advertising. I'm wanting to put a small database online to store some clients details, preferably with the same layout as my current pages. I've tried looking at some PHP scripts to provide a static interface to a SQLite database but I'm a bit unsure as to the ...

A good list of Reserved words for username

Hello everyone, I am building a site and need to restrict users from using some of the more common words (e.g. support, help, search, admin, etc). Does anyone have a good list of words worth reserving ? Extra points if you got a list of common trade-marks (e.g. cocacola, canon, etc). Thanks ...

How to use Git or Subversion ?

I code all by myself, and I have 1 website . but i dont ever use subversion or github. Question is: How to develop on souce code of my website server and update it when develop complete. In this case , should use github or subversion. Truthly , i read and using github then try to create repository but anyone can watch mycode . I dont w...

How to implement Microsoft Ajax Minifier to ASP.Net web site project

I have a ASP.Net web site project Pokemon Online game . i want to implement Microsoft Ajax Minifier 4.0 to my website for making it more effectively . But i could only find this tutorial about how to implement http://stephenwalther.com/blog/archive/2009/10/16/using-the-new-microsoft-ajax-minifier.aspx but the problem is this tutorial i...