Thursday, March 18, 2010

Mysql Storage Engines

About Mysql storage engines :

ISAM

ISAM full form is Indexed Sequential Access Method, a method for indexing data for fast retrieval. ISAM was originally developed by IBM for mainframe computers.

Algorithm :



More about this ...


MyISAM :

MyISAM [full form] stands for Mysql Indexed sequential access method.

MySQL implements and extends ISAM as MyISAM.

-> MyISAM is a default storage engine for the MySQL relational database management system

-> MyISAM will not support transactions.

-> Additional inclusion from ISAM is referential integrity constraints, and higher concurrency.

More about MyISAM ...

Wednesday, March 17, 2010

Block websites on a local computer

Block websites on a local computer.

C:\WINDOWS\system32\drivers\etc\

filename hosts

edit like below


~~~~~~~~~~~~~~~~~~~~~~~

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
127.0.0.1 www.yahoo.com
127.0.0.1 www.yahoomail.com
127.0.0.1 www.mail.yahoo.com
127.0.0.1 www.gmail.com
127.0.0.1 www.orkut.com
127.0.0.1 www.naukri.com
127.0.0.1 www.monsterindia.com
127.0.0.1 www.rediffmail.com


~~~~~~~~~~~~~~~~~~~~~~~

Flex samples

Flex Sample applications

Flex samples

All in Flex with PHP

Flex with PHP

All in one for Flex

Learn flex with PHP

Flex with PHP


learn flex with PHP

Overview of flex with PHP

Complete flex concepts with php

Monday, March 15, 2010

How to remove username from gmail login page or Remove auto complete from web address

How to remove username from gmail login page or Remove auto complete from web address

Remove or disable auto complete from the web forms or web address in the browser and mail accounts

Turn it off and delete the auto-complete history

Wednesday, March 3, 2010

Change style of webpage scrollbar Advanced CSS features


ADVANCED CSS FEATURES:

CSS can be even used to change the appearance of the scroll bar at your right side. Unfortunately, that only works with IE. You have to be using IE in order for this to work. Here is how to change some appearances of your scroll bar:

The CSS statements for doing this are:
1) scrollbar-3dlight-color
2)scrollbar-arrow-color
3) scrollbar-base-color
4) scrollbar-dark shadow-color
5) scrollbar-face-color
6) scrollbar-highlight-color
7) scrollbar-shadow-color
8) scrollbar-track-color



BODY {
scrollbar-arrow-color: green;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: rgb(12,35,244);
}



How to customize your textboxes.
Here is the code on how to do it:



BODY {
scrollbar-arrow-color: green;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: rgb(12,35,244);
}
TEXTAREA {
scrollbar-arrow-color: green;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: rgb(12,35,244);
}



That above code, has some similarities. The textbox area is treated with the same function statements as for the scrollbar. The scrollbar statements goes in the BODY selector.

Solution for Reported Attack Site

Reported Attack Site!
This web site at "www.??????.com" has been reported as an attack site and has been blocked based on your security preferences.

Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.

Some attack sites intentionally distribute harmful software, but many are compromised without the knowledge or permission of their owners.

Solution:

good solutions

another solution

Flex builder cannot locate the required version of Flash Player. You might need to install Flash Player 9 or reinstall Flex Builder

Problem on Flex Builder with flash player on executing the MXML file...

Problem:
Flex builder cannot locate the required version of Flash Player. You might need to install Flash Player 9 or reinstall Flex Builder

solution:

solution to Flex builder cannot locate the required version of Flash Player. You might need to install Flash Player 9 or reinstall Flex Builder