24/7 Live Chat Support
  • 24/7 Support
  • UK based: (+44) 0800 0488 186
  • US based: (570) - 445-3230
/archives

Website Design & Development

This category contains 1 post

Installing and using DotNetNuke on Host Media

TweetLast month our team took some time to have a look at one of the most popular .NET content management systems; DotNetNuke using Plesk application installer. Below we have put together a little intro into how easy it is to install and get going with DotNetNuke. First step is to login to your Plesk control [...]

ColdFusion: How to use dynamic/if based queries in CFSCRIPT

TweetAt AeonCube Networks and Host Media we have been  moving our CFML code from tag based to cfscript for more performance and to keep up to date with coding in CFML. In doing so we found that when we have our cfquery’s we couldn’t simply add <cfif>/if() within our SQL code. After testing and reading what [...]

[Media & Reseller Customers] Attracta SEO Tools Now Available

Tweet To help all our media and reseller customers get the very best out of our cPanel hosting services we have now installed Attracta SEO Tools. Attracta Features Guaranteed Inclusion in Google, Yahoo! and Bing Get Listed in the Powerful Attracta Directory Easily Scan for Malware and Google Blacklisting Improve Your Search Ranking with In-Depth SEO Tips [...]

WordPress Security

TweetOver the past week we have noticed a few attempts to hack our lovely blog which our servers MalWare scanners picked up and our team corrected and resolved the issues. We are doing some more scans and looking into this more PLUS installing tracking systems to detect and gather hackers information to prevent such things [...]

Getting To Grips With WordPress

TweetSetting up a new WordPress blog has never been easier. Even if you’re a newcomer to the world’s most popular content management system (CMS), its Famous 5 Minute Installation will ensure that you’re up and running in no time at all. The tools you’ll need are few: an FTP client (such as FileZilla), a web [...]

Getting started with SEO for your website

TweetWe get so many questions about SEO that we thought we would put together some of the basics in getting started with SEO for your website. The basics of search When you type a query in the search engine, the query generates a significantly large number of results. Most users will likely find what they [...]

ColdFusion Tip: Turn HTML into plain text

TweetThis is a simple but effective way of getting rid of HTML tags and make the HTML string into plain text to output: #REReplace(htmlStr,”<[^>]*>”,””,”All”)# Example HTML: <h1>Title</h1><p>My content<p> Example Output after: Title My content

Paging

ColdFusion pagination with next, previous and numbers

TweetGet great ColdFusion hosting from Host Media One of the main things all developers come to in applications is pagination and the best way we found to do this is by Raymond Camden which covers how to create next and previous buttons for your content using the URL variable. As we have extended what Raymond Camden [...]

Polar CMS in alpha testing

TweetAfter 3 months of development first staging of the Polar CMS script has been released to our testers / designers to start playing with. Process of our testing Running the install program to setup the databases and user accounts Use the basic functions of the CMS: – Add pages – Add page elements to change [...]

Using ColdFusion Custom Tags (cf_)

TweetA new part of ColdFusion our development team has been looking into more is the custom tags (cf_). Soon to be used with the Polar CMS (Visit official site), custom tags allow you to have scripts and coding within a tag that can be called from a cfm page as shown below: <!— CFM Page [...]