Joomla Hosting BLOG

Blog about Joomla, Technologies and Hosting Service

Joomla 3.4 Hosting :: ASPHostPortal.com - How to find JavaScript conflict in Joomla

clock November 20, 2014 05:39 by author ben

How to find JavaScript conflict in Joomla?

While JavaScript are beautiful and very handy, they can also bring down a site if in conflict with each other. One can expect JavaScript conflicts to appear as more and more extensions are installed in a Joomla site. The extensions may be using different JavaScript libraries or different library versions or libraries made by different developers which can be in conflict to each other.
It is not all that difficult to rule out such conflicts and extension / template developers can be asked for help then on.

What causes JavaScript conflicts?

The different versions of Mootools library and jQuery library can make a lot of JavaScript conflicts. Event when you use the same libraries versions but those libraries made by different developers (i.e jQuery and Mootools conflict), JavaScript conflict can also occur.

Here is a case study:

  • Template A loads Mootools library version 1.5.0
  • Plugin B loads own Mootools library version 1.2.6
  • Module C loads jQuery library version 1.11
  • Component D loads jQuery library version 2.1.1

An other cause of JavaScript conflict is browser, some non-standard browsers handle JavaScript and the browser's JavaScript conflicts with JavaScript loaded from your site.

How to detect JavaScript conflicts?

So when your site is not working as expected, one should rule out conflicts. But how to check and find the JavaScript conflict?

"The ANSWER is checking the JavaScript console".

There are multiple ways to do it based on browsers. For example, in Firefox and Chrome, the available tools are Firebug, Web Developer toolbar, Debugger, Error Console, etc.
If your site has JavaScript error, the tools will provide you error messages that will help you to figure out the problem and zero in on the extension / feature of website causing this problem. The error message also gets you the names of file in conflicts.

You can detect the problem by checking which extensions cause the problem, here are the steps:

  • Switching to default Joomla template and disable your installed extensions then reload your site and check if the JavaScript error still exist or not.
  • Publish your installed extensions one by one and reload your site. Repeat the process until you discover which parts are in conflict.

How to resolve JavaScript conflicts?

There is no universal step to resolve JavaScript conflict as it varies from case to case and are best resolved by the developers. But here are few things that you can try:

  • Put jQuerry into no-conflict mode

The jQuery library and all of its plugins are contained within the jQuery namespace. Global objects are stored inside the jQuery namespace, by the way so you shouldn't get a clash between jQuery and any other library such as prototype.js, MooTools.

  • Putting jQuery in no-conflict mode immediately after it is loaded onto the page and before you attempt to use jQuery in the page.

<!-- Another way to put jQuery into no-conflict mode. -->
<script src="/prototype.js"></script>
<script src="/jquery.js"></script>
<script>
jQuery.noConflict();
jQuery( document ).ready(function( $ ) {
    // You can use the locally-scoped $ in here as an alias to jQuery.
    $( "div" ).hide();
});
// The $ variable in the global scope has the prototype.js meaning.
window.onload = function(){
    var mainDiv = $( "main" );
}
</script>

Ask for help from extension provider

If you can not resolve the JavaScript conflict by yourselves, you can search for solutions on internet, ask on forums or ask for support of the extension provider for solution.

My site has different issues?

JavaScript conflict is just one error type, errors can also be produced by PHP, SQL, etc. You can detect those errors using Joomla error reporting, follow THIS LINK for more details.



Joomla 3.4 Hosting - ASPHostPortal :: How to Develop OnePage Layout Utilizing SP Page Builder

clock November 5, 2014 05:02 by author ben

Graphic design is ubiquitous in contemporary websites. The one-page structure nevertheless is among the popular web design developments. Those kind designs are frequently challenging to create, they ask for unique template format with lots of module positions in rows, and designers need to plainly express details whilst also gratifying aesthetic targets. The key notion in the One-Page format is predicated on this concept: hyperlinks really don't open up a fresh page; rather, each time a person clicks around the sub-menu hyperlinks the display jump down the web page to that exact content’s area. These designs are challenging as they are less structured and also have a broader variety of dimensions and element ratios. Aesthetics can also be important, as patterns need to usually be eye-catching and visually pleasing.

