Tuesday, February 10, 2009

How to View Private Facebook Profiles


Welcome to How to View Private Facebook Profiles

Welcome, How to View Private Facebook Profiles was created to teach you all the facebook tips, tricks and hacks you could need from view private facebook pages and profiles to learning how to see private facebook albums. We will also explain the many security holes in facbook’s privacy and private profile settings and also give how to’s for facebook private profile security advice. You can view any private facebook hack.
You will learn how to make facebook pages safer and tricks such as view others private profiles. No matter what facebook does there always seems to be a way to view users profile pictures, albums and at times their entire private facebook profile pages. Make sure you bookmark this page, as many new bugs will be released, and we will find out how to view all of these exploits. Post these links to all who think facebook profiles are truly secure or private, or to those who are wary of its security.
If you have any questions or concerns about how to see a private facebook pages and profiles or have a different view point, feel free to comment on any of the pages. If you like this site and you want to continue to get useful information on facebook tips, tricks and hacks read

Friday, February 6, 2009

How To access session variable in javascript

<script language="JavaScript">

var MySessionvalue = <% = Session("key") %>;
...
</script>

No way possible without creating a PostBack or using AJAX. Here's an example using a PostBack:
aspx file:
<script type="text/javascript">
<!--
function setSessionVariable(valueToSetTo)
{
 __doPostBack('SetSessionVariable', valueToSetTo);
}
// -->
</script>
aspx.cs file:
private void Page_Load(object sender, System.EventArgs e)
{
 // Insure that the __doPostBack() JavaScript method is created...
 this.GetPostBackEventReference(this, string.Empty);
 if ( this.IsPostBack )
 {
  string eventTarget = (this.Request["__EVENTTARGET"] == null) ? string.Empty : this.Request["__EVENTTARGET"];
  string eventArgument = (this.Request["__EVENTARGUMENT"] == null) ? string.Empty : this.Request["__EVENTARGUMENT"];
  if ( eventTarget == "SetSessionVariable" )
  {
   Session["someSessionKey"] = eventArgument;
  }
 }
}


<script type="text/javascript" language="javascript">

var sessionValue = '<%= Session["SesValue"] %>';
alert(sessionValue);

</script>
 Put This Script In Your Page Inline

How To install font in Windows

Install a font, follow these steps:
4000 Fonts

  1. Click Start, and then click Run.
  2. Type the following command, and then click OK:
    %windir%\fonts
  3. On the File menu, click Install New Font.
  4. In the Drives box, click the drive that contains the font that you want to add.

    Note The floppy disk drive is typically drive A or drive B. The CD drive is typically drive D.
  5. In the Folders box, click the folder that contains the font that you want to add, and then click OK.
  6. In the List of fonts box, click the font that you want to add. To select more than one font at a time, press and hold the CTRL key while you select each font.
  7. Click to select the Copy Fonts To Fonts Folder check box. The new font is saved in the Windows\Fonts folder.
  8. Click OK.
Note Windows supports TrueType fonts or fonts that are designed especially for Windows which can be purchased separately. Some programs also include special fonts that are installed as part of the program installation. Additionally, TrueType or special Windows fonts are frequently included with printers. Follow the directions that are included with these products to install these fonts.

How to learn a foreign language fast


The Million Dollar Question: How Do I Learn a Foreign Language Fast?

There are many reasons someone may want to learn language fast. Those reasons could include: economic reasons, employment, travel, personal growth and many others. The reality is that learning a foreign language fast is simply just not that easy.
It is widely known that the fastest way to learn a foreign language is through immersion. Immersion is a process where you place yourself in the culture and nation where the language is readily spoken and force yourself to communicate with the people in their natural language of choice. A great example of this is the Hebrew Immersion program in Leonia, N.J., children at a very young age are placed in a situation that makes them speak Hebrew on a continual basis. Recent research has shown that studying a foreign language early boosts a child's brainpower, vocabulary and self-esteem (Wiener 2002). This research clearly demonstrates that an individual can learn a foreign language fast through immersion.
The problem with immersion techniques are many fold. First, there are simply not many programs around and those that do exist are for children. Second, in today's world not many have the time to travel to a foreign land and begin to learn the language through immersion. Finally, economically an immersion program is very expensive to undertake.

