Published 2. August 2011 at 7:58 PM - No Comments
Nice tool from Adobe: Edge. Forget about Flash in HTML 5:
Published 20. June 2011 at 10:39 PM - No Comments
We’ve just lunched this new site: http://www.bcropen.ro .
Build with latest PHP technology, this site presents the Romanian Open Tenis for Ladies.
Take a look and give me your feedback.
Published 16. June 2011 at 9:37 PM - No Comments
If you want to maintain transparency of your PNG images when you use Codeigniter image library, you need to make some tweak on Codeigniter image library:
1. file path: system/libraries/image_lib.php
2. find: $dst_img = $create($this->width, $this->height);
3. insert after:
$transparencyIndex = imagecolortransparent($src_img);
$transparencyColor...
Published 7. April 2010 at 10:10 PM - One Comment
I-am registered now in Win PHP Challenge for 2010. I’am trying to make my best on PHP programming in Windows environment. PHP + mSql.
I need to decide between 2 projects I have in mind:
1. phpMyCat – this will be an online solution for store of CD/DVD/Computer content: folder and filenames,...
Published 17. November 2009 at 9:53 PM - No Comments
New mobile site, made on my new mobileCMS:
m.siteconcept.ro
Published 7. September 2009 at 10:46 PM - No Comments
I’ve just finished an small project for one company: it’s about “Registru de casa”, some paperwork that all romanian companies needs to mantain on daily basis. I’ve used PHP, Ajax-JQuery with MySQL database. Fast and clean. See here: www.tantar.info/registrucasa .
Here,...
Published 4. August 2009 at 10:04 PM - 7 Comments
I have some clients who wants simple sites, only to show basic info about them. So, i-ve implemented an simple system to be faster on page building. This are the steps:
1. create basic structure of the site (3 dirs)
+content
+images
+includes
2. we have 4 files to write:
a. index.php
<?php
/**
...
Published 26. July 2009 at 12:05 PM - No Comments
After making some mods on oscommerce file also_consider.php, i-ve find out that the results are not so well displayed, i mean, products are taken from the same categoy, or having almost the same price, but this is not enaugh. So, i-ve recreate the SQL script, so the result is displayed by relevance.
it’s...
Nice tool from Adobe: Edge. Forget about Flash in HTML 5:
We’ve just lunched this new site: http://www.bcropen.ro . Build with latest PHP technology, this site presents the Romanian Open Tenis for Ladies. Take a look and give me your feedback.