Many templates also custom-made can be utilized as One Webpage structure, not only those which have been created expressly for this goal. In general what might be surprising for you never even need any module position expect perhaps leading menu, all new positions you'll be able to produce utilizing only SP Page Builder and every Joomla! subpage can use different layout. In means that you'll be able to even use Protostar (default Joomla 3.4+ template) to produce beautiful and expanded layout. This Joomla! extension designed for you to definitely enable you to create your own personal a single subpage masterpiece with several modern trendy functions in-build. 1 of these is an smart responsive style that adjustments it's screen dependent on the dimension from the display your visitor is viewing your site with. What this means is that you simply only need a single design to operate within the multitude of devices: tablets, telephones, laptops and desktop screens that your customer could be viewing your site with.

  • Very first phase is nearly this exact same, you've got to put in SP Page Builder component (Basic or Professional version).
  • Inside of PB component click "New" button to make a brand new webpage check out. Input title, for instance "onepage". Now as an example you can set up template structure called "Full Width Layout" which can present you ways it works.



    While building PB we kept in mind User Experience and customizability. As a result it is easy to navigate and to customize appearance of used elements.
  • Every row has beneath "gear" icon settings also there you will find "Section ID" area - in which you can established the ID attribute for your specific factor. An ID ought to be distinctive in a webpage if you would like utilize it later on for OnePage functions. Knowing this you'll be able to very easily incorporate new rows with picked addons and use distinctive ID title for every of them, for instance: company-features, our-services, our-clients, address-map.

    A lot more usually, style needs creating many options, including colors, fonts, and pictures; we go away picking these variables to long term work.



    After it will allows you to use #company-features menu links in Menu Manager for your sub-menu module. Right now focus on adding different add-ons to your layout with real content if you have it.

  • Save new page layout, and go to Menu Manager -> New Menu Item -> Menu Item Type -> SP Page Builder -> Page and choose your created before layout, in my case it was "one-page".



    It means that under this menu item you will have page which you created in SP Page Builder few moments ago.
  • Now using # before ID name you can add menu lub sub-menu links. Don't forget that they are only local links in single page view.

Bear in mind, our element provides only basic designs - therefore if you will need a lot more polished and beautiful last end result you've got to make use of your own personal css designs and class'es in rows.

The single webpage web design can be a great solution for presenting certain product (new mobile application) or services (repair laptops, car, motorbikes and so on.). You should use it as being a multi page website or benefit from the 1 web page framework - all around you.




Joomla 3.4 Hosting - ASPHostPortal :: How to Protected Your Joomla 3.4 Site and go on Vacation

clock October 29, 2014 06:30 by author ben

Will all my Joomla 3.4 websites be safe and sound and might I leave them without concerns for couple of times? What I need to do.

An outdated proverb says: But when you’re around partying, swimming, lying to the beach front another person in existence for the exact time is hacking. Unhappy but legitimate. The whole world bad people never ever sleeps, rest however , you are certainly not device it's important to. So chill out, we will demonstrate you handful of guidelines.

Very first some points, Joomla 3.4 is very protected and stable edition of CMS. Even without having putting in more extensions it really should fight off assaults for very extended time. Essentially the most notable weakness of any CMS (Wordpress, Drupal, Joomla) arrived from people today smaller negligence or insufficient know-how. It is possible to hold the most vaule car as part of your neighborhood however, if you ignore to close the door - usually do not be amazed that somebody drove him away.

