Welcome to laksam Ideal Technical Institute.

The roots of education are bitter, but the fruit is sweet.

Welcome to laksam Ideal Technical Institute.

Education is the most powerful weapon which you can use to change the world.

Welcome to laksam Ideal Technical Institute.

Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught.

Welcome to laksam Ideal Technical Institute.

A teacher affects eternity; he can never tell where his influence stops.

Welcome to laksam Ideal Technical Institute.

Genius without education is like silver in the mine.

Saturday, December 7, 2013

World Great Leader Nelson Mandelas Famous Quote

Nelson Mandela
1. There is no easy walk to freedom anywhere, and many of us will have to pass through the valley of the shadow of death again and again before we reach the mountaintop of our desires.
2. Our struggle for freedom and justice was a collective effort. It is in your hands to create a better world for all who live in it.
Out of the experience of an extraordinary. 

3. human disaster that lasted too long, must be born a society of which all humanity will be proud.
4. We understand it still that freedom. we know it well that none of us acting alone can achieve success. We must therefore act together as a united people, for national reconciliation, for nation building, for the birth of a new world.
5. To deny People their human rights is to challenge their very humanity, to impose on them a wretched life of hunger and deprivation is to dehumanize them. But such has been the terrible fate of all black persons in our country under the system of apartheid.
4. People may say to spend 27 years in prison you have wasted your life. But the greatest thing for a politician is whether the ideas to which you have committed your life are still alive, whether these ideas are likely to triumph in the end, and everything that happened showed that we have not sacrificed in vain.
7. What a sweet euphemism for self-praise the English language has evolved.
8. I came to accept that I have no right whatsoever to judge others in terms of my own customs, however much I may be proud of such customs.
9. Only armchair politicians are immune from committing mistakes. Errors are inherent in political action.

10. Until I was jailed I never fully appreciated the capacity of memory, the endless string of information the head can carry.

Friday, July 12, 2013

Creating a contact form for your website

Here is a ‘ready to use’ form that you can simply plug-in to your web site. All that you have to do is to download the code below, update the code to include your email, and attach form to your web site. You can easily customize the form for your needs. The code is 100% validated XHTML1.0 strict.




$mailto = 'destination email id' ;

$formurl = "from email id" ;


// -------------------- END OF CONFIGURABLE SECTION ---------------

$subject = $_POST['thesubject'] ;

$message = $_POST['themessage'] ;

$name = $_POST['name'] ;

$address = $_POST['address'] ;

$city = $_POST['city'] ;

$state = $_POST['state'] ;

$postalcode = $_POST['postalcode'] ;

$country = $_POST['country'] ;

$email = $_POST['email'] ;

$phone = $_POST['phone'] ;

$phone1 = $_POST['phone1'] ;

$http_referrer = getenv( "HTTP_REFERER" );

if (!isset($_POST['email'])) {

header( "Location: $formurl" );

exit ;

}

$thankyouurl='thanx.php';//page where redirect after mail contact form successfully

$messageproper =





"This message was sent from:\n" .

"$http_referrer\n" .

"------------------------- COMMENTS -------------------------\n\n" .

" Subjet : $thesubject\n\n Message : $themessage\n\n Name : $name\n Address : $address\n City :$city\n State : $state\n Postal Code: $postalcode\n\n Phone : $phone, $phone1\n Country : $country\n\n Email : $email\n";

"\n\n------------------------------------------------------------\n" ;


mail($mailto, $subject, $messageproper, "From: \"$Name\" <$email>\nReply-To: \"$name\" <$email>\nX-Mailer: chfeedback.php 2.01" );

header( "Location: $thankyouurl" );

exit ;


?>
---------------------------------------

HTML CODE




Here is a 'ready to use' form that you can simply plug-in to your web site. All that you have to do is to download the code below, update the code to include your email, and attach form to your web site. You can easily customize the form for your needs. The code is 100% validated XHTML1.0 strict.




$mailto = 'destination email id' ;

$formurl = "from email id" ;


// -------------------- END OF CONFIGURABLE SECTION ---------------

$subject = $_POST['thesubject'] ;

$message = $_POST['themessage'] ;

$name = $_POST['name'] ;

$address = $_POST['address'] ;

$city = $_POST['city'] ;

$state = $_POST['state'] ;

$postalcode = $_POST['postalcode'] ;

$country = $_POST['country'] ;

$email = $_POST['email'] ;

$phone = $_POST['phone'] ;

$phone1 = $_POST['phone1'] ;

$http_referrer = getenv( "HTTP_REFERER" );

if (!isset($_POST['email'])) {

header( "Location: $formurl" );

exit ;

}

$thankyouurl='thanx.php';//page where redirect after mail contact form successfully

$messageproper =





"This message was sent from:\n" .

"$http_referrer\n" .

"------------------------- COMMENTS -------------------------\n\n" .

" Subjet : $thesubject\n\n Message : $themessage\n\n Name : $name\n Address : $address\n City :$city\n State : $state\n Postal Code: $postalcode\n\n Phone : $phone, $phone1\n Country : $country\n\n Email : $email\n";

"\n\n------------------------------------------------------------\n" ;


mail($mailto, $subject, $messageproper, "From: \"$Name\" <$email>\nReply-To: \"$name\" <$email>\nX-Mailer: chfeedback.php 2.01" );

header( "Location: $thankyouurl" );

exit ;


?>
---------------------------------------

HTML CODE

< form id="form1" method="post" action="mailSend.php" >

