logo
  • Entries
  • Comment
  • Popular
Recent Posts
  • Check your password strictness and robustness.
  • Resources for quick game development
  • How to find path of a package on your server using PHP
  • Make your twitter application quickly
Recent Comments
  • Keine Kommentare vorhanden.
Popular Articles
  • Home
  • About me
Oct 12
Check your password strictness and robustness.
icon1 Posted by admin in Free Applications on 10 12th, 2009 | No Comments

Bookmark this article! [?]

BlinkbitsBlinkListsBlogLinesBlogmarksBuddymarksCiteULikeCo.mmentsDel.icio.usDiggDiigo

FarkFeed Me LinksFurlGoogleLinkagogoma.gnoliaMister WongNewsvinePropellerRawsugar

RedditRojoSimpySphinnSpurlSquidooStumbleUponTailrankTechnoratiYahoo

A good password   is one of the most important aspects to guard against attacks through the network. Currently there are many programs and techniques to make your password more robust and strict that helps you to protect your password from being hacked. I am going to tell you two URL would be very useful for making your password more robust and strict: http://www.makemeapassword.com is a website where you can generate a good password. Apparently it may seem that the generated password is really hard to remember but it gives you some clues or tips to remember... 

Sep 21
Resources for quick game development
icon1 Posted by admin in Free Applications on 09 21st, 2009 | No Comments

Bookmark this article! [?]

BlinkbitsBlinkListsBlogLinesBlogmarksBuddymarksCiteULikeCo.mmentsDel.icio.usDiggDiigo

FarkFeed Me LinksFurlGoogleLinkagogoma.gnoliaMister WongNewsvinePropellerRawsugar

RedditRojoSimpySphinnSpurlSquidooStumbleUponTailrankTechnoratiYahoo

Are you interested to develop game? Do you really like to game programming? I am giving here a good and usefull game development resources link which is called game Programming Wiki (GPWiki). It is a  collection of all kinds of stories related to programming and game development: Tutorials, libraries, languages, programs. . . . . An interesting part of this Wiki is that it is dedicated to game libraries and they are very useful for giving access to the hardware (sound, video, joystick,…etc). For example, a well known library, SDL is used for the version... 

Jul 5
How to find path of a package on your server using PHP
icon1 Posted by admin in Play with PHP on 07 5th, 2009 | No Comments

Bookmark this article! [?]

BlinkbitsBlinkListsBlogLinesBlogmarksBuddymarksCiteULikeCo.mmentsDel.icio.usDiggDiigo

FarkFeed Me LinksFurlGoogleLinkagogoma.gnoliaMister WongNewsvinePropellerRawsugar

RedditRojoSimpySphinnSpurlSquidooStumbleUponTailrankTechnoratiYahoo

Sometimes there is a problem to find the right path of a package on linux server for a shared server since shell permission is not allowed for a shared server usually.  In this situation we can use php function to find the right path. There are few php functions by which someone can run shell command.  For example,  if you want to find the location of ImageMagick you can execute following php code: <?php echo "<pre>"; system("type convert"); echo "</pre>"; ?> Output: convert is /usr/local/bin/convert You can do similar thing in following... 

Jun 22
Make your twitter application quickly
icon1 Posted by admin in Play with PHP on 06 22nd, 2009 | No Comments

Bookmark this article! [?]

BlinkbitsBlinkListsBlogLinesBlogmarksBuddymarksCiteULikeCo.mmentsDel.icio.usDiggDiigo

FarkFeed Me LinksFurlGoogleLinkagogoma.gnoliaMister WongNewsvinePropellerRawsugar

RedditRojoSimpySphinnSpurlSquidooStumbleUponTailrankTechnoratiYahoo

I am sure many of us thinking to make twitter application at this moment because now a days twitter is the place of million peoples where someone can take the benefits easily from that’s people. I was also thinking for few days to make twitter application because I would like to play with php and want to be benefited similarly. I could not develop it caused I was busy with my job and freelancing projects. Few days ago, I got a chance to make it and I did not mistake to take the chance. I have made my first twitter application after working about 4 hours.... 

Recent Posts

  • Check your password strictness and robustness.
  • Resources for quick game development
  • How to find path of a package on your server using PHP
  • Make your twitter application quickly
  • About me

Categories

  • Free Applications
  • Play with PHP

Archives

  • October 2009
  • September 2009
  • July 2009
  • June 2009

Blogroll

  • A blog of total fat solution
  • Bangla Jokes site
  • Help people by posting
  • Make your twitter follower automatically
  • Online Photo editor

Search

Meta:

  • RSS
  • Comments RSS
  • Valid XHTML
© Copyright Its my blog. I would like to play with IT 2009. All rights reserved.