The broad bulk of unauthorized makes an attempt hackers employing brute pressure tactics for getting into sites. Which is why you should be prepared prior to; so take some safety measures to reduce the chance of your respective Joomla web page acquiring broken into:

  • In User Manager check usernames of all Super Users accounts - they shoudn't use "admin" or any so short title. Most hackers seek to get the password by trying to bruteforce your admin username.
  • Disable New User Registration in User Manager - should you really don't will need new users additional from front-end.
  • Rename htaccess.txt to .htaccess - because it involve some rewrite principles to block out some popular exploits.
  • Turn on Search Engine Friendly URLs  (in Global Configuration) - this will likely cover standard Joomla URLs.
  • Install and enable plugin ByeByeGenerator - it allows you to change the generator tag, this means "no more" Joomla meta tag in HTML code.
  • In case you have old modules or parts that you are not applying anymore - uninstall them, particularly if they have not been updated or at the moment they have got poor testimonials on JED. Due to the fact numerous extensions (from diverse sources) incorporate susceptible code.
  • Disable showing error (Global Configuration Settings).
  • It is actually greatest to lock down your file permissions approximately possible also to loosen individuals limits within the occasions that you simply really need to let create entry, or to create distinct folders with less limitations for your reason of doing things such as uploading data files. Hardly ever go away permissions for a directory established to 777: this permits all people to jot down knowledge (such as exploits) to it.
  • Scan all your documents to discover destructive code - you could use for it Wemahu (nekudo.com) - and that is a group powered malware scanner ingredient for Joomla! 3.4.
  • There are many plugins and expert services which can act as a firewall for your site. Some of them operate by modifying your .htaccess file and restricting some obtain with the Apache amount, just before it really is processed by Joomla. Examine those ‘ Anti-Hacker’ extensions:
  • jHackGuard (www.siteground.com), Akeeba Admin Instruments Pro (akeebabackup.com) or RSFirewall! (rsjoomla.com) to shield from the preferred hacking attacks - SQL Injections, Remote URL/File Inclusions, Remote Code Executions and XSS Based Assaults! In particular those people commercial types firewalls allows knowledgeable customers fine-tune protection configurations.
  • Back up your CMS data, together with your MySQL databases


Joomla 3.4 Hosting - ASPHostPortal :: The Best Way to Pace Up Joomla 3.4 and Template

clock October 16, 2014 06:56 by author ben

You have Joomla 3.4 that is fairly quick CMS itself, but have you ever at any time puzzled why your website masses so slowly. What aspects have a decisive influence on these delays. Recognize that pace has become a major problem with regards to Seo. By rushing up Joomla, you may also supply a better experience to your clients, boost your professional apearance. Listed here are my reflections and ideas.


Lots of us we reside inside a planet in which, most of the time, much more is best. We ourselves or customers inquire us to include much more photos, banners, social icons, or more different modules that are overload our Joomla template. The problem with continuously attempting to improve content is it isn't going to often generate the most effective results. Incorporating a huge number of components does not imply you happen to be getting something significant completed. It isn't going to function this way. In next hand, this means that Much less could be Powerful.

By picking the crucial, we develop fantastic influence with minimal sources. When you first set a restrict on one thing (numer of modules, plugins, photos and so forth.), it will be considered a pretty arbitrary quantity, as it will consider a while to see what operates to your venture. Check and disable any Joomla extensions which you never use any more. Probably if returing consumers will see web site once again they are going to be suprised that some factors gones but they will be a lot more centered on these which you remaining. Consider your initial week with that restrict being an experiment. If it doesn't perform for you, then adjust it a bit. Then evaluate your present utilization levels and select a reduced restrict depending on everything you believe could be ideal.

How fast is you wheel chair?

Clearly, we wish our Joomla to provide articles (subpages) as fast as you can. Choose a hosting organization that owns servers in the region where your consumers are, and never always the best types inside the marketplace. Your internet host could become a buddy (assisting hand) or your worst nightmare. Of course you will find reliable hosting providers which provide a optimized servers constructed specifically for the open source CMS. By fine-tuning the two MySQL and Apache, WordPress & Joomla websites hosted on those platform perform noticeably faster than other web hosting providers. For example check provide presented by SiteGround internet hosting for Joomla and Wordpress sites.

