Recently we worked on a JReview project and client have requirement of ‘List Jreviews listing into multiple categories’. As we all know the biggest limitations of Joomla’s category system is that it doesn’t allow you to add a single article/listing to more than one category. So this can’t be achieve by jReviews default features. So… Continue reading List JReviews listing into multiple categories
Category: Blogs
How to optimize the Website speed in 15 Steps
We all know that speed is most important factors for the success of your website. You can do a lot to optimize it and archive great speed for your site. Here you will find the most essential actions you can take to speed up your website.
Joomla Upgrade Common Mistakes
Most of the times, the client asks for upgrade or the companies purpose for Joomla upgrade if the site is hacked very often and/or is found to be infected with malicious code. The most common mistake the developers make is to take the backup of current website and process the upgrade steps at the same.… Continue reading Joomla Upgrade Common Mistakes
Turn Idea into Reality
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.
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 .