Four ways to learn a foreign language fast

The fastest ways to learn a foreign language

The Four Ways to Learn Language
·              1. Language Exchange Programs
·              2. Distance Learning
·              3. Language Courses
·              4. Language Software and Self Teaching
 
Language Exchange Programs
Language Exchange programs are where a person begins to communicate with someone from a different country on a frequent basis. In the old days this used to be called getting a pen pal. Language exchanges help to learn a foreign language fast. The language exchanges force you to begin communicating with someone who speaks a foreign language on a regular basis. The exchange programs today are much easier in past because of the invention of the internet. The internet allows a person to communicate through email and has many tools that help in the conversion of the language. Enrolling in a language exchange program will greatly increase the speed at which you learn a language and you will create a friend or colleague in a foreign land.
 
Language Correspondence Programs
Distance learning is now a staple of most higher education learning institutions. Distance education or online learning allows a user to enroll in a college course and learn at their convenience. The great component of distance learning is that is very comprehensive, often times can learn at your own pace and the quality standards are maintained at a high level.
The problem with distance learning is that is can be very costly and because of the depth of coverage may not cover too much breadth for the cost of the program. Correspondence programs are a great way to learn for those who have time and flexibility to complete the courses. However, college courses and correspondence programs usually do not help us to learn a foreign language fast.
 
Language Software and Self Teaching
Self teaching through reading materials and software is the most popular way to learn a foreign language fast. The popular programs like Rosetta Stone, Rocket Spanish and others make claims that an individual can learn a language in as little as 3 - 6 months. Most of the higher quality software programs on the market today use a variety of multimedia to help the student learn the foreign language fast. It is very important the software features reading, writing, listening and speaking as a feature of the program.
The top end computer programs can cost upwards of $300 - $500. Purchasing two or three language programs would equate to an expense of a $1000 for the top end software. While these programs are expensive they are a fraction of the cost of taking a college course or correspondence course. It is important to remember that using any computer program requires self discipline and patience to get the full benefits of the program.
If you want to learn a foreign language fast there is no easy solution. A combination of language exchange programs coupled with a good language software program like Rosetta Stone or Rocket Spanish will greatly accelerate a uses ability to learn a foreign language fast.

Thursday, February 5, 2009

How To integrate flash into html

There are several methods of embedding Flash elements into HTML pages. 

1st method:
 

To embed the Flash intro that you just edited into an HTML page, you should go back to your Flash program and do the following steps:

Step 1 
Choose "File > Open". Open the Flash intro you have modified.
Step 2 
Choose "File > Export Movie" or press "CTRL + SHIFT + ALT + s"
Step 3 
Name the file "intro.swf". Choose the location where the file is to be stored (in your HTML folder). Click "OK".
Step 4 
Open the HTML page where you want to insert your Flash movie. Insert this code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" 
height="322"> 
<param name="movie" value="intro.swf"> 
<param name="quality" value="high"> 
<embed src="intro.swf" quality="high" 
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" 
height="322"></embed> 
</object> 
In the code above there is both an <embed> tag and an <object> tag. This is because the <object> tag is recognized by Internet Explorer, and Mozilla recognizes the <embed> tag and ignores the <object> tag. There are a few more attributes used: classID is an attribute to the <object> tag. It tells Internet Explorer to load the ActiveX plug-in if it is not installed. The plug-ins page is an attribute to the <embed> tag. It displays a link to the Shockwave download page if Netscape does not have it. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed.
Step 5 
Save the HTML file and run it in a browser window to preview the flash intro.
2 method:
The Flash program can generate both SWF movie and HTML page adding all the necessary attributes into the code for a flash intro:
Step 1 
Choose "File > Open". Open the Flash intro you have modified.
Step 2 
Choose "File > Publish" or press "shift+F12". Flash will now create the <object><param>, and 
Choose "File > embed tags for you". It will also create the classID and plug-ins page attributes.
Step 3 
Open the HTML document that Flash created in a browser window to preview the flash intro.

