No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
Hey guys; can anyone suggest me to develop a simple RSS reader with php. | |
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. | |
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 know that what is the connecting URL and the port for my … | |
[code=html]<html> <head><title>mypage</title> </head> <body> <div id="first"> <div> first div</div> <div> second div</div> </div> </body> </html>[/code] Out put of this code appers as follows [B]first div second div [/B] But I want the out out as [B]second div frist div[/B] and the above out put should be right hand side of … | |
Hi all I have a div elent like this [ICODE]<div id="content" style="width:200px;height:125px;overflow:auto;color:#000000"></div>[/ICODE] I fill the div with text dynamically and scroll bars appears. But I want to show tha latest data which fills the div with out scrolling (otherwise the user have to scroll to see the latest data ) … | |
can we use javascript inside css classes, Because I want to get the browser window width to the css width atribute. Thanks | |
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 to specific port at localhost and sending xml to the … | |
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 about how to create such user interface and I know litle … | |
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 let me know a palce where a php implementation of boyer-moor algorithm … | |
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 resources about proxy architecture. Thanks | |
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 center of the page but should not change if the scroll bar dragged.so … | |
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. can anyone suggest me a suitable way. | |
I want to get the result from the database page by page (like google search).please someone can give me an idea | |
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 | |
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. | |
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 know. (another example is attached here with) |
The End.