[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-burn-ubuntu-image-to-cd-using.html[/postlink]http://www.youtube.com/watch?v=6ynn7Z5EUdgendofvid
[starttext]
Ubuntu - Burn Ubuntu Image to CD Using ImgBurn
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-transparent.html[/postlink]http://www.youtube.com/watch?v=2NaHMlNXjmUendofvid
[starttext]
Ubuntu Transparent
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/spree-on-heroku-pt-3.html[/postlink]http://www.youtube.com/watch?v=aUG4mf29ZQ8endofvid
[starttext]
THINGS TO BE IN YOUR MACHINE FIRST BEFORE DOING THE PROJECT:
(GOOGLE IT!)
POSTGRESQL8.3
GIT-1.6.0.2(OPTIONAL)
GIT
RUBY186-27_RC1 OR LATER
RUBYgems 1.3.1 or later
Rails
BEFORE I BEGIN, I WOULD LIKE TO INTRODUCE MY SELF,
I'M ARJAY ORCASITAS, A STUDENT OF DE LA SALLE-COLLEGE OF ST. BENILDE.
NOW LET'S BEGIN THE ACTUAL DEMONSTRATION
OPEN GIT BASH(OR YOUR COMMAND PROMPT. BUT MAKE SURE GIT IS INSTALLED IN YOUR MACHINE)
KEY IN: git clone git://github.com/schof/spree.git spree
then key in rake gems:install
SO SINCE HEROKU HAS IT'S OWN WAY OF DEPLOYING YOUR GEMS, LET'S INSTALL THE
NECESSARY GEMS MANUALLY.
gem install activemerchant
gem install has_many_polymorphs
gem install highline --version 1.4.0
gem install mini_magick
gem install tlsmail
then once you've already installed those gems above, copy them manually.
(C:\Ruby\lib\ruby\gems\1.8\gems) and put them in vendor\gems
once copied, open the the sciTE IDE and open the config\environment.rb and config\boot.rb
you have to change the RAILS_GEM_VERSION = "2.1.2" unless defined? RAILS_GEM_VERSION
to RAILS_GEM_VERSION = "2.1" unless defined? RAILS_GEM_VERSION in config\environment.rb and
load_rails("2.1.2") in line 58 to load_rails("2.1").
gem install postgres-pr
you have to update the database.yml in the config folder. I suggest that you
do it in postgresql configuration because heroku uses postgre.
here's my database.yml configuration:
development:
adapter: postgresql
host: localhost
port: 5432
database: postgres
username: postgres
password: jaythree
after this, key in rake db:bootstrap press enter 3 times
script/plugin install git://github.com/adamwiggins/yaml_db.git
rake db:data:dump
gem install heroku
ssh-add -d enter 3 times
git init
git add .
git commit -m "init"
heroku create existingapp-deploy
git remote add heroku git@heroku.com:existingapp-deploy.git
git push -f heroku
click gear, click rake
key in rake db:data:load
arjayorcasitas.com(thx to the author to upload this useful video to youtube.com)
spree6.heroku.com
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/spree-on-heroku-pt2.html[/postlink]http://www.youtube.com/watch?v=vt0RHqRHyvAendofvid
[starttext]
THINGS TO BE IN YOUR MACHINE FIRST BEFORE DOING THE PROJECT:
(GOOGLE IT!)
POSTGRESQL8.3
GIT-1.6.0.2(OPTIONAL)
GIT
RUBY186-27_RC1 OR LATER
RUBYgems 1.3.1 or later
Rails
BEFORE I BEGIN, I WOULD LIKE TO INTRODUCE MY SELF,
I'M ARJAY ORCASITAS, A STUDENT OF DE LA SALLE-COLLEGE OF ST. BENILDE.
NOW LET'S BEGIN THE ACTUAL DEMONSTRATION
OPEN GIT BASH(OR YOUR COMMAND PROMPT. BUT MAKE SURE GIT IS INSTALLED IN YOUR MACHINE)
KEY IN: git clone git://github.com/schof/spree.git spree
then key in rake gems:install
SO SINCE HEROKU HAS IT'S OWN WAY OF DEPLOYING YOUR GEMS, LET'S INSTALL THE
NECESSARY GEMS MANUALLY.
gem install activemerchant
gem install has_many_polymorphs
gem install highline --version 1.4.0
gem install mini_magick
gem install tlsmail
then once you've already installed those gems above, copy them manually.
(C:\Ruby\lib\ruby\gems\1.8\gems) and put them in vendor\gems
once copied, open the the sciTE IDE and open the config\environment.rb and config\boot.rb
you have to change the RAILS_GEM_VERSION = "2.1.2" unless defined? RAILS_GEM_VERSION
to RAILS_GEM_VERSION = "2.1" unless defined? RAILS_GEM_VERSION in config\environment.rb and
load_rails("2.1.2") in line 58 to load_rails("2.1").
gem install postgres-pr
you have to update the database.yml in the config folder. I suggest that you
do it in postgresql configuration because heroku uses postgre.
here's my database.yml configuration:
development:
adapter: postgresql
host: localhost
port: 5432
database: postgres
username: postgres
password: jaythree
after this, key in rake db:bootstrap press enter 3 times
script/plugin install git://github.com/adamwiggins/yaml_db.git
rake db:data:dump
gem install heroku
ssh-add -d enter 3 times
git init
git add .
git commit -m "init"
heroku create existingapp-deploy
git remote add heroku git@heroku.com:existingapp-deploy.git
git push -f heroku
click gear, click rake
key in rake db:data:load
arjayorcasitas.com(thx to the author to upload this useful video to youtube.com)
spree6.heroku.com
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/spree-on-heroku-pt1.html[/postlink]http://www.youtube.com/watch?v=D0WhxO0W_n4endofvid
[starttext]
THINGS TO BE IN YOUR MACHINE FIRST BEFORE DOING THE PROJECT:
(GOOGLE IT!)
POSTGRESQL8.3
GIT-1.6.0.2(OPTIONAL)
GIT
RUBY186-27_RC1 OR LATER
RUBYgems 1.3.1 or later
Rails
BEFORE I BEGIN, I WOULD LIKE TO INTRODUCE MY SELF,
I'M ARJAY ORCASITAS, A STUDENT OF DE LA SALLE-COLLEGE OF ST. BENILDE.
NOW LET'S BEGIN THE ACTUAL DEMONSTRATION
OPEN GIT BASH(OR YOUR COMMAND PROMPT. BUT MAKE SURE GIT IS INSTALLED IN YOUR MACHINE)
KEY IN: git clone git://github.com/schof/spree.git spree
then key in rake gems:install
SO SINCE HEROKU HAS IT'S OWN WAY OF DEPLOYING YOUR GEMS, LET'S INSTALL THE
NECESSARY GEMS MANUALLY.
gem install activemerchant
gem install has_many_polymorphs
gem install highline --version 1.4.0
gem install mini_magick
gem install tlsmail
then once you've already installed those gems above, copy them manually.
(C:\Ruby\lib\ruby\gems\1.8\gems) and put them in vendor\gems
once copied, open the the sciTE IDE and open the config\environment.rb and config\boot.rb
you have to change the RAILS_GEM_VERSION = "2.1.2" unless defined? RAILS_GEM_VERSION
to RAILS_GEM_VERSION = "2.1" unless defined? RAILS_GEM_VERSION in config\environment.rb and
load_rails("2.1.2") in line 58 to load_rails("2.1").
gem install postgres-pr
you have to update the database.yml in the config folder. I suggest that you
do it in postgresql configuration because heroku uses postgre.
here's my database.yml configuration:
development:
adapter: postgresql
host: localhost
port: 5432
database: postgres
username: postgres
password: jaythree
after this, key in rake db:bootstrap press enter 3 times
script/plugin install git://github.com/adamwiggins/yaml_db.git
rake db:data:dump
gem install heroku
ssh-add -d enter 3 times
git init
git add .
git commit -m "init"
heroku create existingapp-deploy
git remote add heroku git@heroku.com:existingapp-deploy.git
git push -f heroku
click gear, click rake
key in rake db:data:load
arjayorcasitas.com(thx to the author to upload this useful video to youtube.com)
spree6.heroku.com
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-terminal-commands-ls.html[/postlink]http://www.youtube.com/watch?v=8i6acYoTCWoendofvid
[starttext]
Ubuntu - Terminal Commands: ls
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-terminal-commands-pwd.html[/postlink]http://www.youtube.com/watch?v=9Jnr61iE3tEendofvid
[starttext]
Ubuntu - Terminal Commands: pwd
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-install-easyubuntu-part-2.html[/postlink]http://www.youtube.com/watch?v=lMXe5svon9kendofvid
[starttext]
Ubuntu - Install EasyUbuntu, Part 2
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-install-ubuntu.html[/postlink]http://www.youtube.com/watch?v=ThtSFMoEdjYendofvid
[starttext]
Ubuntu - Install Ubuntu
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-using-web-tabs.html[/postlink]http://www.youtube.com/watch?v=_tqXd-Fdi3Aendofvid
[starttext]
Ubuntu - Using Web Tabs
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-securing-your-web-experience.html[/postlink]http://www.youtube.com/watch?v=W_aqRes8y00endofvid
[starttext]
Ubuntu - Securing Your Web Experience
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-remove-desktop-wallpaper.html[/postlink]http://www.youtube.com/watch?v=bWyDBmQmLX0endofvid
[starttext]
Ubuntu - Remove Desktop Wallpaper
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-install-mp3-player.html[/postlink]http://www.youtube.com/watch?v=czqkgUqgreQendofvid
[starttext]
Ubuntu - Install MP3 Player
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-disable-preview-of-files.html[/postlink]http://www.youtube.com/watch?v=M1nHmPSJScgendofvid
[starttext]
Ubuntu - Disable Preview of Files
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-copy-music-to-mp3-device.html[/postlink]http://www.youtube.com/watch?v=dqRWnaVmnrQendofvid
[starttext]
Ubuntu - Copy Music to MP3 Device
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-copy-images-from-digital-camera.html[/postlink]http://www.youtube.com/watch?v=uJMe13QyFqwendofvid
[starttext]
Ubuntu - Copy Images from Digital Camera
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-copy-files-to-usb-memory-stick.html[/postlink]http://www.youtube.com/watch?v=tqZDwr7dinEendofvid
[starttext]
Ubuntu, Copy Files to USB Memory Stick
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-change-desktop-wallpaper_21.html[/postlink]http://www.youtube.com/watch?v=HN7gOP_JoiAendofvid
[starttext]
Ubuntu - Change Desktop Wallpaper
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-change-desktop-wallpaper.html[/postlink]http://www.youtube.com/watch?v=HN7gOP_JoiAendofvid
[starttext]
Ubuntu - Change Desktop Wallpaper
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-burn-image-to-cd.html[/postlink]http://www.youtube.com/watch?v=tRog0--pa9wendofvid
[starttext]
Ubuntu - Burn Image to CD
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-burn-file-to-cd-or-dvd.html[/postlink]http://www.youtube.com/watch?v=95VoSY5m6tEendofvid
[starttext]
Ubuntu - Burn File to CD or DVD
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-add-new-web-tab-button.html[/postlink]http://www.youtube.com/watch?v=iE0AWxiB-Wsendofvid
[starttext]
Ubuntu - Add New Web Tab Button
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-add-new-web-function.html[/postlink]http://www.youtube.com/watch?v=Pxl_k9pXl9Qendofvid
[starttext]
Ubuntu- Add New Web Function
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ubuntu-add-application-launcher.html[/postlink]http://www.youtube.com/watch?v=_bTr_ohbRxoendofvid
[starttext]
Ubuntu - Add Application Launcher
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/introducing-ubuntu.html[/postlink]http://www.youtube.com/watch?v=uMa6E5rnxI8endofvid
[starttext]
Introduction to Application
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/php-basics-common-errors-part-1.html[/postlink]http://www.youtube.com/watch?v=40mkmTKaFWoendofvid
[starttext]
Common errors you may come across when programming, and the solutions.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/twilight-new-moon-deleted-scenes-1.html[/postlink]http://www.youtube.com/watch?v=KIs806nrKI4endofvid
[starttext]
We got our hands on deleted scenes from Twilight: New Moon that were removed for their inappropriate nature - watch them for the first time! Pt. 1 of a 3 part series.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/twilight-new-moon-deleted-scenes-2.html[/postlink]http://www.youtube.com/watch?v=fT8aC_T9-Hwendofvid
[starttext]
We got our hands on deleted scenes from Twilight: New Moon that were removed for their inappropriate nature - watch them for the first time! Pt. 1 of a 3 part series.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/twilight-new-moon-deleted-scenes-3.html[/postlink]http://www.youtube.com/watch?v=CETo6PvEPE0endofvid
[starttext]
We got our hands on deleted scenes from Twilight: New Moon that were removed for their inappropriate nature - watch them for the first time! Pt. 1 of a 3 part series.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/php-basics-common-errors-part-2.html[/postlink]http://www.youtube.com/watch?v=q5opW7ZW198endofvid
[starttext]
Common errors you may come across when programming, and the solutions.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/php-basics-common-errors-part-3.html[/postlink]http://www.youtube.com/watch?v=sTNGSN_2wFYendofvid
[starttext]
Common errors you may come across when programming, and the solutions.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/php-basics-embedding-php-inside-html.html[/postlink]http://www.youtube.com/watch?v=N-T9Oz4RSAMendofvid
[starttext]
Embed PHP code inside HTML to add some dynamic functionality to your pages.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/intel-core-i7-overclocking-tutorial.html[/postlink]http://www.youtube.com/watch?v=iwbzQblRQ7Iendofvid
[starttext]
In the episode of NCIX Tech Tips, Linus gives you the basics of taking your Intel Core i7 even further with an overclocking tutorial.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-replace-your-damaged-notebook-or.html[/postlink]http://www.youtube.com/watch?v=l_FtMr_40-wendofvid
[starttext]
This video will show you how to remove your damaged or non-functioning notebook or laptop lcd screen.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/ibm-laptop-repair-tutorial.html[/postlink]http://www.youtube.com/watch?v=SbAyhsq_OjEendofvid
[starttext]
Watch as IBM Tech Support walks an upset customer through repairing his broken laptop.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/sexy-vampire-halloween-makeup-tutorial.html[/postlink]http://www.youtube.com/watch?v=LPpCQf_dyk0endofvid
[starttext]
contact lenses from Tim.... http://www.youtube.com/user/seahawky
Here is the look that I was wearing for my inner vamp contest video announcement, that many of you requested a tutorial for. Hope you enjoy it....I'm afraid a 6.5 month pregnant woman can only be so sexy...HA!
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/change-ip-address-using-router.html[/postlink]http://www.youtube.com/watch?v=Dnmr4Ut4epAendofvid
[starttext]
Changing the IP address using a wireless router involves opening the administrative interface for the router, releasing the current IP address, which will drop the Internet connection, and waiting for the new IP address from the ISP. Change the IP address on a router with helpful tips from a software developer in this free video on computers.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-change-your-ip-address.html[/postlink]http://www.youtube.com/watch?v=t4GpPFn_dNAendofvid
[starttext]
Changing your IP address on a wirless network device requires going to the "Network and Sharing Center," clicking on "Manage Network Connections," right-clicking on the wireless device, finding "Properties," and changing the address on the same network as the computer. Change an IP address with helpful tips from a software developer in this free video on computers.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/computer-internet-tips-how-to-hide-your.html[/postlink]http://www.youtube.com/watch?v=dPzVdRpn59Qendofvid
[starttext]
Hide your computer IP address when using the Internet by searching for a program that offers free downloads that will hide IP addresses. Install an IP-hiding program in order to surf the Internet in privacy with advice from a computer IT specialist in this free video on computers.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/signing-up-for-paypal-account.html[/postlink]http://www.youtube.com/watch?v=p86iKFZAMI4endofvid
[starttext]
Angela Catterns takes viewers through the process of signing up for a PayPal account. May contain information which is specific to audiences in Australia.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-run-windows-xp-on-usb-drive.html[/postlink]http://www.youtube.com/watch?v=re1_ude0fhEendofvid
[starttext]
How to Install and Run Windows XP on a USB Flash or Pendrive by Britec
If you would like these files please subscribe to my channel, then send
me a message and I will send you a link for download.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-upgrade-windows-xp-to-windows-7.html[/postlink]http://www.youtube.com/watch?v=Om1V_fkHFiMendofvid
[starttext]
It's a painful install since Microsoft provides no direct upgrade path, but we can help
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/google-search-tricks-and-tips.html[/postlink]http://www.youtube.com/watch?v=tk6vZiGiaiQendofvid
[starttext]
This video shows various quick tricks on how to utilize Google to the fullest. There are many search features that can enhance your experience online.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/home-videos-channels-turn-down-lights.html[/postlink]http://www.youtube.com/watch?v=0TX62LBW1IQendofvid
[starttext]
Learn tips and ideas on how to gain more actionable insights from your Google Analytics reports to optimize your campaigns and improve your ROI.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/steps-to-using-google-analytics-api.html[/postlink]http://www.youtube.com/watch?v=U-7z8W2wGMsendofvid
[starttext]
Learn how easy it is to start using the Google Analytics Data Export API with this overview of the steps required to retrieve data.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/secret-feature-of-google-reader.html[/postlink]http://www.youtube.com/watch?v=4VduSHma--Eendofvid
[starttext]
Matt Cutts shows off a special mode of Google Reader
from
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/using-barcode-scanner-with-google-book.html[/postlink]http://www.youtube.com/watch?v=Q95ywcuGuTMendofvid
[starttext]
Matt takes a break from SEO for a bit and shows off a fun excuse to play with a gadget.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-open-bottle-of-beer-with-piece.html[/postlink]http://www.youtube.com/watch?v=6QAE9crPHOYendofvid
[starttext]
It?s a party trick! Don't think I haven't used lighters, coins, tables and other hard objects. Paper is not exactly the first step in the art of alternative beer opening. The beer is european - no twist off. It's an easy two-step manual on how to open a bottle with a piece of paper. Watch and make easy money betting with you non-youtube friends who thinks you can't.[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/google-building-maker.html[/postlink]
http://www.youtube.com/watch?v=JI6wVtCY99Eendofvid[starttext]Building Maker is a 3D modeling tool for adding buildings
to Google Earth. It's fun to use, and an easy way to get on the 3D
map. Start modeling at [endtext]
[postlink]http://tubehack.blogspot.com/2009/10/project-10100.html[/postlink]
http://www.youtube.com/watch?v=JUf1zxjR_Qwendofvid[starttext]
www.project10tothe100.comProject 10^100 is a call for ideas to change the world by helping as
many people as possible.
You submitted more than 150,000 ideas.
We chose a handful of finalists.
Which ones should we make happen?
You tell us. [endtext]
[postlink]http://tubehack.blogspot.com/2009/10/privacy-awareness-week-2009-asia.html[/postlink]http://www.youtube.com/watch?v=llPm1Larjv4endofvid
[starttext]
Semaine de la sensibilisation à la protection des renseignements personnels 2009 des Autorités de protection des renseignements personnels de la zone Asie-Pacifique
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/privacy-and-social-networks.html[/postlink]http://www.youtube.com/watch?v=X7gWEgHeXcAendofvid
[starttext]
What does a friend of a friend of a friend know about you?
Video generated by the Office of the Privacy Commissioner of Canada, Jennifer Stoddart.
For more information, please contact Colin McKay, Director of Communications, at cmckay@privcom.gc.ca
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/what-is-cloud-computing.html[/postlink]http://www.youtube.com/watch?v=6PNuQHUiV3Qendofvid
[starttext]
At the Web 2.0 Expo, we asked Tim O'Reilly, Dan Farber, Matt Mullenweg, Jay Cross, Brian Solis, Kevin Marks, Steve Gillmor, Jeremy Tanner, Maggie Fox, Tom McGovern, Sam Lawrence, Stowe Boyd, David Tebbutt, Dave McClure, Chris Carfi, Vamshi Krishna and Rod Boothby the same question: "What is Cloud Computing?". Here's what we got. (more)
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/watershed-school-speaks-about-google.html[/postlink]http://www.youtube.com/watch?v=VcWmr19xN8sendofvid
[starttext]
http://www.google.com/a/edu
Watershed, an independent private school in Boulder, CO, talks about how they are using Google Apps.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/northwestern-university-speaks-about.html[/postlink]http://www.youtube.com/watch?v=mhQHMGelTRcendofvid
[starttext]
http://www.google.com/a/edu
Northwestern University speaks about its experience with Google Apps.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/arizona-state-university-talks-about.html[/postlink]http://www.youtube.com/watch?v=_x2fJRW_vvQendofvid
[starttext]
http://www.google.com/a/edu
Adrian Sannier of ASU talks about migration to Google Apps for 65,000 students.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/google-apps-quick-tour.html[/postlink]http://www.youtube.com/watch?v=kJT3pagjd8sendofvid
[starttext]
Watch this quick tour of Google Apps
Visit http://www.google.com/a to sign up or learn more.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/httpwww.html[/postlink]http://www.youtube.com/watch?v=Pqe2eCtY4Pgendofvid
[starttext]
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-select-secure-password.html[/postlink]http://www.youtube.com/watch?v=48lZa1d-Htgendofvid
[starttext]
Selecting a secure password means using both capital and lowercase letters, avoiding words found in the dictionary and including numbers or special characters. Choose secure, strong passwords with tips from a computer specialist in this free video tutorial on Internet security.
Expert: Chris Cook
Contact: www.SecurityAwareness.com
Bio: Chris Cook has been CEO of Security Awareness Inc. for more than nine years.
Filmmaker: Christopher Rokosz
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-keep-your-email-secure.html[/postlink]http://www.youtube.com/watch?v=pYPhlYPj47Qendofvid
[starttext]
Find out why your personal emails may not be as safe as you think, and how you can fix it - http://tiny.cc/KQimK
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/botnets-part-1-building-botnet-22.html[/postlink]http://www.youtube.com/watch?v=C56ulcvYRE8endofvid
[starttext]
See actual malicious code and understand how it works. Corey Nachreiner explains botnet architecture for beginners, then builds a bot client.
From :
http://www.youtube.com/user/SecuManiaOrg
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/botnets-part-1-building-botnet-12.html[/postlink]http://www.youtube.com/watch?v=pAiWnKRiotIendofvid
[starttext]
See actual malicious code and understand how it works. Corey Nachreiner explains botnet architecture for beginners, then builds a bot client.
from : http://www.youtube.com/user/SecuManiaOrg
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-cs3-mp3-sound-amplitude-player_4615.html[/postlink]http://www.youtube.com/watch?v=hOZRtEdVaFoendofvid
[starttext]
Shows how to create a simple Flash AS3 MP3 sound amplitude player with to-the-beat visuals for your website. Plays any MP3 you choose.
from http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/animated-movieclip-buttons-in-flash-cs3_2280.html[/postlink]http://www.youtube.com/watch?v=hOZRtEdVaFoendofvid
[starttext]
Shut your leaky vaginas up already. This is old and like my first video/source package ever... I keep it for nostalgic purposes only.
from http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-sliding-gliding-speed-menu-as3-y_3631.html[/postlink]http://www.youtube.com/watch?v=1GIA3aIe3gYendofvid
[starttext]
In this free fla file you'll find an nice method for animating a Flash menu or gallery. It uses simple math calculations and looping to achieve the animation.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/disassebmle-package-class-actionscript_5473.html[/postlink]http://www.youtube.com/watch?v=9KYSGNoJkwMendofvid
[starttext]
Disassebmle Package & Class ActionScript 3.0 Flash Tutorial
from http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-image-gallery-10-external-load_8328.html[/postlink]http://www.youtube.com/watch?v=PvHI_wHB730endofvid
[starttext]
This free fla file and video walkthrough demonstrates how to create a simple dynamic image gallery in Adobe Flash CS3 and ActionScript 3. Images are loaded dynamically from server, and it has all it needs to be used out of the box.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-cs3-actionscript-3-custom-context_8482.html[/postlink]http://www.youtube.com/watch?v=CSM6E_t8OkQendofvid
[starttext]
Learn how to create a custom context menu in Flash Actionscript 3, Flash CS3
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/guide-layer-animation-as3-video-flash_7645.html[/postlink]http://www.youtube.com/watch?v=VOboE9NUA_4endofvid
[starttext]
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/digital-clock-flash-cs3-cs4-as3_6844.html[/postlink]http://www.youtube.com/watch?v=B-ohuofMX_Qendofvid
[starttext]
Create your very own custom digital clock from scratch using Flash CS3, CS4, and ActionScript 3.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-cs3-actionscript-3-help-file_1012.html[/postlink]http://www.youtube.com/watch?v=-vBJY4p2xRYendofvid
[starttext]
We quickly discuss the usefulness of the help file within the Flash CS3 authoring tool, and all of the ActionScript 3 lessons available.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-cs3-as3-mp3-animated-speakers-and_5530.html[/postlink]http://www.youtube.com/watch?v=GGh2d1qSy-Yendofvid
[starttext]
These are vizualizations for Flash CS3 sound architecture. Animated speakers that bounce and jump to the beat and a simple masked equalizer bar that does the same.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-tutorial-as3-cs3-library-sound_5908.html[/postlink]http://www.youtube.com/watch?v=FLBg3EWVnjYendofvid
[starttext]
Learn how to use sound in your code, anywhere in your code. Not just on movieclip buttons.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/google-map-api-for-flash-integration_207.html[/postlink]http://www.youtube.com/watch?v=RNBbL897KTwendofvid
[starttext]
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/actionscript-for-parent-movieclips-in_7718.html[/postlink]http://www.youtube.com/watch?v=9HxVsDUMiVgendofvid
[starttext]
MovieClip(parent).my_txt.text = "You pressed button 1";
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/actionscript-3-load-external-text-file_7596.html[/postlink]http://www.youtube.com/watch?v=ueAaI35wSscendofvid
[starttext]
In this free tutorial I demonstrate how you can connect to, parse, and display data from an external text file.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/parse-and-display-external-xml-file_2481.html[/postlink]http://www.youtube.com/watch?v=6gcz0QQVBmgendofvid
[starttext]
In this Flash CS3 + CS4 lesson file we teach how to iterate through an XML file and display all of the nodes in a for each loop. ActionScript 3 - AS3
Category: Education
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/animated-button-menu-with-click-down_6934.html[/postlink]http://www.youtube.com/watch?v=IpbolKXniMYendofvid
[starttext]
In this Flash tutorial we take our previous tutorial on this subject a ste further by adding sound and a click state to the movieclip button's timeline animation.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/countdown-to-specific-date-and-time_6870.html[/postlink]http://www.youtube.com/watch?v=nuMpkcLChXMendofvid
[starttext]
In this lesson Adam shows how to easily create your own custom timer countdown in Flash ActionScript 3. Countdown to Christmas 2008, End of the world 2012, etc...
Display how many days are left until an event date and time.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/javascript-popup-window-in-flash_771.html[/postlink]http://www.youtube.com/watch?v=jLklfY87xtgendofvid
[starttext]
In this Flash and ActionScript 3 tutorial Adam teaches you how to code a JavaScript Popup window link using nothing but AS3. You can set all the attributes you want, and there is no need to complicate things by having to put something into the HTML of the page the SWF lives on. This is the best JavaScript-Flash popup code you will find for Flash AS3. Adam had to make this one because he noticed a lot of teachers placing code in multiple places in multiple technologies to do what he does here simply using AS3 alone.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/preload-flash-web-site-percentage-with_1870.html[/postlink]http://www.youtube.com/watch?v=0J9eqa48YmQendofvid
[starttext]
I added an event listening for completion of load progress to the previous preloader lesson code. This code offers you more control as to what happens when loading is complete. If you have a flash file that may be just a bit on the heavy side and you need to give users an indication telling them something is loading, then this is the lesson for you. In this Flash and ActionScript 3 tutorial we show you how you can add an event for the complete listener to your content preloader. We also demonstrate a cool masking and graphics effect for the load bar. And he kept the dynamic text field in it for you in case you want it there. Having both is a little redundant, but cool nevertheless.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flashvars-and-php-tutorial-send-dynamic_291.html[/postlink]http://www.youtube.com/watch?v=4WqhTvx2xzcendofvid
[starttext]
In this Flash and ActionScript 3 tutorial you can learn how to Use FlashVars and PHP to send a dynamic variable into flash AS3. I show how to use the page that Flash renders to set up FlashVars in and send them into flash. I turn that page into a PHP file by giving a .php extension instead of .html. Then I can write all the PHP I want in it to set up dynamic PHP and ActionScript 3 communication. Your PHP or static HTML file can send variables into flash without having Flash send out a request for the data. FlashVars is placed into three sections of that file if you are using the default page structure that flash renders when you publish.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-paypal-buy-now-button-tutorial_4083.html[/postlink]http://www.youtube.com/watch?v=fZZ8QwIyMAsendofvid
[starttext]
In this tutorial you can learn how to script or code PayPal Buy Now buttons in Flash ActionScript 3, or any paypal buttons you want using these fundamentals. There are key advantages to using Flash to build your PayPal checkout interface. You can code paypal donation buttons, subcription buttons, gift certificates, the works...
I will quickly add what I have come to know throughout my Flash development experiments regarding PayPal.
1. SECURITY
There are a number of methods that sneaky hackers and criminals use to hack a business owner's PayPal store. The most widely known is to simply view the source code of the page containing the PayPal button. Then using the business' paypal email address the hacker makes a copy of your store on their server and codes the button prices to be $1.00 each if they wish. And that is just one of the easier hacks.
Thanks to Flash being new and cool it will take hackers more work to get at data contained within the flash source code. This in itself makes Flash paypal buttons a lot more secure. And reason enough for me to use them as much as possible in my programming.
2. BETTER LOOKS AND UNIQUE PROGRAMMING
You have much more control programatically and graphically using Flash to add PayPal functionality to any of your pages.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-structure-full-flash_9217.html[/postlink]http://www.youtube.com/watch?v=ZvYRtaAsPdIendofvid
[starttext]
Part 5 - Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-structure-full-flash_6359.html[/postlink]http://www.youtube.com/watch?v=mU7--GlFAfgendofvid
[starttext]
Part 4 - Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-structure-full-flash_4478.html[/postlink]http://www.youtube.com/watch?v=4m9JgLtMod4endofvid
[starttext]
Part 3 - Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-structure-full-flash_6188.html[/postlink]http://www.youtube.com/watch?v=U9ZtHHr_6XAendofvid
[starttext]
Part 1 - Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-structure-full-flash_7628.html[/postlink]http://www.youtube.com/watch?v=ZFxUxYThE24endofvid
[starttext]
Part 2 - Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-drag-with-bounds-or-boundaries_9115.html[/postlink]http://www.youtube.com/watch?v=gsj_rL_9k38endofvid
[starttext]
In this free Flash ActionScript 3 fla file download tutorial you can learn how to drag within set bounds or boundaries. You can easily set the edges or area of drag in Flash. Download the free fla file to get at all of the code and see how Adam takes a rectangle and uses it as the drag bounds.
The way he coded it dynamically will allow you to place any size objects for the boundaries rectangle, and any size object for the draggable movieclip. No need to even adjust numbers. Simply put what you want in place, give it the correct instance name, and you are all set. The math equations he has in it take care of the differences in values to give perfect dynamic bounds results in simple code.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/make-reflections-of-movieclips-on-any_1864.html[/postlink]http://www.youtube.com/watch?v=doFuZNmWF18endofvid
[starttext]
In this free Flash CS3 + CS4 ActionScript 3 tutorial you can learn how to set cool reflections of your movieclips on any background using cacheAsBitmap and a gradient rectangle movieclip mask. The key is to set cacheAsBitmap on both movieclips, your gradient mask and your image to be masked with gradient.
You could also set everything dynamically, and add movement or animation to your movieclip and force the gradient reflection to move along with it.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/detect-user-mouse-coordinates-read_1060.html[/postlink]http://www.youtube.com/watch?v=TSR0sM4N21Yendofvid
[starttext]
In this fee AS3 fla file tutorial that we commented out really well, you can learn all about the basics of detecting, reading, or capturing user mouse coordinates. There are many cool applications for this if you are creative enough to exploit it.
This is one for the true geeks that love the nuts and bolts of actionscript. So whether you need to know exactly where the users mouse is in relation to one of your movieclip symbols, or if you need to know where their mouse is located in relation to the stage, this tutorial file will suit those needs.
Make the whole file react in any way you like according to where the user mouse is, or just parts of your file, certain symbols, animations, etc...
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/custom-flash-video-player-tutorial-1_8609.html[/postlink]http://www.youtube.com/watch?v=rLxr0SfFFhgendofvid
[starttext]
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-actionscript-3-code-dynamically_9493.html[/postlink]http://www.youtube.com/watch?v=dQPOCUPxiuEendofvid
[starttext]
Learn how to implement code that will auto center your dynamically loaded objects. Especially useful in creating dynamic Flash Photo Galleries.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-cs4-tutorial-animate-bones_6521.html[/postlink]http://www.youtube.com/watch?v=FWlCswQk10gendofvid
[starttext]
Crappy mCcrap animation by Adam to demonstrate animating the bones armeture layer.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/tweening-timeline-images-fade_9811.html[/postlink]http://www.youtube.com/watch?v=DxBSWaGkdFkendofvid
[starttext]
Learn how to create a fade transition effect applied to certain images you assign in Flash CS3, CS4, 8, MX, whatever version of flash you have.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-actionscript-30-tutorial_3873.html[/postlink]endofvid
[starttext]
Learn how to rotate and accelerate symbols in Flash CS3 CS4, using ActionScript 3.0. It may help your animations a little.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/css-styling-flash-dynamic-website_4223.html[/postlink]http://www.youtube.com/watch?v=gbbQhDds4XIendofvid
[starttext]
Source Package - http://www.developphp.com/Flash_tuts/...
How to import external css styling into your dynamic flash application. Tutorial is all about using HTML text in flash, and mixing a style sheet in.
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/full-fluid-centered-flash-website_6020.html[/postlink]http://www.youtube.com/watch?v=VJM5Zf9eGCQendofvid
[starttext]
Parts 1 - 2 - 3 here together on youtube
Full Fluid Centered Flash Website Tutorial True Fit Part 3 - CS3 CS4 ActionScript 3.0
From : http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/reusable-dynamic-custom-packaged_7612.html[/postlink]http://www.youtube.com/watch?v=ekQsMVWmH3gendofvid
[starttext]
Classes and external code packages are used for simplifying an application once your applications get so complex that they will need it.
from :
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/flash-as3-tutorial-command-main_8035.html[/postlink]http://www.youtube.com/watch?v=73fuRl8xUDMendofvid
[starttext]
If you load external swf files into your main files, you may want to know how to command the main timeline using buttons inside of the externally loaded swfs.
From http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-make-youtube-hd-hq-web-graphics_294.html[/postlink]http://www.youtube.com/watch?v=OAm4GsEFRIYendofvid
[starttext]
Learn to build by looking deep, and reverse engineering. Learn how to create spiffy cool graphics that can match even the hottest websites.
http://www.youtube.com/user/flashbuilding
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-make-video-for-youtube-using_7481.html[/postlink]http://www.youtube.com/watch?v=exFI7NlFqNcendofvid
[starttext]
How to use Quick Capture on YouTube; learn more about online video software in this free instructional video.
Expert: Craig Scime
Bio: Craig got involved in television at the early age of 7 as an actor for McDonalds. When he entered high school he founded the Video Production Department.
Filmmaker: Nili Nathan
From : http://www.youtube.com/user/expertvillage
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-use-youtube-for-politics_6052.html[/postlink]http://www.youtube.com/watch?v=zg0OxukkRxkendofvid
[starttext]
In partnership with the Personal Democracy Forum and Howcast, we made this video to help you get the most out of YouTube for your political or advocacy campaign.
Learn more at:
http://www.youtube.com/citizentube
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-build-your-audience-on-youtube_9760.html[/postlink]http://www.youtube.com/watch?v=B4Y_2V5caQkendofvid
[starttext]
Here are some tips for optimizing your news videos so they can be found easily found on YouTube and shared around the world. For more tips on reporting the news, visit the YouTube Reporters' Center -
from http://www.youtube.com/user/citizentube
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/gmail-ads-google-privacy-tips_5761.html[/postlink]http://www.youtube.com/watch?v=lIxIHQ_as6Eendofvid
[starttext]
Sarah Price explains how Gmail ads work.
from http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/google-bloopers-google-privacy-tips_3692.html[/postlink]http://www.youtube.com/watch?v=iiVvqZgunr0endofvid
[starttext]
The Google Privacy Tips video series wasn't all hard work - we had some fun along the way. Watch these Googler blooper videos and enjoy!
from http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/cookies-google-privacy-tips_7197.html[/postlink]http://www.youtube.com/watch?v=EfqFJb8qkk4endofvid
[starttext]
Mark Klenk talks about cookies and how to configure your browser to adjust cookie preferences.
from http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/picasa-google-privacy-tips_3819.html[/postlink]http://www.youtube.com/watch?v=mLDhUALTRYsendofvid
[starttext]
Katie Stanton talks about how users can share their photos and albums using Picasa.
from http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/blogger-google-privacy-tips_284.html[/postlink]http://www.youtube.com/watch?v=4PFlCNKVOwYendofvid
[starttext]
Eric Case explains how users can manage their blog settings.
from http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/google-docs-google-privacy-tips_5965.html[/postlink]http://www.youtube.com/watch?v=uU8cxIUTEyEendofvid
[starttext]
Jonathan Rochelle explains how you can control the sharing settings for your documents, spreadsheets, and presentations when using Google Docs.
from http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/chat-record-google-privacy-tips_1407.html[/postlink]http://www.youtube.com/watch?v=HBwkvnyLXDEendofvid
[starttext]
Dave Murray explains how you can go "Off the Record" when chatting with your friends on Google Talk or in Gmail chat.
http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/street-view-google-privacy-tips_4160.html[/postlink]http://www.youtube.com/watch?v=K4ZdgH5n3XIendofvid
[starttext]
Stephen Chau shows you how to request the removal of an image from Street View.
From http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/unlisting-phone-numbers-google-privacy_699.html[/postlink]http://www.youtube.com/watch?v=XyuGCI7o_2cendofvid
[starttext]
from http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-manage-your-web-browsing-history_9806.html[/postlink]http://www.youtube.com/watch?v=-0MZg6xlR3Aendofvid
[starttext]
Adam Lasnik describes how you can activate and control your Web History settings.
From http://www.youtube.com/user/googleprivacy
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-manage-your-orket-profile_6396.html[/postlink]http://www.youtube.com/watch?v=Gn4HtnokIrkendofvid
[starttext]
Orkut Buyukkokten explains how to manage your orkut profile settings.
[endtext]
[postlink]http://tubehack.blogspot.com/2009/10/how-to-setup-your-privacy-on-google_6452.html[/postlink]http://www.youtube.com/watch?v=u9H4xaTspaQendofvid
[starttext]
Google Latitude is a feature in Google Maps for mobile and iGoogle that allows you to share your location with your friends. With Latitude, you can control how much you share about your location and who gets to see it. This video shows you tips on how to adjust your privacy settings in Latitude.
[endtext]