< table border="1" cellspacing="5" >
< tr >
< td colspan="2">
< h3>
Send a Enquiry< / h3>
< /td >
< tr >
< td >
< /td >
< td >
<  input type="hidden" id="ToEMail" name="ToEMail" value="contact@victoriamortgagebrokers.com.au" />

<  input type="hidden" id="thanksPage" name="thanksPage" value="http://victoriamortgagebrokers.com.au/Thanks.html" />
< /td >
< tr >
< td >
Name
< /td >
< td >
<  input type ="text" id="txtName" name="txtName" /  >
< /td >
< /tr >
< tr >
< td >
Contact No.
< /td >
< td >
<  input type="text" id="txtPhone" name="txtPhone" />
< /td >
< /tr >
< tr >
< td >
e-mail ID
< /td >
< td >
<  input type="text" id="txtEmail" name="txtEmail" />
< /td >
< /tr >
< tr >
< td >
Suburb.
< /td >
< td >
<  input type="text" id="txtsuburb" name="txtSuburb" />
< /td >
< /tr >
< tr >
< td >
Post Code
< /td >
< td >
<  input type="text" id="txtpostCode" name="txtPostCode" />
< /td >
< /tr >
< tr >
< td >
Home Telephone< /td >
< td >
<  input type="text" id="txtHomePhone" name="txtHomePhone" />
< /td >
< /tr >
< tr >
< td >
Office Telephone< /td >
< td >
<  input type="text" id="txtofficePhone" name="txtOfficePhone" />
< /td >
< /tr >
< tr >
< td >
Mobile
< /td >
< td >
<  input type="text" id="txtmobile" name="txtmobile" />
< /td >
< /tr >
< tr >
< td >
Looking For< /td >
< td >
<  input type="text" id="txtlookingfor" name="txtlookingfor" />
< /td >
< /tr >
< tr >
< td valign="top" >
Comments
< /td >
< td >
< textarea id="txtComments" name="txtComments" >< /textarea>
< /td >
< /tr >
< tr >
< td >
< /td >
< td align="right" >
<  input id="Button1" type="submit" value="Send" />
< /td >
< /tr >
< /table>
< /form>

Thursday, June 13, 2013

What is SEO

If you are Looking for SEO Leads from social media, then use Google Plus Search to Hunt them by searching with:

{"we are "|"they are "|"they're "} {{"looking for"|"searching for"|seeking}|"can anyone" recommend}} SEO


Question:

Cloaking is a controversial SEO technique. What does it involve?

a. Increasing the keyword density on the web pages

b. Offering a different set of web pages to the search engines
e. Hiding the keywords within the webpage
d. Creating multiple pages and hiding them from the website visitors


Which of the following is an ethical SEO Technique?


a. Creating a subdomain with the hottest keyword and creating duplicate copies of existing pages on it

b. Filling your pages with keywords, whether relevant to the page content or not
c. Creating a page which serves a different content to the search engine bots and different to human users
d. None of the above


Question:

Which of the following statements about Google's technical and quality guidelines is true?

a. It is advantageous if your web server supports the If-Modified-Since HTTP header

b. If using dynamic pages, it helps to keep the parameters short and the number of them few
c. Avoid using robots.txt to prevent crawling of search results pages or other auto-generated pages, even if they don't add much value for users coming from search engines
d. Submitting new pages of your website at http://www.google.com/addurl.html as soon as they are online, helps to speed up indexing



What does the term Keyword Prominence refer to?


a. It refers to the fact that the importance of choosing high traffic keywords leads to the best return on investment

b. It refers to the importance attached to getting the right keyword density
c. It refers to the fact that the keywords placed in important parts of a webpage are given priority by the search engines
d. It refers to the fact that the keywords in bold font are given priority by the search engines


Question:

Which of the following website design guidelines have been recommended by Google?

a. Having a clear hierarchy and text links

b. Every page should be reachable from at least one static text link
c. If the site map is larger than 100 or so links, you should break the site map into separate pages
d. Keeping the links on a given page to a reasonable number (fewer than 100)
e. Use less than 30 images or graphics per page

Tuesday, March 26, 2013

Computer Education


Use System Restore
System Restore in Windows XP might not have been the greatest tool, but since Windows Vista came around, it's been an excellent choice for fixing up all sorts of problems, including issues that cause your system to not boot anymore. While testing, I once deleted a bunch of files in system 32 to purposely cause a blue screen of death, and then used System Restore to get the system up and running again in minutes. If you're unfamiliar with the process, you can follow this step-by-step guide to restoring your PC with System Restore.

Thursday, January 3, 2013

Disk Defragment System.

Step 1
To defragment your Computer Click Start Menu, after click programs, click Accessories, click system Tools, and than click Disk Defragmenter Defragment Now select Drive after click any dive and then click defragment.

2.  The Windows Disk Defragmenter program will open and all drives are listed in the top window pane.  Since the program is going to be arranging files on your hard drive, it is important that no files are being accessed during the process, or the program won't be able to move them.  Close all open programs. 
Defragmenter Window
3.  The C: drive is where operating system files and programs are installed by default, so make sure that it is selected, then click Defragment. While the program is running, it is recommend that you not use your computer. The time is takes to run the defragmenting process is dependent on the size of your hard drive and amount of fragmentation. 
While the program is running you will see a graphical representation of the blocks of files on your hard drive being moved and the fragmented segments joined together.  Usually the less gaps of free space between the contiguous segments the better, but as long as the fragmented files are put together into contiguous segments, it will help your computer's performance.  
Defragmenting graphic
4.  Once the process is complete, the graphic should display most of the contiguous files on the left and the majority of the free space on the right. Close the Disk Defragmenter window and resume using your computer.
Defragment Complete