-
Recent Posts
Recent Comments
- john on Joomla multilingual search error: Warning: sprintf() [function.sprintf]:
- Simon on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Cristian on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Insurance on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Gangadhar on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
Archives
Categories
- Adobe
- Artisteer
- Broadband
- Browsers
- Business Directory
- cpanel
- CSS
- Domain Names
- Dreamweaver
- Google Map
- I-Tech Web Design North Wales
- Internet Explorer
- Internet Explorer
- JCE
- jomres
- Joombah jobsboard
- Joomfish
- Joomla
- map
- Microsoft Windows
- MySQL – phpMyAdmin
- NWH News
- Outlook
- Outlook Express
- Performance
- Permalinks
- Printers
- SF404SEF
- Sky
- test
- TomTom GO 520
- Uncategorized
- wamp server
- Web Business News
- Website Hosting
- Website Marketing
- Wordpress
- Youtube
Meta
Author Archives: ewanvrooyen
Change mysql database collation from latin1_swedish_ci to utf8_general_ci
If you created your site in with a specific collation language and need to change it you can use this great tool to change all the fields: Download Phoca Changing Collation Tool Unzip the zip file and copy the folder … Continue reading
Posted in Joomla, MySQL - phpMyAdmin, wamp server, Website Hosting
Tagged collation, database, mysql, Wamp
Leave a comment
SH404SEF – Joomfish: Secondary Language homepage link does not translate
If you have a problem with Joomfish, where you click on the language picker to choose the secondary language (Not default language) and the pages translate, but when you click on the homepage menu link and the page reverts to … Continue reading
How can I change my MySQL database collation?
Usually when you are using foreign characters or multilingual sites (Joomfish for Joomla) you should change your MySQL collation in order to solve problems with encodings. The most common case is to change your MySQL collation from latin1_swedish_ci to utf8_general_ci. … Continue reading
Posted in Joomla, MySQL - phpMyAdmin, Website Hosting
Leave a comment
Enable mod_rewrite in windows, WAMP, XAMPP
Wamp and XAMPP doesn’t come with default rewrite rule enabled, For enabling the rewrite rules in both of them you need to make changes in httpd.conf so that apache can work with rewrite rules. For enabling the rewrite rules follow … Continue reading
joomla remove title from homepage
To remove the title from being displayed on the front page of your joomla site, you need to change a parameter setting in the front page component. 1. Log into backend > Menus > Main Menu > Home (one with … Continue reading
Posted in Joomla
Leave a comment
JCE: Advanced Link – change root directory for images and documents
Change the root directory for images and documents when you click on the advanced links tab. Change the ‘File Directory Path’ in Components->JCE Administration->JCE Group Manager > Default > Edit Paramaters > File Directory Path = images/change_this
Posted in JCE, Joomla
Leave a comment
Your Bay Your Say
North Wales Housing (NWH) has launched an exciting new initiative offering local people the chance to choose how funding is allocated to local causes. Under the innovative ‘Participatory Budget’ scheme, residents representing community groups, clubs, organisations as well as individuals … Continue reading
JCE editor | TinyMCE – fsockopen()…ssl.google.com:443 error
If you get the following error when trying to do a spell check in Joomla article and you are using wamp server. +++ Error response: <br /> <b>Warning</b>: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://www.google.com:443 (Unable to find the … Continue reading
Posted in Joomla, wamp server, Website Hosting
Tagged fsockopen, jce, tinyMCE, www.google.com:443
Leave a comment
WAMP Server – MySQL – Resetting the Root Password (Windows)
1. Log on to your system as Administrator. 2. Click on the Wamp server icon > MySQL > MySQL Console 3. Enter password: LEAVE BLANK AND HIT ENTER 4. mysql> UPDATE mysql.user SET Password=PASSWORD(‘MyNewPass’) WHERE User=’root’; ENTER Query OK 5. … Continue reading