How heavy is your site "baby"?

Wonder how big your webs site is now? Measuring the size and speed of the Joomla 3.4 website is always very important step. You can do this by using many different tools such as: Pingdom , PageSpeed Insights, webPageTest or the Page Speed add-on for Firebug, or the YSlow Chrome plugin. Test results will provide rich diagnostic information including resource loading waterfall charts, Page Speed optimization checks and suggestions for improvements.

Optimization settings

  • Turn on GZip Compression. On the Top Menu select System -> Global Configuration and click on Server (tab) -> GZIP Page Compression and set the option to ‘Yes’.
  • If you have a large number of images on your site, this setting can drastically impact the load times of your site. For example if you are using K2 component, you can set lower quality of generated images. K2 -> Parameters -> Images. By default there is 100%, but in most cases you can set 80% without harm. And soon all your images will be on the diet. Of course, you should test the settings and use the lowest acceptable value.
  • Enable Cache system - this will increase the load speed of the pages a lot. You set up the cache type in the Joomla Global Configuration -> System.
  • In template settings you will find also some settings which help you improve speed.

.htaccess Configuration Suggestions

Inside the adhering to subsection, we will tweak the server configuration in order to enhance its efficiency. Notice, PHP 5.5 is way more quickly than PHP 5.3.10+. The Apache could be configured through the .htaccess documents, some examples can cause issues on some servers so you're able to ask internet hosting assistance if you're able to use individuals tips.

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml
text/css text/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase
Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary Header append
Vary User-Agent env=!dont-vary

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 week"
ExpiresByType image/jpeg "access plus 1 week"
ExpiresByType image/gif "access plus 1 week"
ExpiresByType image/png "access plus 1 week"
ExpiresByType text/css "access plus 1 week"
ExpiresByType application/pdf "access plus 1 week"
ExpiresByType text/x-javascript "access plus 1 week"
ExpiresByType application/x-shockwave-flash "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 week"
ExpiresDefault "access plus 1 week"
</IfModule>

Also The enhance table alternative can enhance the performances within a feeling that we will economize I/O procedure although retrieving info from our database. You'll be able to get it done manually from PHPMyAdmin or using a Improve Your Tables plugin - that when per day optimizes your database's tables so as to preserve your website working at its peek performance by eliminating the MySQL database overhead.



Joomla 3.4 Hosting - ASPHostPortal :: Joomla 3.4 is Coming !

clock October 9, 2014 12:20 by author ben

The redefined Joomla launch technique which was lately released emphasizes the generation of normal updates in shorter timeframes than before, as this may ensure that the Joomla CMS is receiving continuous development and there is certainly the potential to get a lengthier support time period for major model releases. Each of the function proposals for Joomla 3.4 had been submitted by May 28, 2014 and also the release-candidate version should be accessible and originally this was scheduled for release by 30 July 2014, nevertheless it appears that there are some delays keeping items back again.

Joomla 3.4 Features

Joomla 3.4 concentrates on four main new features, even though most average users will only have the opportunity to notice 3 of these. The primary concept of this release is not to increase Joomla, but to begin the transition towards the new release cycle and provide main advancements within the Joomla package.

Joomla 3.4 De-couple weblinks from new installs.

This is the initial step in de-coupling parts from Joomla. At present Joomla consists of numerous parts out of the box, numerous of that are not always needed by the common user. Since these further CMS elements incorporate extra bodyweight to the Joomla package deal, but aren’t necessarily set to any use, then they serve to make the general bundle heavier than it needs to be. Weblinks is a great instance of the issue, and so from Joomla 3.4 com_weblinks and all connected modules and plugins will probably be removed from the Joomla set up package. It is a excellent initial step in creating Joomla more user-friendly and making the package deal lighter.

