How to Autoload Any Software on to Your Hosting Account Order at Arvixe
Last Updated on Saturday, 20 April 2013 09:12 Written by Arian Jahansouz Friday, 12 April 2013 06:25
Arvixe has a new feature that we are very excited to share with you! If you want a new website and know you want a specific software once it is setup, you can now autoload any software when setting up your account! Watch the announcement video below:
Learn MoreOptimizing Elgg with Gallicache
Last Updated on Wednesday, 20 March 2013 08:30 Written by Rodolfo Hernandez Thursday, 21 March 2013 12:00
GalliCache is an elgg plugin, which caches your site’s public pages and serve your users with these cached pages. By using this plugin you can avoid plenty of DB queries, page creation time. This allows increasing the speed on your website Elgg and decreasing the server load. In this article I will give you a step by step guide on how to optimize your elgg network with gallicache.
1. First, download the Community plugin galliCache for elgg 1.8 here
2. Now, upload the plugin to the mod folder for installation. If you don’t know how to do that, read this
Learn MoreHow to Conditionally Load Google Analytics in a Web Application
Last Updated on Wednesday, 27 February 2013 08:44 Written by David Bauernschmidt Saturday, 2 March 2013 12:00
If you are a developer that uses Google Analytics in your ASP.net web applications then you know that loading up the Google Analytics in your web page should not happen when you are building the application. In the past I have always just commented out the section for Google Analytics until publishing the site. Then I would go in and uncomment the lines. This works if you do not forget to uncomment the lines in production. (This happened to me).
I decided that there had to be a better way to automatically do this. After searching the internet and pulling together prior knowledge of how an asp.net web site works I decided to use the web.config to help me. First add the following lines to your web.config production transformation file. (See here if you do not understand the transformation idea).
Learn MoreHow to Make JS Code Execute After the Page has Finished Rendering (Website Optimization)
Last Updated on Wednesday, 9 January 2013 12:00 Written by Richi González Wednesday, 9 January 2013 12:00
Hello,
When I’m creating a website, I try to make it load as fast as possible. I have read lots of techniques on how to achieve this, and the one that is effortless and free to make it, is having JS code run after the DOM is ready.
1. Open the file where your JS code resides. For this article, I will have the following code between my <head> tags:
Learn More[HOW-TO] Load ‘Most Viewed’ videos first instead of ‘Being Watched’ at the homepage in Clip-Bucket
Last Updated on Monday, 4 July 2011 12:17 Written by Richi González Monday, 4 July 2011 12:17
Hello,
This how-to will show you how to load the ‘Most Viewed’ videos first from the homepage; by default, ‘Being Watched’ videos are the ones showed first. Here’s an image for you so you understand better what I am talking about:
I always recommend backing up the files we are going to edit, in case you want to revert changes.
Difficulty level: Easy
Learn More
Recent Comments