Show all images in a folder with PHP Rumi, September 11, 2010 <?php //Your folder $files = glob(“icons/*.*”); $colCnt=0; echo ‘<table border=”0″ style=”width:590px;”>’; for ($i=1; $i<count($files); $i++) { $colCnt++; if ($colCnt==1) echo ‘<tr>’; echo ‘<td width=”25%” style=”font-size:8.5px; font-family:arial”>’; $num = $files[$i]; echo ‘<img src=”‘.$num.'” align=”absmiddle” /> ‘; print substr(substr($num,6,100),0,-4); echo ‘</td>’; if ($colCnt==4) { echo ‘</tr>’; $colCnt=0; } } echo ‘</table>’; ?> Continue Reading
অভ্রতে নতুন কি-বোর্ড ইনস্টল করা Rumi, September 10, 2010September 10, 2010 আপনারা অনেকে ইতিমধ্যে জেনে গেছেন অভ্র থেকে ইউনিজয় কি-বোর্ড বাদ দেয়া হচ্ছে অচিরেই। তাই আসুন অভ্রতে কিভাবে নিজের পছন্দমত কি-বোর্ড ইনস্টল করে নেয়া যায় তা জেনে নেই। মাত্র কয়েকটি ধাপ। যে কেউ খুব সহজে এটি করতে পারবেন। এটি করার জন্য অভ্রর সাম্প্রতিক ভার্সন ৪.৫.১ ব্যবহার করাই ভাল। আমি পুরনো ভার্সনে… Continue Reading
Mail relaying with Virtualmin Rumi, August 30, 2010 In a typical Virtualmin configuration, email for domains that you host will be delivered to mailboxes on the system for reading by users using Usermin or an IMAP client like Outlook or Thunderbird. However, in come cases you may want mail ultimately delivered to another server, such as an Exchange box… Continue Reading
Raid Controller for Dell T-300 Servers- PERC 5, 6 Rumi, August 30, 2010 A handy doc, better preserve before dell thinks this is obsolete… 😉 Dell PERC 5, PERC 6 and CERC 6 RAID Controller Device Driver for Windows 2003 i386 Version 2.14.0.32 TABLE OF CONTENTS ================= 1.0 Introduction 2.0 Compatibility / Minimum Requirements 3.0 Install Instructions 3.1 Installing the Driver During Operating… Continue Reading
Allow ICMP Rule on Windows 7, Windows Vista, Windows Server 2008, or Windows Server 2008 R2 Rumi, August 25, 2010 To allow inbound Internet Control Message Protocol (ICMP) network traffic, use the Windows Firewall with Advanced Security node in the Group Policy Management MMC snap-in to create firewall rules. This type of rule allows ICMP requests and responses to be sent and received by computers on the network. Continue Reading
Travel notes for Cox’s Bazar Rumi, August 3, 2010 FOr future reference- the note can be downloaded from here Continue Reading
Rangamati travel guide Rumi, July 28, 2010 While reading Ittefaq’s supplementary section “Korocha” the article noted my attraction- it looked handy to me for future trip to Rangamati with my family… As usual, Ittefaq is non Unicode, the whole article is converted to a pdf file and attached Continue Reading
Bangla Unicode Fonts Download Rumi, July 3, 2010July 3, 2010 In recent days, I was in need of some unicoded Bangla fonts. Ekushey had some but, omicrolab has a good collections of font resources. But, it was a tedious way to download those font bunches. For others convenience, have uploaded those fonts to my site. You can download them here… Continue Reading