But really don't worry in case your a admirer from the weblinks element; it'll be still accessible for use within your Joomla set up, just not integrated within the main. Rather, it'll have an installable bundle like your typical Joomla extension. The GitHub undertaking is presently created and every part faraway from the main will probably be available in its very own repository in the Joomla undertaking. What is more, weblinks must even be additional for the JED (Joomla Extension Directory) in a new category for eliminated Joomla elements, such as any taken out later on. This additional step is likely to make it easy for user who nevertheless need the performance from the taken out parts to get them set up and running with merely a simply click in the Joomla administrator region.

Joomla 3.4 Ongoing Microdata Implementation

Microdata in Joomla was introduced using the release of 3.2, and Joomla 3.4 will carry on applying this function in Joomla’s core layouts. Since Joomla! 3.2 microdata has been accessible in many in the well-known main parts like com_content and com_contact so it’s likely that these functions will be added towards the few components that don’t however have it. You'll be able to read up on microdata and why it is essential for keeping your content comprehensible not simply for your customers, but for devices such as the Google Search bot to aid enhance your standing in research engines.

Joomla 3.4 Front-end Module Modifying

The title says all of it concerning this new feature. In Joomla! 3.2 you could have noticed small ‘edit’ icons showing up in each module whenever you are logged in around the front-end; clicking them would redirect you to definitely the module configuration page inside the back-end. Joomla 3.4 will modify this behaviour to allow you to modify modules with out the necessity to entry the administrator location, which will be an easier answer for beginners. This characteristic may also be useful if you don’t wish to share administrator accessibility with customers who need to have use of module configuration. With this particular change and the default ACL (Access Manage Listing) functions combined, Joomla will be able to provide almost limitless manage more than who accesses your site, and what they can perform.

Joomla 3.4 Composer Integration

This feature won't be of any fascination to non-developers, but it is nonetheless a thing that developers will definitely value. In brief, it’s large improvement for handling exterior dependencies in Joomla such as the Joomla! Framework and PHPMailer, but absolutely nothing that will be visible for a normal Joomla consumer.



Joomla 3.3 Hosting - ASPHostPortal :: The Best Way To Fix For Blank Webpage When Updating T3 in Joomla 3.3

clock October 3, 2014 20:32 by author ben

A recent update to the T3 may cause a blank web page for the Joomla three set up in case you are operating an installation significantly less than Joomla 3.3. It is a little bit of an edge scenario and one that we're however to find out int he wild but several assessments on our quickstart deals domestically have produced the error.

The Error

The bug may be reproduced by updating to T3 v2.3+ in Joomla 3.2 or Joomla 3.3 In the event you have error reporting set to maximum inside your global configuration you will see this mistake:

Fatal error: Call to undefined method JLayoutFile::setOptions() in path/to/installation/plugins/system/t3/includes/joomla25/layout/file.php on line 61

Otherwise the error will end result inside a blank web page.


The Fix

The solution in cases like this would be to update your Joomla three set up to Joomla three.3+ making use of Joomla's constructed in installer.

  1. Navigate to the components > Joomla update menu

  2. You tought to see an update available. Depending on your current edition it'll show Joomla 3.2 or Joomla 3.3
  3. Simply click install in the update.

  4. If the prior update updated your installed in to Joomla 3.2.4 you have to repeat the previous measures.
  5. Go to the Joomla update menu once again.
  6. The update to Joomla 3.3. must now be obtainable. If it is not accessible you could must purge the cache utilizing the purge cache button.

  7. Once the update to Joomla 3.3.1 is available hit the install the Update button.
  8. When your website has been updated to Joomla 3.3.1 go to the entrance of your web site and your web site must screen as predicted.




Joomla 3.3 Hosting - ASPHostPortal :: Joomla 3.3 New Security

clock October 1, 2014 07:43 by author ben

With the release of Joomla 3.3 we'll see a new program requirement for the installation and upgrade or pre-existing website within the Joomla 3.3 series.

To become able to update to 3.3 your server need to meet the minimum specifications of PHP 5.3.10 to permit for the needed larger level of password encryption which is getting integrated into Joomla.

