October 2006

Acessing secured content via PHP and CURL

If you are looking for a solution to access content over SSL, please take a look at this solution. Here i am fetching content from del.icio.us over SSL. the trick is you have to accept SSL certificates by setting CURLOPT_SSL_VERIFYPEER to false. <?php // HTTP authentication $url = “https://api.del.icio.us/v1/posts/all”; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); …

Acessing secured content via PHP and CURL Read More »

I love you OSAlt

I forgot how i got this link but it makes my dream come true. this is a cool site which lists all open source alternatives of commercial software. the whole site is categorized by the type of software. easy navigation increases the usability. I can find what i need within a minute. Visit the site …

I love you OSAlt Read More »

Thank you – GrameenPhone

I am a regular mobile user and my favorite service provider is grameenphone, since 2004. Few days ago GP launched their ISP service and now mobile users subscribe to their internet service using any EDGE/GPPRS compatible mobile phone, or GPRS/EDGE modems. I recently subscribed to this service suign my nokia 6020 as modem and thats …

Thank you – GrameenPhone Read More »

Bring some Ruby/Prototype flavour in your PHP array

You know that in ruby/prototype you can traverse thru each element of array like this Array.each(function(){/*function body*/}). It has also some methods like without(), inspect(), indexOf();last(),  first() and others…. so how about implementing these cool methods in your regular PHP array?? No problem, lets extend the ArrayObject and have some fun. Here is the class. …

Bring some Ruby/Prototype flavour in your PHP array Read More »

চায়ের কাপ হাতে প্রতিদিন ভাবি – জীবনটা ছাইমাখা আকাশের ছবি

আজ সারাদিন গুগল অথেনটিকেশন নিয়ে কাজ করতে হল। অবশ্য এখন মনে হচ্ছে পেরে যাব। আমার দরকার গুগল সেন্ট্রাল অথেনটিকেশন ব্যবহার করা, গুগলের অন্যান্য সার্ভিসগুলো থেকে ডাটা এক্সট্রাক্ট করার জন্য। বাংলায় ব্লগিং করে অনেক মজা পাচ্ছি, নিজের মত করে নিজের কথা বলার চেয়ে মজা আর কি হতে পারে। আমার মোবাইল দিয়ে ইন্টারনেটের স্পিড মোটামুটি ভালই, কাজ …

চায়ের কাপ হাতে প্রতিদিন ভাবি – জীবনটা ছাইমাখা আকাশের ছবি Read More »

আবোলতাবোল

আজকে দিনটাই শুরু হল খুব খারাপ ভাবে, জঘন্য ভাবে, যা সারাদিনের কাজ করার ইচ্ছাটাই নষ্ট করে দেয়ার জন্য যথেষ্ট। প্রচন্ড মেজাজ খারাপ ছিল সারাদিন। মাঝে মাঝে ইচ্ছা করে সব কাজ ফেলে চলে যাই অনেক দুরে যেখানে কোন কাজ থাকবে না। সামনে আবার তিনদিন ছুটি। এই তিনদিন পেজফ্লেক্সে কাজ করব। সামহোয়্যারইনে ইদানিং কাজ করা কমিয়ে দিয়েছি, …

আবোলতাবোল Read More »