Welcome back m back with a new awesome tutorial about twitter..today in the morning one of my blogger and E-Friend asked me to create a script using which he can easily implement Twitter hometimeline in his one of website. So a hour ago i started working on it and it comes a strong and easy to implement tutorial for others too so we both decided to put it into my blog too..okay then without wasting your time i am going to show u the codes use these as it they are.. demo.php get_homeline.php
$content=file_get_contents("http://search.twitter.com/search.json?q=from%3A".$_POST['twitteruser']."");
$new=json_decode($content);
echo " "; foreach($new->results as $homelines) { echo "
profile_image_url."'> ".$homelines->text."
"; } echo " ";
here we go but before this you must be having prototype.js with you any ways if you don't want to copy and paste these code you can also...
Hi as a Joomla Developer i faced so many problems while I started working on Joomla Development and i was always in the need of developing those components and modules easily without much using Joomla Code... Now a days I am getting so much responses on my Email regarding Learning Joomla Development.. So today i have started writing this post for my friends and other E-Friends who has some problems while starting with joomla development.. see you must be known to programming in PHP and Mysql to use this post,, some times you get a project about little update in joomla project and you refuse because you don't know how to start working with it.. here's a quick tip... suppose you have a PHP code file that perform and manipulate the basic tasks about what you want to do. you can then use the include method of PHP in joomla and joomla will not dis-allow it ... eg. include("../components/com_kddemo/phpcodefile.php"); execute your any of the code in phpcodefile.ph...
The financial world can be a confusing place full of strange terms, unusual forms of currency, and endless trading options. Unfortunately for those who are not so tech savvy, the integration of the internet into our daily lives has allowed the financial world to evolve. In addition to extensive banking, payment, and stock options that have become the norm online, there are also new currencies that have been created. These cryptocurrencies, digital currencies with encryptions to maintain security and validity, feature a real value and can be exchanged for USD, GBP, or any other type of physical currency through online options. The most popular type of virtual currency is known as Bitcoin and has steadily begun to rise in popularity and strength over the years. At first glance, Bitcoin may sound confusing, however below are ten facts that will truly explain in layman’s terms what exactly bitcoin is and how it came to be. No one single entity controls this currency. Confusing? ...
Comments
Post a Comment