Category: PHP
7 November, 2010 (16:48) | Bangladesh, PHP, programming, web | 2 comments
Tags: Code Reuse, Coding Practices, Coding Standard, Deisgn Patterns, OOP, OOP Techniques, ORM, PHP, Presentation, Seminar, Technical Speach
Yesterday, I have spoke on phpXperts 2010 seminar on “Standard Coding, OOP Techniques and Code Reuse“. So far this is the largest tech seminar in Bangladesh where more than 350 programmers attended excluding the speakers and sponsors. The event has also being broadcasted live on the web. The audience enjoyed the event very much from [...]
6 November, 2010 (19:26) | PHP, PHP Classes, programming, Reference, web security | 5 comments
Tags: Credit Card, Decrypt, Decryption, Encrypt, Encryption, Mcrypt, PHP, PHP Classes, Programming, Tutorial
RayCrypt, A simple and easy PHP class for two way encryption and decryption with multiple configurations and plug and play features. Sometimes two way encryption is very much important when it comes in storing credential information. Credit Card, Bank account information, digital signature etc are very important information of user and strongly discouraged to store [...]
8 August, 2010 (03:11) | class, PHP, programming, Reference | 4 comments
Tags: class, Library, PHP, Programming, Reference
RayCache, A Simple and Easy PHP Caching Class with multiple configurations and plug and play features. Ever needed a quick caching class for your PHP application? This is another caching class for PHP which is able to solve your quick caching needs. Now a days all major frameworks comes with a standard caching library. But, [...]
16 October, 2009 (12:07) | Developer, Interoperability, Microsoft, PHP, PHP Classes, WebsiteSpark, Windows Azure | 1 comment
Tags: Interoperability, Microsoft, PHP, PHP Classes, PHP Developer, WebsiteSpark, Windows Azure
For years Software Engineers have been trying to get the best out of Opensource, PHP and Microsoft Products. Because of Microsoft business policy they were not successful enough. Finally, Microsoft understood the reality and started to bend towards PHP. Now they wants to make their Platform more compatible to work with PHP. Microsoft has taken [...]
2 September, 2009 (00:35) | class, FEED, PHP, programming, Reference | 3 comments
Tags: ATOM, class, FEED, PHP, Programming, RSS, XML
RayFeedReader, A Simple and Easy SimpleXML based feed reader class using PHP. First of all it’s another reinvention of wheel. This class is designed to provide quick access to any XML based RSS feed and it’s content. Usages are very simple and require only one line of code. Html rendering functionality is provided through separate [...]
5 August, 2009 (17:03) | Bangladesh, I-Blood, PHP, programming, web, Web Services | 1 comment
Tags: Blood Network, I-Blood, PHP, Web Services
I-Blood, is a social network for blood. I-Blood offers donor profile for every member. Which is still in improvement. Profile badge image for i-blood beta version is available now. Here is the image: Here is the link to the image: http://beta.i-blood.com/img/i-blood-badge.gif Here is the sample code widget for placing the badge on your blog: <p> [...]
28 June, 2009 (09:51) | PHP, programming, Reference | 9 comments
Tags: Array, class, PHP, Programming
RayArray is a array utility class. I have wrapped three static functions for converting multidimensional configuration data. It is very much useful when working with configuration data. I have used this class in one of my project to store arbitrary configuration data just like windows registry data. File: rayarray.php <?php /** * RayArray arrays utility [...]
13 June, 2009 (13:01) | PHP, programming, Reference | 9 comments
Tags: class, http, PHP, Programming, Tutorial
RayHttp, A Simple Http Client Class for PHP Development. This class is designed to provide quick http reqest method to access external website. A CURL alternative to php native file_get_contents method. It can work without any configuration and can be called anywhere is your application using singleton design pattern. Unlike other Http client class in [...]
21 November, 2008 (02:49) | Linux, MySQL, personal, PHP, Reference, Ubuntu | 9 comments
Tags: Bash Script, Install, Linux, Tutorial, Ubuntu
I have created a bash script file to install almost all necessary softwares to run and work on a Ubuntu box. I have tried this script in Ubuntu 8.04 Hardy Heron and Ubuntu 8.10 Intrepid Ibex. Softwares I have placed in this script covers PHP-MySQL development and desktop applications for graphics, multimedia, to Internet applications. [...]
20 November, 2008 (16:09) | MySQL, PHP, programming, Reference | 81 comments
Tags: Image, MySQL, PHP, Tutorial, Upload
A basic approach to upload and save image to a MySQL database and then display the image from the database. First you need to create a table in MySQL Database to store the image data. Log into you database and run the following sql command: CREATE TABLE `images` ( `id` int(11) NOT NULL auto_increment, `name` [...]
« Older entries