If you use TinyMCE in a program like CS-Cart and it screws yur non-Latin characters, such as Greek, then look for a setting called entity_encoding. It should be changed to raw.
For example in CS-Cart find in your lib folder tiny_mce and change the init filie, adding
entity_encoding:raw
in the settings.
Currently Browsing : English
It's 2010, and this blog was in desparate need of a modern look!
So... I redesigned it!
I hope you like the new design and the new logo.
I also added a new contact form in the "About" page
Thanks for the feedback!
The REAL reason why your website isn't getting enough traffic is because a critical piece of the Traffic Generation 'puzzle' has been kept from you.
And the odd thing about this 'missing piece' of the puzzle, is that it's actually hidden from you in PLAIN SIGHT!
Let me explain.
There's 'something' all the 'gurus' do to get a massive amount of traffic to their websites and it's in plain view for all to see, but only those on the 'inside' actually know what ...
I found some unbelieavable videos about McDonald's in YouTube.
Immortal burgers, artificial meat, and not only that...
Watch carefully:
It is a fact that article marketing is one of the best ways to build brand awareness and increase traffic to yourwebsite.
The backlinks you get from article directories help with your search engine rankings too!
In Greece there is a huge lack of awareness about article marketing. So, it's not surprising that they are hardly any article directories that accept articles in Greek language.
That's the reason I created two new Greek article directories. Their names?
EzineArticles.gr and Arthra.net
The EzineArticles.gr Greek articles directory ...
In order to take use this method you have SSH access.
If you don't have SSH access ask your hosting provider.
To backup your database issue the following command:
mysqldump -a -u USERNAME -p DATABASE > FILENAME.mysql
You can compress this file and download it to your computer, if you want:
tar -zcvf FILENAME.mysql
and then ftp the file to your computer.
When you want to restore the database use this command:
mysql -u USERNAME -p DATABASE < FILENAME.mysql
If you have compressed it use:
tar -zxvf Filename.tgz
before you restore ...
I believe this is the best tool by far!
Do you have twitter? Let's follow each other: http://twitter.com/marketingtipsgr
I couldn't believe the 20$ price for this huge package:
Myextremebargain: Megapack 3
Some of the things included:
Premium Wordpress Themes
Wordpress Video Tutorials
Adsense Themes
More than 150 themes!
PDF Domination
Signup System
Twitter Videos, backgrounds and minisite!
11 Slide Shred Niche Videos
Complete Dating Niche Site
File Brander
Minisites (Maternity,...)
Pregnancy Membership Site
Squidoo guide and lens builder
and much much more!!!
Check this out (less than 17 copies remaining!)
Myextremebargain: Megapack 3
I had more utf8 headaches today... This time with WHMCS 4
The database was in latin1 sweedish colation and this had some side effects with the Greek characters.
FIRST THING: GO TO PHPMYADMIN AND EXPORT DATABASE TO HAVE A BACKUP!
Then I went to administration, utilities, database status, download backup.
This makes a good backup with proper encoding inside. (for me this was the right version and not the one created with phpmyadmin)
I opened the .sql file with Notepad++ and I replaced latin1 with ...
This almost drove me crazy! Strange escaped unicode characters in my phpld database...
This solution I found is very easy BUT make sure that you backup your database first.
All the fields in your database with unicode characters will have to be fixed after this change.
Edit init.php in both home directory of your phpld installation and the admin directory.
Change:
// $setCharset = $db->Execute ("SET NAMES 'utf8'");
//$setCharset = $db->Execute ("SET CHARACTER SET utf8");
to:
$setCharset = $db->Execute ("SET NAMES 'utf8'");
$setCharset = $db->Execute ("SET CHARACTER SET utf8");
For ...

























