For Negative Text Indent Text Align left is must : CSS Issue

Posted by & filed under CSS.

I got an an email from a customer that anchor text is showing as they should not as we used image in anchor tag and used text indent negative. An interesting finding for CSS issue for * to make the negative indent you must set the property text align left. Text align right with text… Read more »

Listen

Jomsocial auth Controller callback fix to allow other application

Posted by & filed under Joomla.

I was working with a new extension for jomsocial for auto update any jomsocial status update to linkedin. Please note that jomsocial has a packaged apps for twitter for such purpose and that’s why I was trying to go with same thing for linkedin and tried to use the jomsocial library etc. After authentication callback… Read more »

Listen

একদিন একটা কবিতা লিখেছিলাম

Posted by & filed under Bangla Blogs.

একদিন একটা ল্যাম্পপোস্টকে ভালোবেসেছিলাম, জানান না দিয়েই ওটা ঝড়ে ভেঙে পড়েছিল। একদিন একটা ইনার্জি সেভিং বাল্বকে দেখে স্বপ্ন দেখা শুরু করেছিলাম, কিছুদিনের ভেতর ফিউজ হয়ে গিয়েছিল। একদিন একটা ডাস্টবিনের ময়লাগুলোকে মনে ধরে ছিল, পরের দিন দেখি সেগুলো সিটিকর্পোরেশন নিয়ে গেছে ! একদিন একটা কবিতা লিখেছিলাম, কেউ পড়ার আগেই ছিড়ে টুকরো টুকরো করে উড়িয়ে দিলাম। নোটঃ… Read more »

Listen

ছোট্ট পুঁটি মাছ

Posted by & filed under Bangla Blogs.

জানার চেস্টা করি নাই ঠিক তা নয়, তবে জানতে জানতে যে সময় চলে যায় তা ঠাওর করা কঠিন হয়ে যায়। ছোট্ট পুঁটি মাছ, আধার পরিক্ষা করতে গিয়ে যেভাবে বর্শিতে বিঁধে যায় শেষ করে প্রাণ সেভাবে আমাকে একদিন খেয়েছিল মহাকাল ! প্রাণ ভয়ে আমি সেবার ঠিক পিছু হঠে আসি নাই বরং পেরিয়ে গিয়েছিলাম ল্যাংটা কাঁদা !… Read more »

Listen

Fixing ‘DS’ error in joomla 3.0 alpha

Posted by & filed under Tips and Tricks.

I was checking the Joomla! 3.0.0_Alpha1 version and got an error after installing one of extension that shows Directory separator constant DS error. So if you get such error for any of your extension try this code if(!defined(‘DS’)){ define(‘DS’,DIRECTORY_SEPARATOR); } May be making a system plugin can solve this problem. I developed one BTW, we… Read more »

Listen