Archive for the 'teachme.cpp' Category

19 MaySEO, Social Media and Mobile sites with WordPress

Today I was invited to give a presentation about SEO, Social Media content streaming and Mobile sites with WordPress

The presentation was part of the Xinis Educational Festival and with me was Basilis Kanonidis talking about WordPress theme and plugin  creation.

My presentation (in Greek)

24 JulSurpass the 1-Click Installer MediaTemple error

mediatempleMediaTemple is one of the reccomended web hosting services in wordpress.org. It has the option for 1-click install for wordpress (which I exclusively use), but it  shows an error right after you buy a domain, besides the primary.

The solution is very simple, and IMHO pretty dumb.  The manual install is a choice, but there is a 6 MySQL users  limitation. If you use more, you must aqcuire a MySQL Pool container that costs as much as the hosting. The limitation however does not apply for 1-click generated users!

Read more…

19 JulRandom Quotes

quotesI recently saw Spoony’s website, (check it, he is awesomely funny) there is a random quote generator, that I think it’s a great idea for my personal blog. As you can see at the top the website, under the header, I placed my own random quotes generator. It is very easy to implement, so let’s go.

Step one: Find or come up with some awesome quotes.

Step two: Follow this tutorial to implement them on your site

Read more…

02 FebSolve the call to undefined property problem – Flex

adobe flex logoLet’s all admit that we love Flex. It’s the way that the new wave of developers should write code.

The current version 3.0 is quite buggy, since this is the first mainstream release (yes, version 2.0 was the big release, but 3.0 has more hands-on testers).  Anyways, we will try to fix a common error that is produced from the Database Wizard.

When we built our application (web or Air , it doesn’t matter, the error is the same) from the Database Wizard, Flex produces 3 files. The MXML file with the source code, *Script.as with the necessary actionscript code to handle all the database functions, such as Insert, Update, Delete, and the *config.as  which contains some irrelevant (to this tutorial) code.
Read more…