Hello all
i need to find away to stop/terminate apache web server that is running on my local pc when i close the site that is running in my local pc (for example http://localhost:8080) or when i close the browser that display/load the localhost site that the local apache web server is running .
what is the preferred way ?
...
I am new in building web apps and just begun learning and setting up Grails. I am planning to build an app which has a flow of 4 to 5 pages. Since HTTP is a stateless protocol, how is the state between the pages maintained usually. I am curious what is the accepted standard here, should I create session scoped objects and use them betwee...
I want that whenver a user inserts "www." in a comment textarea, the address from "www." until the first space will be a replaced with a link to that address:
"I love www.google.com"
turns into
"I love <a href="www.google.com">www.google.com</a>"
Can you please tell me how to do this? (newbie)
(sorry for posting the earlier question ...
Hello
I am Making a website in ASP.Net on C#. I use 4 queries to get the data from MS SQL Server database. Now the problem is sometime I get the page in browser quickly and sometimes only the "website found waiting for reply" in status bar of IE gettinh nothing..
Please help me out.
Thanks
...
Hello,
I am after a Python script to help me load test my Google App Engine website. I want to give it a set of URLs and a request rate (would need to use threads) and then measure the response times of my website.
I have had a look at a few solutions but they don't let you set an upper limit for the request rate.
Any ideas?
Thanks
...
How do I parse an RSS feed using JavaScript or jQuery?
...
Anyone can recommend?
...
Hi,
In our organization we don’t have any intranet website to share the data/information across the organization.
The information could be:
HR Related Information [E.g.: HR Policies, Company Events etc., New Joiner’s Information etc. etc.]
Application Developments Related Information [E.g.: How to build a program on Catchin...
Someone has approached me to build a website for their small business. What is the protocol for laying out an offer for building a website in terms of pricing?
Do I charge for number of pages? If they want advanced features (Flash, Ajax, etc.) is it just price per hour of development? What if I have no idea how long it will take? Are...
I bought a domain name and am trying to figure out how to configure it responsibly. I haven't set up an index.html file yet and I've noticed that if I hit my domain, I see my file directory tree. and I can dive down to all the files within my browser. Is there a way that I can disable this?
...
Hello,
I need to automate navigation around a JavaScript powered website so I can scrape some content. I came across Chickenfoot, which is a FireFox extension that gives me a programming interface to the browser.
Do you know of other solutions?
...
Hi,
I'm web developer for some time, and got used transforming all my designs into png file format in order to construct my webpages. Despite the fact that png, contrary to jpg, allows transparency in the images, is it a better sollution?
The question regards page loading time and best webdesign practices, as well as file size versus ...
How does Drupal support a means to update and review a website before it is published?
Does it only allow you to preview a page at a time before you publish it or is there a way to create a site with multiple pages, review it and then publish it?
Is it best or easiest to create two Drupal Sites and push the contents of one to the othe...
I have received this error after updating to Windows 7 64-bit and then running an existing .NET Website.
[InvalidOperationException: Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.]
I have only installed the ...
Hello,
given the URL of a well known company (eg http://mcdonalds.com/), how would you automatically and reliably find the company name (in this case "Mc Donalds")?
Thanks
Edit: someone voted to close this question, so maybe I need to explain the motivation. I have a large list of company URLs and I want to find data about each compan...
Context:
I'm in the design phase of what I'm hoping will be a big website (lots of traffic, lots of users reading and writing to database).
I want to offer this website in the three languages I speak myself (English, French, and by the time I finish the website, I will hopefully have learned enough Spanish to offer that too)
Dilemma:
...
What is a (free) technology which requires the least amount of code for creating a website with the following requirements:
Sign-up/login
Form for adding your personal info. which gets databased
Each person can view and edit their own info
Admin can view and edit any
The form needs to be easily customizable and extensible (by the websi...
I am new to website designing and wanted to know couple of things.
when some clicks on the link on my website say www.google.com, can i trace that how many people clicked on it.
When i send out emails with attachments, can i record how many people opened those attachements. btw this is not yahoo or gmail, its my personal email with an ...
What points should I keep in mind while designing. How we can make good design while keeping in mind color related Accessibility guideline of WCAG 2.0?
...
Ok, I'm trying to make an application for an online Radio Station.
I have it set to read the song title and artist and write it to a text file on the webserver.
I want to have the application store the text in a string or a cache, and then reread it every 15 seconds and if it isn't the same then update the info box.
Where the text is ...