Your Open Source

damu

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"..

  • views 93
  • datetime Aug 03 09 02:06:10
  • author Damu
  • rating

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..

  • views 56
  • datetime Aug 03 09 01:37:01
  • author Damu
  • rating

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 ** ..

  • views 100
  • datetime Aug 02 09 02:21:39
  • author Damu
  • rating

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..

  • views 92
  • datetime Jul 31 09 01:51:34
  • author Damu
  • rating

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 = " "; } }); }

  • views 270
  • datetime Jul 10 09 12:13:25
  • author Damu
  • rating

Featured
Top User's
sekarSekar
Posts 172
$104.06 USD
tjrambabuTjrambabu
Posts 145
$18.18 USD
damuDamu
Posts 67
$16.88 USD
lazywriterLazywriter
Posts 24
$3.14 USD
psbharathyPsbharathy
Posts 24
$4.23 USD