Sharing Website Search Results

How To: Make a timeline for your website in Flash CS4

Making your own website from scratch is one of the most challenging and rewarding ways that you can take advantage of the internet. This mammoth 60-part video series walks you through the process of doing just that in Adobe Flash CS4. This is chapter 3 of that series, and covers the timeline of your website. If you haven't watched the previous chapters, do some now and come back. After you watch all of these videos, making your own site in Flash should be a cinch.

How To: Hack websites using cross-site scripting (XSS)

In this episode of Full Disclosure we are explaining the website attack known as Cross-Site Scripting (XSS). Cross-Site Scripting is a type of security vulnerability that affects web applications that do not sanitize user input properly. This kind of vulnerability allows an "attacker" to inject HTML or client side script like JavaScript into the website. Cross-Site Scripting is most commonly used to steal cookies. Cookies are used for authenticating, tracking, and maintaining specific informa...

How To: Create a new account on the WordPress website

Want to sign up for a new WordPress account? This clip presents a complete overview of the process. Every version of WordPress brings with it new features, new functions and new ways of doing things. Fortunately, the very same technology that allows an open-source blog publishing application like WordPress to exist in the first place also makes it easy for its users to share information about its features through videos like this one. Take a look.

How To: Create and add links to a blogroll on a WordPress blog

Want to link to your favorite blogs on your WordPress website? Create a blogroll! This clip will show you how. Every version of WordPress brings with it new features, new functions and new ways of doing things. Fortunately, the very same technology that allows an open-source blog publishing application like WordPress to exist in the first place also makes it easy for its users to share information about its features through videos like this one. Take a look.

How To: Find your IP address in Windows 7 and Vista

In this video tutorial, viewers learn how to find their I.P address in Windows 7 and Vista. Begin by clicking on the Start menu. Then type "cmd" into the search bar and press Enter. When the command prompt window opens, type in "ipconfig" and press the Enter button. Now search through the list and find a line that says "I.P address" or "IPv4 address". The numbers will be divided by periods. Another way is to open Control Panel and select Network and Sharing Center. Then click on your local ar...

How To: Submit your website to various search engines

In this video tutorial the instructor shows how to submit your website to Google and its search engines. To do this first you need to have an account with Google. If you do not already have one go ahead and sign up for an account with Google. Now search Google for the webmaster tool. Then it opens the Google webmaster website which you can enter with your Google user name and password. Now inside there is an option to add a new website. You can type in the URL of the website and submit. Now G...

How To: Clear cookies on Internet Explorer 6 and 7

Deleting cookies in your Internet browser allows you the freedom to surf privately. Cookies are little chips that store your information for different websites. For example, when you visit your e-mail, a cookie is attached to your browser that remembers your sign in information so you don't have to reenter it every time you navigate away from that page and back. Deleting cookies is a good idea if you are giving or selling your computer to someone else, or if you are on a shared machine. This ...

How To: Use Facebook from Flock without visiting the website

The new Flock web browser is out and better than ever! In this video tutorial screencast we talk about how Flock has integrated your Facebook friends (and Flickr, MySpace, YouTube) right into the sidebar. You can keep the People bar open while you surf the web and make updates to your status, write messages, subscribe to media and share with your friends with just a simple drag-and-drop. This is the version of Flock you've been waiting for, trust me.

How To: FTP from a local computer to a website

In this video tutorial, viewers learn how to create a FTP from a local computer to a website. In this video, viewers are shown (once you've chosen a web host) how to perform FTP file transfers from your local computer to your website. FTP (File Transfer Protocol) is a process that you can use to transfer files from your local computer to a remote computer (your website). Once you've set up a hosting account, your hosting company will provide you with FTP login credentials. Using an FTP softwa...

How To: Consider the effects of widgets on your page load times and Google ranking

Google is the biggest and best search engine on Earth, and if you are a webmaster and want your website to be a big success it would really behoove you to know as much about how it works as possible. The Google Webmasters series of videos and website were created to teach webmasters, SEO professionals, and others how Google works by answering their questions and giving them insights into how they can best integrate and utilize Google's functionality to improve their business. This video will ...

How To: Use AJAX with jQuery to create websites

AJAX (Asyncronous Java and XML) is one of the most important parts of web design, allowing web designers to create much more dyanmic and interactive websites then they could in the past. This video for beginners will show you how to get started using AJAX with jQuery, an easy-to-use but powerful Javascript library, to make websites. It won't walk you all the way through creating a website, but is a good place to get started.

How To: Submit your website to the Google search engine

Learn how to submit your website to the Google search engine in simple steps. 1. First go the Google home page and type in the address bar '/addurl'. 2. Now type the URL of your website in the text box correctly and enter some details about your website in the Comments area. 3. Now type in the verification code to finish and add your website to Google. 4. You can even submit your website to many other search engines like Google.

How To: Create a free website from scratch

You can create a free website using HTML. HTML is hyper text mark up language. Create a folder "my webpage" with all of the images and information for the webpage. Use notepad to write the HTML for the website. Notepad plus is the best which can be found on Sourceforge. Open the browser and the notepad and begin to construct. These codes will help in the creation of the page: <html> opens instructions </html> closes instructions. These are called tags. One opens the commands or instructions a...