This indicates you'll find several checks that you have to carry out before doing the update!

Because the release of Joomla 3.2.2, there has been the introduction of a brand new program checker before you are able to update your Joomla web site.

So if you update from Joomla 3.2.2 to Joomla 3.3, the installation process of the upgrade will warn you and cease you from upgrading your Joomla website. You can check Upgrade Your Joomla 2.5 to Joomla 3.3 in Few Minutes.

If you're on a reduce version of Joomla, this will not happen, or if you are upgrading your website via third party solutions or server level scripts, these may not verify settings either so it's very best to verify your PHP server settings yourself.



It's easy to check, just login to your administrator region and go to SYSTEM -> SYSTEM INFORMATION as well as the PHP version must show on the very first screen that seems. In case your server is not updated, then you may wish to modify servers, ask your host to upgrade the PHP version or simply not update your web site just however. (but you are going to have to to acquire safety updates and new functions).



Joomla 3.3 Hosting with ASPHostPortal.com :: How to Speed Up Your Joomla Site

clock August 23, 2014 10:23 by author ben

How to Speed Up Your Joomla Site

Joomla is an open source content management system that allows you to build web sites and powerful online applications. This award-winning web site software contains easy-to-use features and it is freely available to everyone.

Joomla is written in PHP for managing content on the web and uses a MySQL database to store content. Joomla! is released under the GNU General Public License.

In this article, I will tell you about how to speed up your Joomla site.

Using CSS sprites

The technique of using CSS Sprites is a great idea. It can save your site from a lot of HTTP requests, which in turn will save load time.

A CSS sprites are images shown on your site, that are actually one large image. The browser will load the large image once, and then use CSS to show parts of the image only in different parts of the site.
Some sites take this technique to the extreme, using one image for the entire template imagery. One such example is the extremely fast-loading free template Afterburner from RocketTheme.

Sprites are not little images like in an 80’s video game. A sprite is actually one big image. Have you ever seen the CSS technique where the «on» and «off» states of a button are in the same image? That is done by changing the background-position for the image container. That saves time, as the image is loaded only once.

CSS Sprites is a more advanced application of that technique. The difference is that instead of just two or three images being combined into one, you can combine an unlimited number of images into one. The origin of the term "sprites" comes from old school computer graphics and the video game industry. The idea was that the computer could fetch a graphic into memory, and then only display parts of that image at a time, which was faster than having to continually fetch new images. The sprite was the big combined graphic. CSS Sprites is pretty much the exact same theory: get the image once, shift it around and only display parts of it. That saves the overhead of having to fetch multiple images.

In this example, we set the linked list items of an unordered list to have a background image:

#nav li a {background-image: url('/../img/image_nav.gif')}

Then, we set the portion of the background image to use by shifting the background position for each menu item. In Joomla, you can easily use these menu item classes as they are added in the mod_mainmenu module by default.

#nav li a.item1 {background-position:0px 0px}
#nav li a:hover.item1 {background-position:0px -72px}
#nav li a.item2 {background-position:0px -143px;}
#nav li a:hover.item2 {background-position:0px -215px;}

This way, you can add icons to your menu items or similar. Or you can use the technique to set icons or background images for modules. You can also use sprites for common items on your blog like social media buttons and more. Only the imagination limits what you can do on your quest to less http requests.

Optimizing images

In my opinion, images make up an important part of any blog. A good image can underscore and improve the content of your posts. I believe you should use images in every post you create. Perhaps not overuse it, but try to use illustrations where it can improve the content. For instance, I'm using charts, tables and screenshots a lot on joomlablogger.net. It is sometimes easier to understand a concept when it's illustrated as well as explained with text.

On the other hand, using too many images can slow down the loading of your blog. If your reader's are mostly in countries with high bandwidth internet access, it's normally not a problem. However, if your site is accessed by people living in low bandwidth areas, you might need to think differently.

