1
vote
2answers
484 views
is it possible to make “beep” sound in php like in gmail
for an IM script i am making,
i would like the computer to beep like in gmail everytime there is a new message.
is there a script in php or html to make the computer beep?
Thanks!
…
4
votes
6answers
182 views
Recommendations for places where I can get good css designs/ web 2.0ish buttons, tables, etc…
Im designing a website, and often I need to present information in a nice table, or need a nice button, etc...
I need recommendations for any websites which have a large collection of these …
2
votes
6answers
200 views
reduce server load by loading image files / javascript files from another server?
Hi,
I am thinking to save server load, i could load common javascript files (jquery src) and maybe certain images from websites like Google (which are almost always never down, and always …
0
votes
6answers
182 views
What is this font? and CSS Help
This font in this image from the WhiteHouse looks very professional. What is the font? Is it just Times New Roman?
Also, does anybody know how to use CSS to create something just like the i …
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
1answer
150 views
How to use YQL to retrieve web results?
Hi,
I am having difficulty setting up a simple html file using javascript to display the results of YQL Query.
I understand how to setup the select statement (example: select title, …
0
votes
5answers
107 views
Live HTML & PHP editor/IDE for PC?
Are there any IDEs on PC which will allow you to view your changes live as you are typing? / Can any IDEs you know of be set up to do that?
For both HTML and PHP ideally?
…
0
votes
2answers
110 views
Browser Based Uploads to Amazon S3 ?
Amazon has instructions on how to write a form that posts directly to Amazon's S3 se …
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
3answers
156 views
Why is document.getelementbyId not working in Firefox?
I can't figure out why document.getElementById is not working in Firefox:
document.getElementById("main").style.width = "100";
When I check in Firebug it says: …
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
97 views
Is Jquery broken? Why does Jquery Load fn not work in IE?
Jquery seems to have difficulty in IE (6,7,8) loading using the load() function when there are url's with parameters (example: getdata.php?id=2444)
I am having this problem, but it seems th …
3
votes
2answers
73 views
How to know what percentage of visitors to a website don’t use javascript?
Is there an easy way to find out what percentage of visitors to a webpage are not using javascript?
…
1
vote
3answers
89 views
How to create Gmail Chat? How to connect to AIM and allow for AIM chatting?
I want to know how gmail chat allows the user to connect to AIM and then chat as if he were logged on to AIM.
Is this easy to make?
How can it be done?
Does anybody know of any simi …
3
votes
4answers
133 views
How to focus on a form input text field on page load using Jquery?
This is probably very simple, but could somebody tell me how to get the cursor blinking on a text box on page load?
…
