-
Email Deliverability Tips
Posted on April 8th, 2009 No commentsEmail Deliverability Tips
Posted by Tom Kulzer (AWeber CEO)
source : http://www.aweber.com/?316515Ensuring requested opt-in email is delivered to subscriber inboxes is an increasingly difficult battle in the age of spam filtering. Open and click thru response rates can be dramatically affected by as much as 20-30% due to incorrect spam filter classification.
Permission
Confirming that the people who ask for your information have actually requested to be on your list is the number one step in the battle for deliverability. You should be using a process called confirmed opt-in or verified opt-in to send a unique link to the attempted subscriber when they request information. Before adding the person to your list they must click that unique link verifying that they are indeed the same person that owns the email address and requested to subscribe.
Subscriber Addresses
When requesting website visitors to opt-in ask for their “real” or “primary” email address instead of a free email address like Yahoo or Hotmail. Free emails tend to be throw away accounts and typically have a shorter lifetime than a primary ISP address.
-
Another Way to add Adsense Code in phpBB3
Posted on April 6th, 2009 No commentsHi,
I found another easy way to include Google Adsense in phpBB3. The full details can be found at
http://www.binaryturf.com/how-to-add-adsense-to-phpbb3/
To include Google Adsense in header the steps are as follows;
Administration Control Panel> Style > Template > Edit Prosilver > Select overall_header.html
Find
Tip: This may be a partial find and not the whole line.Code:Select All
- Code: Select all
<a name="start_here"></a>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.- Code: Select all
<div class="adsense" style="width:728px;margin:auto;float:center">
<script type="text/javascript">
google_ad_client = "your-adsense-pub-id";
/* 728×90, created 9/31/08 */
google_ad_slot = "your-slot-id";
google_ad_width = 728;
google_ad_height = 90;</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
</div>
——————————————————————————————————
To include at the footer of the forum the step are as follows:
Go to > Administration Control Panel> Style > Template > Edit Prosilver > Select overall_footer.html
Find
Tip: This may be a partial find and not the whole line.Code:Select All
- Code: Select all
</div>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.- Code: Select all
<div class="adsense" style="width:728px;margin:auto;float:center">
<script type="text/javascript">
google_ad_client = "your-adsense-pub-id";
/* 728×90, created 9/31/08 */
google_ad_slot = "your-slot-id";
google_ad_width = 728;
google_ad_height = 90;</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
</div>
-
How to add adsense to phpBB3
Posted on April 6th, 2009 No commentsTo download the Mod, please visit http://www.lithiumstudios.org , download the relevant zip file and follow the Install.xml Instruction file included in the download.Please backup your original files in case, the was any problem you could back up.Then Go into the Advertisement Managment module in the ACP:
ACP -> General -> Board configuration -> Advertisement ManagementCreate A New Ads > Copy & Paste the Google Adsense Code > Choose the position > Click Submit to Complete.
Please wait for about 30 – 45 minutes for Google bots to crawl your website and load the advertisement.
Once you have done as mentioned below, please wait for about 40 minutes for you.
For more details, please read the complete article below. Thanks
-
How to secure your Joomla version 1.5
Posted on April 6th, 2009 No commentsWant to make your joomla website much more secure? Any hackers can easily know whether you are using Joomla just by checking your page code or typing admin’s site access : http://www.domain.com/administator/
Plugin that you could use to make it harder to access your admin is Secure Authentication. The plugin page is stated below and to use the plugin is very simple and straight forward. Just follow the instruction and it is done.