I have a good friend who runs a couple of blogs in India. He uses almost no images in his posts. His readers mostly have low bandwidth available to them when browsing. If it came down to a choice between a slow site and hires images on my blog, I would choose speed. More about that in the SEO chapter.

Joomla Cache

Before launching your site, you should activate the Joomla cache. This will increase the load speed of the pages a lot. You set up the cache type in the Global Configuration. Then, you should check if the cache plug-in is activated by navigating to the Plug-in Manager. I have seen that the plug-in sometimes is disabled, even though the cache is enabled in the Global Configuration screen.

Testing for speed

When you are setting up your blog, you should test it for speed. Particularly after installing new front-end modules or content plug-ins. I use the Page Speed plug-in for Firefox and Google Chrome. It will give you a list of improvements you can make on your page. You will also get a score (X/100) which is an indication of how well the page performs. Higher numbers are better.

 



Joomla 3.3 Hosting with ASPHostPortal.com :: 10 Reasons to Choose Joomla

clock August 15, 2014 06:48 by author ben

What Is Joomla?

Joomla is a free, open source content management system (CMS). In fact, Joomla happens to be world's most popular open source content management system and has won a number of awards. Almost 25 million websites are powered by Joomla, i.e. out of the top million websites; Joomla holds 10.3% of the market share. Joomla is also used by more than 2,800 government websites from 204 countries.

10 Reasons to Choose Joomla CMS

There are some great features of Joomla which made this popular among web developers. I am going to describe top 10 features briefly.

  1. Free: The main advantage of Joomla is that it's totally free. You don't have to spend a single penny to use this. So there is no risk trying this.
  2. Open source: Joomla is an open source CMS released under GNU general public license. It means anyone can see the source of Joomla & modify it if needed. This has brought a lot of developers in Joomla development project.
  3. Search Engine Friendly: Joomla is a search engine friendly CMS. It uses an apache module called rewrite_module to generate search engine friendly (SEF) URLs. It also enables to use custom page title, meta description & meta keyword in every page. This has made it very search engine friendly.
  4. Security: Security is one of the most important issues in the field of web development. Joomla is one step ahead in this case. It has a team of developers & security experts called "Joomla Security Strike Team (JSST)" whose main job is to find & fix security vulnerabilities. To find security vulnerabilities, they run various automated tests, examine all codes, take user feedbacks etc. So, if you update your site with latest Joomla version regularly, you'll be safe from most of the hacking attempts.
  5. Easy template integration: Joomla has a great template integration system. You can integrate any Joomla template easily with some simple clicks. All you need is to collect template & copy it to Joomla template folder. Then you can activate that template from admin panel. You can also use different templates for different pages.
  6. Multi-language support: Joomla has multi-language support, which has made it popular to non-english users. There are different language packs for different languages on Joomla official site. With those language packs, you can easily create Joomla site on different language. There are also some components which translate site contents to different language in real time. So, you can create a site with 2 or more different languages in the same time with some simple clicks.
  7. Huge extension gallery: Joomla has it's own framework which has made it easier to develop extensions for it. This is why there are a lot of Joomla extensions available on the internet, which enable to do almost all types of works. There are 3 types of Joomla extensions - Component, Module & Plugin. There is an extension gallery on Joomla official site where most of the Joomla extensions are found.
  8. Regular update: Joomla is regularly updated by its developers, which ensures security, reliability & use of the latest technology.
  9. Community support: Joomla has a big community on the web. Joomla official support forum is one of the biggest online communities in the world. There, a lot of experts answer different questions. So, it's a good place for Joomla related helps. There are also other third party Joomla forums which are also helpful to users.
  10. Great documentation: Joomla has a complete documentation for designers, developers & site administrators on their site. It also publishes quick-start guide, which is a great resource for beginners.

After all, Joomla is trusted by thousands of web developers across the world. If you need a website, you can undoubtedly rely on Joomla.



Cheap Joomla 3.3 Hosting :: How to Setup Connection String on Joomla 3.3

clock July 15, 2014 05:57 by author ben

