Home Other Howtos
References: (Project Menu -> References)
Microsoft DAO 3.51 object library
Microsoft ActivX data object 2.0 library
Microsoft Scripting runtime
Microsoft databainding collection
Microsoft dataformating object library
Form Load Event: (General Area)
Private cn As ADODB.Connection
Private rs As ADODB.Recordset
Dim cmd As String
Dim sql As String
Connection...
The web is more a social creation than a technical one. I designed it for a social effect — to help people work together — and not as a technical toy. The ultimate goal of the Web is to support and improve our weblike existence in the world. We clump into families, associations, and companies. We develop trust across the miles and distrust around...
Filed in: HowTo, Other Howtos
GgOoOoOoOGgLeEe Worrning
Thousands of online accounts are hijacked every day. If you re-use your Gmail password at other websites, change it now
Use a unique password
For every unique account, use a unique password.
Using the same password on different websites allows hijackers to access your important accounts if they manage to steal your password...
i am going to enable directory listing on my webserver but only for one folder some times it can be considered a security issue but you can control this behavior of your site using simple code. first of all download .htaccess from your site’s root folder.
open this file with any editer like notpad, wordpad or notepad ++
add following line to...
Filed in: HowTo, Other Howtos
What is FTP?
FTP (File Transfer Protocol) is the simplest and most secure way to exchange files over the Internet. Whether you know it or not, you most likely use FTP all the time.
The most common use for FTP is to download files from the Internet. Because of this, FTP is the backbone of the MP3 music craze, and vital to most online auction...
Changing the collation for all tables in a MySQL database can be time consuming depending on how many tables you have.
That’s why we recommend using the following PHP script for changing the collation for all tables at a time:
<?php
$db = mysql_connect(‘localhost’,'DBUserName’,'DBPassword’);
if(!$db) echo “Cannot...
Filed in: HowTo, Other Howtos




