Steve Jobs, Pure Creativity …
0Yesterday, when i was going to university suddenly i received an sms from ali : “Steve jobs … 1955-2011″ .Steve jobs was one of the peoples that i’ve listed him in the persons who inspires me on facebook. I learn a lot of things from him, not just as successful person who work in IT, Also as a human that learned me the way of success … the way of progress and the way of life … (more…)
Compression Class – Part 3
0Now I am typing this article in subway ! i know it’s a little crazy but I didn’t have any free time in the last week and it was the cause of the delay for this part …
As you maybe know we wrote some methods of this class little by little in part 1, part 2 and today I am going to continue it with part 3 and adding the getfiles() and zip() method.
Ok, let’s have some fun with coding ! (more…)
Compression Class – Part 2
1Yesterday, i started the writing of compression class in this post and we wrote the unzip method.Today i am going to continue with unrar () and decompress () methods …
So let’s do some code buddies ! (more…)
Compression Class – Part 1
0I found a bunch of video trainigs about C# last year . I got them but I’ve never seen them after downloading. As I think they can be useful someday I kept them in a folder. Today when I was trying to organize my messy hard drive I saw them and as they were RAR files I got an idea that I can write a class with php to extract or compress all files in a directory with that. (more…)
Detect IE with PHP
1Couple days ago I was in a situation that I have to restrict all IE users from a feature on the page except IE 9 users. Actually if it was my personal project I’ll restrict all of the IE users because i am so sick about that. Anyway I did a very simple trick + I found an useful class and a php function….
OK, let’s see my snippets !