Joomla today announced the immediate availability of the newest version of the world-renewed content management system, Joomla 3.3. The newest Joomla CMS over hauls its approach to security, enables microdata for the first time and replaces MooTools-based JavaScript with jQuery equivalents. These new features make Joomla 3.3 the most secure, searchable and fastest-loading Joomla CMS yet, ensuring the most efficient developer experience for Joomla out of the box. When combined with many fantastic features so far in the Joomla 3 series this is proving to be a true example of innovation and forward thinking in the world of content management solutions.


More details about the key features in the latest Joomla version include:

  • Only JQuery - From Joomla 3.3 onward, a jQuery library is now included in the CMS core, and Joomla core will be jQuery only. All Mootools code instances will be converted to use jQuery.
  • Cloud Storage APIs - Popular Cloud storage providers such as Google Cloud Storage and Dropbox will be accessed in Joomla 3.3 Hosting.
  • Fortified Joomla Security - From now on, the security standard of Joomla is even higher by requiring at least PHP version 5.3.10 to install Joomla 3.3. This requirement will help strengthen the security with better 2-Factor Authentication, stronger password encryption and fewer PHP security holes.
  • Microdata implementation - This allows many aspects of the content rendered by the Joomla CMS to be explained to search engines using semantic information. Ultimately, this enables Joomla websites to be more searchable. Microdata library will be included in the Joomla 3.3 release. With help from the library, search engines will be your friends, not enemies anymore. You can enhance the web content with many useful data relating people, products, places, reviews, events etc. Joomla 3.3 will be the smart choice for doing content marketing with SEO friendly data.
  • Faster Page Speed - Your page will be even more faster with jRouter, which acts as the traffic director in Joomla 3.3. This is the first iteration of a complete rewrite, possibly boost your page speed up to 10% load time performance overall.

If you choose to host Joomla by yourself and install Joomla manually, you have to create a MySQL database for Joomla, and edit its configuration file configuration.php. It is because Joomla require a database and a valid connection string between web server and database server.

Find the configuration.php file that's located in your Joomla site. Open that file in your favorite text editor and look for the database connection settings, which will be near the top of the file and then write this script:

Connection string is located in configuration.php

public $host = 'database_host_here';                                                               
// This is the DB host

public $user='username_here';  
// DB username

public $password='password_here';
// DB password

public $db='database_name_here';
// DB database name

Reason to Host Your Joomla 3.3 Site with ASPHostPortal.com

Joomla 3.3 Hosting from ASPHostPortal.com provides a safe, reliable and performance-driven foundation for your Joomla website. Joomla is the perfect Content Management System for managing and developing your website with one of ASPHostPortal’s Hosting plans.

Experts in Joomla Hosting
Given the scale of our environment, we have recruited and developed some of the best talent in the hosting technology that you are using. Our team is strong because of the experience and talents of the individuals who make up ASPHostPortal.com.

High Performance and Reliable Server
We never ever overload our server with tons of clients. We always load balance our server to make sure we can deliver an excellent service, coupling with the high performance and reliable server.

Customer Service
ASPHostPortal.com's support is available 24 hours a day, seven days a week, 365 days a year. All support staff work exclusively and are highly trained to service the needs of our customers.



About ASPHostPortal.com

We’re a company that works differently to most. Value is what we output and help our customers achieve, not how much money we put in the bank. It’s not because we are altruistic. It’s based on an even simpler principle. "Do good things, and good things will come to you".

Success for us is something that is continually experienced, not something that is reached. For us it is all about the experience – more than the journey. Life is a continual experience. We see the Internet as being an incredible amplifier to the experience of life for all of us. It can help humanity come together to explode in knowledge exploration and discussion. It is continual enlightenment of new ideas, experiences, and passions

 photo ahp banner aspnet-01_zps87l92lcl.png

Corporate Address (Location)

ASPHostPortal
170 W 56th Street, Suite 121
New York, NY 10019
United States

Sign in