Wednesday, February 4, 2009

How To transfer bank accounts


How to Transfer Money Between Bank Accounts


Perhaps you have more than one checking account or you have both a checking and a savings account. You would like to move money from the savings account to the checking account or vice versa, but you are not sure how to accomplish this task. There are a variety of ways to transfer money between bank accounts; just choose the one that works best for your lifestyle.
Instructions
  1. 1
    Visit your local bank branch and arrange for a money transfer in person. Although this is not the fastest way to transfer money, if you are the type of person who enjoys chatting it up with the bank tellers, this is the way to go. Simply approach the teller, provide him or her with identification, and indicate how much money you want moved from one account to the other.
  2. 2
    Call your bank's toll-free customer service line. Many banks allow you to transfer money between accounts over the telephone. Since you are not withdrawing money, it is considered an acceptable transaction to complete over the phone. The customer service representative may ask you a few questions for identification verification before proceeding with your transaction.
  3. 3
    Click on your bank's website and get an online account. Signing up for online banking is relatively simple and you can complete this in a few minutes. Once you have an online login and password, you can see all your accounts in one convenient website screen. Click the "Transfer" hyperlink and choose the account in which to transfer the money. Online banking is safe and secure what with modern SSL-encrypted website technology.
  4. 4
    Go to your bank's nearest automatic teller machine (ATM). Most ATMs have a selection to transfer funds between accounts; carefully read all the options after putting in your debit card and entering your personal identification number to choose the appropriate transaction.

how to implement php in html


PHP in HTML

When building a complex page, at some point you will be faced with the need to combine PHP and HTML to achieve your needed results. At first point, this can seem complicated, since PHP and HTML are two separate languages, but this is not the case. PHP is designed to interact with HTML and PHP scriptscan be included in an HTML page without a problem. 


In an HTML page, PHP code is enclosed within special PHP tags. When a visitor opens the page, the server processes the PHP code and then sends the output (not the PHP code itself) to the visitor's browser. Actually it is quite simple to integrate HTML and PHP. A PHP script can be treated as an HTML page, with bits of PHP inserted here and there. Anything in a PHP script that is not contained within <?php ?> tags is ignored by the PHP compiler and passed directly to the web browser. If you look at the example below you can see what a full PHP script might look like: 

Recommended usage:

<html>
<head></head>
<body class="page_bg">
Hello, today is <?php echo date('l, F jS, Y'); ?>.
</body>
</html>
The code above is simply HTML, with just a bit of PHP that prints out today's date using the built-in date function. As mentioned above, all of the plain HTML in the code above will be ignored by the PHP compiler and passed through to the web browser untouched. 

See how easy that is? Integrating PHP and HTML is really very simple. Just remember that at its core, a PHP script is just an HTML page with some PHP sprinkled through it. If you want, you can create a PHP script that only has HTML in it and no <?php ?> tags, and it will work just fine. 

More advanced techniques:

<html>
<head></head>
<body>
<ul>
<?php for($i=1;$i<=5;$i++){ ?>
<li>Menu Item <?php echo $i; ?></li>
<?php } ?>
</ul>
</body>
</html>
and the result is:
  • Menu Item 1
  • Menu Item 2
  • Menu Item 3
  • Menu Item 4
  • Menu Item 5

PHP in HTML using short_open_tag

If you want to shorten your code as much as possible, you can go for the short_tags option. This will save you from typing <?php at the beginning of the code, shortening it to just <?. In order to enable this, you should update the php.ini file and turn the "short_tags" setting from "Off" to "On". While on most servers this setting is already turned on, it's always best to check beforehand. A problem that can occur if using short tags is a conflict with the XML usage. For XML, the <? syntax will start a processing function. To avoid this problem, the alternative <?= tag can be used. 


PHP in HTML using short_tags:
<html>
<head></head>
<body class="page_bg">
Hello, today is <?=date('l, F jS, Y'); ?>.
</body>
</html>
Have in mind that if you want to build a website compatible with as many platforms as possible, you should not rely on short_tags.