I have just finished my new portfolio (dimirakarakou.gr), for my blog I have just added an animated gif next to the ‘Read more’ text. I like this FamilyM theme, it is simple and serves its purpose of blogging. This blog’s Homepage, archive, and search pages display shorten blog post entries, and at the end of … Take a further walk…
coding
my digital Cat footprints…
Happy #CodeWeekEU
Tweet Europe Code Week is a grassroots initiative that aims to bring coding and digital literacy to everybody in a fun and engaging way 🙂 More… CodeWeekEU European Code Week: 10-18 October 2015 — #CodeWeekEU2015 If you want to find out why the below calculation is correct 2+2 = 00000100 if you like to want … Take a further walk…
How to Change the size Font in a Text Field on AS3
How to Change the size Font in a Text Field Component on AS3 Use the TextFormat class and apply size property //declare format var format:TextFormat = new TextFormat(); //set format size format.size = 16; if text is empty It will not work as there is no text in the box to format. so you have … Take a further walk…
Android experience… About Google Maps and MD5 Key
I want to use Maps on my android application… I did the following. Initially, I have to install Google Maps external library in my SDK environment. By default, the Android SDK includes the Google APIs add-on, which in turn includes the Maps external library. Go Eclipse, I am using eclipse to develop my android app … Take a further walk…
Mozilla Festival – Media, Freedom and the Web
The Mozilla Festival took place on 4-6 November in Ravensbourne College (close O2 arena) The Mozilla Festival is a yearly celebration that brings together passionate people to explore the open web, developers, designers, and big thinkers together to make things that can change the world. The event revolved around design challenges addressing key issues at … Take a further walk…