Blog

Time to start taking online privacy seriously

Blog

Online privacy has always been one my concerns, and the reason is the fact that as a software developer i know what's happening behind the scene. I believe that it's up to us (Software developers) to let the people know that their privacy is getting violated every hour even when they're not a member of any social network!!!.

A blog post by Larry inspired me to write this post,

Earlier today, one of the people I follow tweeted that his young (under 5, I believe) daughter had just done something stupid. Nothing illegal or immoral, just the sort of embarrassing and sometimes destructive stupidity that young children tend to get into. And he then tweeted it.

Which means that his under age daughter's actions are now part of the permanent archive of the US government.

1.015625
Your rating: None Average: 1 (128 votes)

Running Adobe Photoshop under Linux via Wine

Blog
Linux
0
Your rating: None

Using Actionscript 3 Tween for everything

Blog
Programming

If you ever used actionscript 3 then you probabely know that tween class does not work with anything other than simple numeric object properties. This is an issue sometimes becuase you might want to tween a function! or a property of a child object or even an string! There are plenty of third-party classes out there for extending the Tween class, but if you don't need all other features they offer and prefer to keep your swf's size small i must tell that there is solution , a rather easy one actually.

What we're doing to do is using dynamic objects,

1.302325
Your rating: None Average: 1.3 (86 votes)

Proper 3D Z Ordering in Flash 10 via Actionscript 3

Blog
0
Your rating: None

Passing parameters to Flash via Javascript

Blog
0
Your rating: None

Passing parameters to callback/event functions in Actionscript 3

Blog

Here it's.

I read dozens of articles, although some of them worked however no was generic and easy to use enough, so i wrte my own special solutions.

 

0
Your rating: None

How to convert Inch/Centimeter to Pixel and vise vera in Flash and Javascript

Blog

For properly converting you'll screen DPI.

What is DPI?

http://stackoverflow.com/questions/2252030/how-can-i-find-out-a-web-page...

0
Your rating: None

Ultimate Drupal Administration/Control Panel

Blog
Drupal

Perhaps one of Drupal's major cons is the limited number of administration tools. Managing content on any active Drupal site is a very time consuming and frustening job. However it's not a problem because Drupal heavily relies on contributed modules, and solutions are already available and it's only the matter of picking the right ones to make a very powerful Control Panel.

Categories

Here you can find the best solutions i found for each category

0
Your rating: None

Ultimate Drupal Control Panel , Cron

Blog
Drupal

Introduction

Perhaps one of Drupal's major cons is very limited number of administration tools. Managing content on any active Drupal site is a very time consuming and frustening job. However it's not a problem because Drupal heavily relies on contributed modules, and solutions are already available and it's only the matter of picking the right ones to make a very powerful Control Panel...

0
Your rating: None

Migrating from Subversion to Bazaar (Including special guide for Sourceforge projects)

Blog

It's about the sixth years since my first commit using Subversion, Moving from CVS to Subversion was really amazing, Subversion was superior in many ways and it served me well. But the age of centralized version control systems is over, we need much more powerful VCSs to deal with huge projects. Now days we should to be able to work with anyone, on anything, anywhere , at anytime, and also keep track of all this activities.

As part of my research project (Comparing Popular Version Control Systems) i decided to start with Bazaar and migrate one of my Subversion Sourceforge projects to this new VCS in order to have a better understanding of how it actually works. And also test the migration utilities because if you can't migrate your code's history then that would be a huge problem.

1.933335
Your rating: None Average: 1.9 (30 votes)