-
31 Jul
Why is Joomla the best CMS for Website Development?
We have been working on the most popular CMS for many many years now. Our happy clients shave always appreciated our work and the affordable Joomla Web Services that we offer for developing business Portals, eCommerce websites and media portals or any business requirement using the Joomla platform. With the help of the most trusted and powerful Joomla CMS, our clients can see the future of being among the top business websites like Jaguar, Monaco Yacht, Barnes & Noble, Orange and other top class services providing websites.
- Category :
- Joomla
- Joomla web development
-
31 Jul
Joomla wordpress Integration
Here we are using Joomla 2.5 and WordPress 3.5 .In this tutorial we will see how to do some basic integration of Joomla with WordPress. Adding Article to both Joomla and WordPress from Joomla backend In order to add article to wordpress from Joomla we have to add the data into the database of WordPress at the time of saving the article in Joomla. Articles will be inserted on the home page of wordpress.
- Category :
- Joomla
-
30 Jul
Why Drupal is a great choice for small, mid-sized and Large Businesses
Drupal has been continuously evolving since its existence and is being used by more than 20 percent of the top 10000 sites. It has become a major platform for serious projects and has been adopted by today’s companies of any size and of any sector to build their web presence. One great example of a large scale project is the White House website powered by Drupal which gets hundreds, thousands or may be more visitors any day. From the House of Representatives in the US to several defence agencies, the use of Drupal is accelerating.
- Category :
- Drupal
-
30 Jul
How to add admin menu in wordpress
Many times it is needed to create menu on admin side in wordpress. Mainly needed when we create any plugin, or created any admin page. Create admin menu using provided functions by wordpress :
- Category :
- Wordpress
-
29 Jul
Display Post attachment count on Admin side
Suppose you have used many attachments in your posts, and want to know the count of each posts attachments on Admin side posts list, than, use below simple code in your theme’s function.php file.
- Category :
- Wordpress
-
26 Jul
How to add a sitemap to your drupal site
Step 1: Download the latest version of “XML Sitemap” for below url. URL:- https://drupal.org/project/xmlsitemap Step 2: Extract the files into a folder on your desktop. The folder will be called “xmlsitemap”. Step 3: Create the module folder inside the Site/all Directory.
Path :- sites/all/modules
Step 4: Upload the “xmlsitemap” folder to /sites/default/modules/- Category :
- Drupal
-
26 Jul
How to enable or clear cache for drupal sites
If you want a require clear cache in drupal sites without any drupal modules use that time you can just follow the below Steps :- First, Log into Drupal as Administrator and go to Site Configuration > Performance. Step 1. Access the cache settings
- Category :
- Drupal
-
24 Jul
Useful functions that are used to implement wordpress theme
get_bloginfo(‘home’) It retrieves the home URL for the current site. bloginfo(‘description’) Displays the “Tagline” set in Setting >General . This data is retrieved from the “blogdescription” record in the wp_options table. bloginfo(‘name’) Displays the “Site Title” set in Setting >General. This data is retrieved from the “blogname” record in the wp_options table.
bloginfo(‘template_directory’)
Displays URL of the active theme’s directory. -
24 Jul
Create a Contact Form in Joomla
This tutorial will show you how to create a contact form in Joomla 2.5. We’ll use the default Contacts components so no extra extensions are needed. Step 1: Create the Contact Form
- Category :
- Joomla
-
22 Jul
Some useful Magic methods of php
The “magic” methods are ones with special names, starting with two underscores(__) They are functions that are always defined inside classes, and are not stand-alone (outside of classes) functions. The magic functions available in PHP are below: __construct() __destruct() __call() __callStatic()
__get()
__set()
__isset()
__unset()
__sleep()
__wakeup()
__toString()
__set_state()
__invoke()
__clone()- Category :
- Methods of PHP
- PHP