Google XML Generator http://wordpress.org/extend/plugins/google-sitemap-generator/ Contact Form http://wordpress.org/extend/plugins/contact-form-7 Super Cache (This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. 99% of your visitors will be…
Dissection of SPF (Sender Policy Framework)- A way to configure your DNS server SPF parameters
Pick a default. SPF domains have to publish at least two directives: a version identifier and a default mechanism. mydomain.com. TXT “v=spf1 -all” This is the simplest possible SPF record: it means your domain mydomain.com never sends mail. It makes sense to do this when a domain is only used…
Greenzone
Storyline Following the American invasion of Iraq in 2003 Chief Warrant Officer Roy Miller and his men are charged with finding the so-called weapons of mass destruction, whose existence justified American involvement, according to the Pentagon and their man in Baghdad, Poundsgate. Veteran CIA operative Marty tells Miller that there…
UltiDev Cassini Web Server for ASP.NET Applications
What is UltiDev Cassini Web Server? UltiDev Cassini is a free, light-weight and redistributable web server that can host ASP.NET 3.5, 3.0, 2.0 and 1.1 applications and static HTML sites. Whenever your customers need an alternative to IIS — UltiDev Cassini web server is the answer. UltiDev Cassini was built…
Top 5 Best Linux Firewalls
iptables If you are new to any of the top 5 firewalls mentioned here, please read the rest of the article to understand more about them. 1. Iptables iptables is a user space application program that does packet filtering, network address translation (NAT), and port address translation (PAT). iptables is…
If the ‘Mosque’ Isn’t Built, This Is No Longer America by Michael Moore
I am opposed to the building of the “mosque” two blocks from Ground Zero. I want it built on Ground Zero. Why? Because I believe in an America that protects those who are the victims of hate and prejudice. I believe in an America that says you have the right to…
Show all images in a folder with PHP
<?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>’; ?>
অভ্রতে নতুন কি-বোর্ড ইনস্টল করা
আপনারা অনেকে ইতিমধ্যে জেনে গেছেন অভ্র থেকে ইউনিজয় কি-বোর্ড বাদ দেয়া হচ্ছে অচিরেই। তাই আসুন অভ্রতে কিভাবে নিজের পছন্দমত কি-বোর্ড ইনস্টল করে নেয়া যায় তা জেনে নেই। মাত্র কয়েকটি ধাপ। যে কেউ খুব সহজে এটি করতে পারবেন। এটি করার জন্য অভ্রর সাম্প্রতিক ভার্সন ৪.৫.১ ব্যবহার করাই ভাল। আমি পুরনো ভার্সনে…
Mail relaying with Virtualmin
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…
Raid Controller for Dell T-300 Servers- PERC 5, 6
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…