Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
damu
since from Sat 21 Jun 2008| Points | : | 136 |
| Posts | : | 67 |
| Comments | : | 0 |
Recent Posts :-
Stock Calculation
Hi i saw this code from one web site i forgot the site name so please make use it My Portfolio My Portfolio <?php $fp = fopen ("http://finance.yahoo.com/d/quotes.csv?s=$stock&f=sl1d1t1c1ohgv&e=.csv","r"); $yahoo_file = fopen ("http://finance.yahoo.com/d/quotes.csv?s=$stock&f=sl1d1t1c1ohgv&e=.csv","r"..
93
Aug 03 09 02:06:10
Damu
Stock Quoute using PHP
Hi How can we use the yahoo to show case the Particular stock value in our web sites , here i give one class to get the stock quote values from the finance.Yahoo.com <?php Class yahoostack { function get_yahoo_stock_quote($symbol){ $url = sprintf("http://finance.yahoo.com/d/quotes.csv?s=%s&f=sl1d1t1c1ohgv" ,$symbol); $fp = f..
56
Aug 03 09 01:37:01
Damu
How can i translate my web site content to another language
In my site i need to translate the site content into some other languishes how can i do ?? <?php /******************************************************************************* ** Class: googleTranslateTool ** Purpose: Translate text using Google language tools ** Filename: googleTranslateTool.class .php ** Author: Gabriel Solomon ** ..
100
Aug 02 09 02:21:39
Damu
Google Chart API
how can i show the Chart display in my web site using the Google Chart API http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250x100&chl=Direct|SEO http://chart.apis.google.com/chart? - this is the URL to the Chart API & - separates the parameters cht=p3 - specifies the chart type chs=250x100 - specifies the dimensions of th..
92
Jul 31 09 01:51:34
Damu
How to submit the form without refresh in jquery
function loadinnerjforms(loadingdiv,url,updatedivname) { document.getElementById(loadingdiv).innerHTML = "loading.."; $.ajax({ type: "POST", url: url, cache: false, data: "param=value", success: function(html){ $('#'+updatedivname).html(html); document.getElementById(loadingdiv).innerHTML = " "; } }); }
270
Jul 10 09 12:13:25
Damu



