Forum: C Jun 23rd, 2008 |
| Replies: 2 Views: 1,090 Hi all
I am developing a simple socket application which fetch a given URL from the web and save it in the local hard drive. But my internet connection goes through a proxy and I would like to... |
Forum: HTML and CSS May 18th, 2008 |
| Replies: 6 Views: 2,102 <html>
<head><title>mypage</title>
</head>
<body>
<div id="first">
<div> first div</div>
<div> second div</div>
... |
Forum: JavaScript / DHTML / AJAX May 15th, 2008 |
| Replies: 4 Views: 1,227 I got it working form
var contentV=document.getElementById("content");
contentV.scrollTop = contentV.scrollHeight - contentV.clientHeight;
Thank for the support |
Forum: JavaScript / DHTML / AJAX May 14th, 2008 |
| Replies: 4 Views: 1,227 This is a chat application. so what you type can be able to see without scrolling. So the verticle scroll bar should always be bottom of the div tag |
Forum: JavaScript / DHTML / AJAX May 14th, 2008 |
| Replies: 4 Views: 1,227 Hi all
I have a div elent like this
<div id="content" style="width:200px;height:125px;overflow:auto;color:#000000"></div>
I fill the div with text dynamically and scroll bars appears. But I... |
Forum: HTML and CSS May 8th, 2008 |
| Replies: 2 Views: 2,507 can we use javascript inside css classes, Because I want to get the browser window width to the css width atribute.
Thanks |
Forum: JavaScript / DHTML / AJAX Apr 15th, 2008 |
| Replies: 1 Views: 934 Hi all
I am running a chat server on port 5222 at localhost and it accepts xml from the clients. So I am going to develop my chat clients using javascripts hence I would like to know, how I connect... |
Forum: JavaScript / DHTML / AJAX Apr 7th, 2008 |
| Replies: 1 Views: 852 Hi all
I am just creating a chap programe for my educational purpose I want to develop a user interface to the chat client as the one in gmail chat (the nice small one).So can anyone give some idea... |
Forum: C Mar 12th, 2008 |
| Replies: 1 Views: 636 I just want to program a proxy server for one of my academic purposes.I would be very thankful if any one can let me know a place where a simple proxy server code written in c language or some... |
Forum: PHP Mar 3rd, 2008 |
| Replies: 1 Views: 529 Hi guys
I just trying to do some string matching and I want to use boyer-moor algorithm. What I am doing is, read a file from fopen() and searching counting the word "table" in the file.Can any one... |
Forum: JavaScript / DHTML / AJAX Feb 22nd, 2008 |
| Replies: 2 Views: 882 i have inserted the div element with DOM functions but I want to keep it in a fix location with out moving when the browser scrollers are using |
Forum: JavaScript / DHTML / AJAX Feb 22nd, 2008 |
| Replies: 2 Views: 882 Hi all;
i want to insert a a div tag inside the javascript (in order to : xmlhttpreuest object status is not 4 then a messaga saying Loading..............) as well as I want to put that message... |
Forum: PHP Feb 1st, 2008 |
| Replies: 1 Views: 653 So guys
I have program written in php and requires a database with two tables.I want the programe to check that a database exists and if not automatically create database and it's tables.... |
Forum: PHP Dec 31st, 2007 |
| Replies: 2 Views: 811 Hey guys;
can anyone suggest me to develop a simple RSS reader with php. |
Forum: PHP Dec 17th, 2007 |
| Replies: 1 Views: 501 I want to get the result from the database page by page (like google search).please someone can give me an idea |
Forum: PHP Nov 19th, 2007 |
| Replies: 6 Views: 791 I want to run an infinite loop,as soon as my web server start up.I can write php loop but how i start it from the start of the server without user request for starting. |
Forum: PHP Nov 16th, 2007 |
| Replies: 2 Views: 1,152 I want to calculate the difference of two given dates.For instance $day1=05/04/2007 and
$day2=02/01/2006 so I want to substract $day2 from $day2 and get the answer in days .what should I do |
Forum: PHP Oct 29th, 2007 |
| Replies: 2 Views: 957 I am developing an application using xampp and in that appliaction I want to send sms.So is there any support from php for sending sms(I have a gprs modem) or is there any other way. |
Forum: Site Layout and Usability Oct 28th, 2007 |
| Replies: 4 Views: 923 above link directed me to a interesting place.thanks.But still i could not able to figure out how I can do it. |
Forum: Site Layout and Usability Oct 26th, 2007 |
| Replies: 4 Views: 923 i am new to this web developments and I like to have text fields in my web developments such as the ones in this forum registration (the text field, we fill to register).So some one can ,let me... |