1
vote
3answers
117 views
How to specify language of website? (HTML?)
How do I specify that a page is in a certain language so search engines can understand?
Is it a meta tag I put at the top? If it is, do you know if most of the search engines use this to de …
0
votes
5answers
63 views
How are intellectual property/patents enforced on the Internet?
It seems that throughout the Internet, different companies often take core ideas from one another and implement it on their own website. A good example is Facebook taking ideas from Twitter and Fri …
1
vote
3answers
104 views
Amazon S3 for Social Networks?
http://www.s3fm.com/ is really useful for uploading/viewing files for personal viewing.
I was wondering if there was something good for so …
5
votes
7answers
219 views
What is the correct/safest way to escape input in a forum?
I am creating a forum software using php and mysql backend, and want to know what is the most secure way to escape user input for forum posts.
I know about htmlentities() and strip_tags() a …
0
votes
3answers
576 views
Why is gzip compression with Internet Explorer not working?
My site is gzipped compressed, and it doesn't load properly in IE. It works fine in FF/Chrome, but in IE, the only thing that pops up is a box asking to download the .gz file which contains the htm …
1
vote
7answers
247 views
How to create a secure mysql prepared statement in php?
I am new to using prepared statements in mysql with php. I need some help creating a prepared statement to retrieve columns.
I need to get information from different columns. Currently for …
1
vote
3answers
137 views
What percentage of browsers have Google’s cached version of JQuery already loaded?
What percentage of browsers would probably have Google's cached version of JQuery already loaded?
I am asking this to figure out how fast my page would load on an "average" …
2
votes
3answers
96 views
Is there a free/open-source equivalent of mailing list managers such as MailChimp or ConstantContact, etc..?
Hi,
MailChimp is a very nicely done service, where they tell you things like %clicked, and Google Analytics of recent email campaigns. They are similar to other sites like ConstantContact …
6
votes
3answers
561 views
What is Facebook’s new Tornado framework?
Facebook just open-sourced a framework called Tornado.
What is it? What does it help a site do?
I believe …
2
votes
5answers
113 views
How to practice TDD on a web app?
I am a newcomer to TDD.
What are some of the techniques you guys use on applying TDD to the development of a webapp?
I am looking for advice for a newcomer.
Practical examples or " …
0
votes
2answers
140 views
Basic jQuery question: How to change iframe src by clicking a link?
I have an iframe that looks like this:
<iframe src="http://www.google.com" height=1000 width="500" id="myiframe"></iframe>
I want to create a link so that …
0
votes
1answer
87 views
Basic web-crawling question: How to create a list of all pages on a website using php?
I would like to create a crawler using php that would give me a list of all the pages on a specific domain (starting from the homepage: www.example.com).
How can I do this in php?
I …
0
votes
2answers
70 views
How does push email/chat work? Can it be implemented easily for small websites?
I am trying to understand how push services work. I believe push notifications are where the server 'pushes' a new item to the client, but I don't know how that works in practice.
For examp …
2
votes
2answers
234 views
How to create Google Wave-like scrollbars?
How can I make the scrollbars like in Google Wave?
They save a lot of space and look nice.I would like to put the scrollbars on a div like how google wave does it.
…
0
votes
1answer
51 views
How to get MySpace profile info using OpenSocial client library?
Any advice on how to get MySpace or Orkut info such as birthdate from a person's profile using OAuth using the OpenSocial PHP Client library?
I am lost on the process, and the tutorials are …
