Archive for March, 2008
Creating Your Own Server Stat Script in PHP
Wednesday, March 26th, 2008Before you create your own server stat script in PHP, it is must to check your ports are responding. You should aware when one of your services are down, such as HTTP, MySQL, POP/SMTP, etc. Also, other information you should know the current server loads, and users which will be the chief indicator of […]
How to Create Remote login page for DirectAdmin
Wednesday, March 26th, 2008 To create a remote DirectAdmin login page, you will have to put some HTML codes in your website.
Consider your website url is www.yourdomain.com, your DirectAdmin login url will be http://www.yourdomain.com:2222 for non-SSL or https://www.yourdomain.com:2222 for SSL login.
You need to put the following HTML from in your website HTML codes.
<form action=’http://www.yourdomain.com:2222/CMD_LOGIN/’ method=’post’>
<table border=’1′ width=’250′ cellpadding=’2′ […]
Media Streaming & Video Hosting
Monday, March 17th, 2008Streaming media let you to stream video content in real time, you can sway viewing or listening such as preview, video clips and can enable view again features. With modest simple equipment and viewing control, you can be capable to broadcast an audio-visual material on a worldwide.
Through Internet-connected device, or a PC or something more […]
why you should care about Web standards
Saturday, March 15th, 2008Here are 4 reasons why you should care about Web standards; however the benefit is much more than what illustrated here while you make your website web standards compliance.
1. Search Engine Optimization Initiative
The search engine spiders find easier to index site, and the clean and valid code, Also the Google sitemaps protocol has become […]
HTML Email with ASP
Wednesday, March 12th, 2008Here is the way you can send HTML email by using the Active Server Pages using the following code.
<%
Dim htmlMess ‘ THIS STORES THE HTML CODE
‘ PLEASE TAKE CARE ABOUT YOUR DOUBLE QUOTES
htmlMess = “<html><head><title>HTML message in Email</title>”
htmlMess = htmlMess & “<style>”
htmlMess = htmlMess & “h1{font-family : Arial; font-size : 16pt; font-weight : bold; color: […]
