Forum: C 32 Days Ago |
| Replies: 2 Views: 268 socket connection 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: 592 horizontal divs <html>
<head><title>mypage</title>
</head>
<body>
<div id="first">
<div> first div</div>
<div> second div</div>
... |
Forum: JavaScript / DHTML / AJAX May 14th, 2008 |
| Replies: 4 Views: 692 Re: scrolling 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: 692 Re: scrolling 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: 692 scrolling 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 want... |
Forum: HTML and CSS May 8th, 2008 |
| Replies: 2 Views: 499 javascript inside css 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 14th, 2008 |
| Replies: 1 Views: 339 connect to a port 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: 459 chat user interface 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: 273 proxy server 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: 214 php implementation of Boyer-Moor 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: 461 |
Forum: JavaScript / DHTML / AJAX Feb 21st, 2008 |
| Replies: 2 Views: 461 insert a dev tag with in javascript 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: 306 automatic database setup 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: 307 RSS reader Hey guys;
can anyone suggest me to develop a simple RSS reader with php. |
Forum: PHP Dec 17th, 2007 |
| Replies: 1 Views: 232 page by page 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: 1 Views: 332 infinite loop 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: 512 difference of two days 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 28th, 2007 |
| Replies: 2 Views: 498 sms with php 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: 551 Re: text fields 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: 551 text fields 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... |