Every success starts only from an idea. If idea is implemented properly then it creates a success story. Mark Zuckerberg had an idea of Social site. He turned his idea in to reality which every one knows with the name of Facebook.
Category: Blogs
Are You Facing Skype Can’t Connect Error After Upgradation on Ubuntu?
Ubuntu is the most popular operating system that is free available worldwide, Skype is the most popular application in the Internet world for Audio and Video calling, Video conferencing and amazing support of IM and file sharing.
No more waiting! JReviews is now available for WordPress
JReviews is the WordPress Plugin for business directories, travel guides, classifieds, product catalogs and so much more. (Required PHP5.3.6+ with json, bcmath and mbstring extensions, ionCube loaders v4.4+) Hire WordPress developers to build custom JReviews WorPress Compatible website that also keep a strong importance on performance and SEO. Expert JReviews WorPress Developer uses hundreds of… Continue reading No more waiting! JReviews is now available for WordPress
Code Snippets Series #2 Extracting YouTube Video ID From YouTube Urls
Hi, here I am again with quick tips & tricks blog. This is the series #1 of my quick Code Snippets Series. In this series I’ll provide you source codes which make your coding life lot easier. Just copy and paste the codes to your file and enjoy. The YouTube Player API: The YouTube Player… Continue reading Code Snippets Series #2 Extracting YouTube Video ID From YouTube Urls
Code Snippets Series #1 YouTube Player API
Hi here I am again with quick tips & tricks blog. This is the series #1 of my quick Code Snippets Series. In this series I’ll provide you source codes which make your coding life lot easier. Just copy and paste the codes to your file and enjoy. The YouTube Player API: The YouTube Player… Continue reading Code Snippets Series #1 YouTube Player API
Get location via IPAddress.
$ipaddress=’xxx.xx.xx.xxx’; $ch = curl_init();
Get average rating of “user reviews” and “editor reviews” in JReviews.
JReviews provides average rating either for “user reviews” or “editor reviews” but to get the average of all we can use this function .
How to track who has read your email?
Hi friends here I am with another quick trick of web development. Recently I was working on a News letter module for one of our client and there was a special requirement, client want records of his News letter per user basic. He wants statics which user has read news letter on which date so… Continue reading How to track who has read your email?
JReviews Display related listing data in listing detail’s page using banner fields.
To display related listing data in listing detail page we can use banner field. Steps (1) Go to jreviews and click on “field mananger”. (2) Add new field with the type “banner field”. (3) Give the name of related listing field in the “Banner code” box on the irhgt side. (4) Write the code given… Continue reading JReviews Display related listing data in listing detail’s page using banner fields.
Get Joomla Library Anywhere In External PHP Pages
Just include the following files given below to get joomla libraries anywhere in external php pages.