Click the Next Web Page Search Results

How To: Add JavaScript to an ASP.Net page

In this video tutorial, Chris Pels will show how to include JavaScript to an ASP.NET page for use on the client page to provide a richer and more robust user experience. First, see how to include JavaScript directly within an ASP.NET page and reference the script from within HTML page elements. Next, see how to abstract the JavaScript to an external JavaScript file which offers the advantage of being cached by the browser and can be used by multiple pages. Lastly, learn how to add JavaScript ...

How To: Phish Social Media Sites with SocialFish

Phishing is the easiest way to get your password stolen, as it only takes one mistake to log in to the wrong website. A convincing phishing site is key to a successful attempt, and tools to create them have become intuitive and more sophisticated. SocialFish allows a hacker to create a persuasive phishing page for nearly any website, offering a web interface with an Android app for remote control.

How To: Design visual elements in CSS

Have you seen extravagant graphics on web pages or in the GUI (Graphical User Interface) of a commercially published program? Do you wish you could create graphics comparable to published works? Now you can! This tutorial will take you step by step in creating visual elements in CSS. Cascading Style sheets are the present and future of web pages and this tutorial will make sure you are not left behind. The visual aspect of web pages are of utmost importance and the major determinant of a user...

How To: Find your IP address

In this video, we learn how to find your IP address. First, start up your computer and open up your web browser. Next, you will type in the site: WhatIsMyIPAddress. Once you do this, you will be led to a new site which will load up your IP information at the top of the page. Once you have this information, make sure you don't share it with anyone else. If someone gets this information, they will be able to hack into your computer and ruin it. They could also access sensitive information and s...

How To: Map an ASP.Net server control to the render adapter

In this video tutorial, Chris Pels will show how to use a control adaptor to provide different renderings for an ASP.NET server control without actually changing the control itself. In this video, an ASP.NET BulletList control will be adapted to display each list item horizontally using div elements instead of the traditional ul elements. First, see how to create a class that inherits WebControlAdaptor and then implements the code to render the new list format. Next, learn how to map the new ...

How To: Disable Twitter's Annoying Autoplay Videos

It's bad enough that we have to deal with autoplaying video advertisements all over the Web, so why do we have to be subjected to autoplaying videos on Twitter, too? Autoplay video are muted by default, but that doesn't make them any less annoying, especially if you have a small data plan on your phone.

How To: Create a 3D lettered sign in lights

In order to create 3D lettered signs in lights, you will need to first create an object. Open Illustrator. Type your letters on the page. Adjust the font to the style you would like. Click on "effect". Then, click on "3D". This will allow you to rotate the image for the angle that you will want to see it at.

How To: Add photos to your Facebook fan page

Laura Roeder demonstrates how to add photos to your Facebook fan page. First, sign into Facebook and go to your fan page. Then, click on the photos tab which is an application on your page. Click the plus sign if you do not see the photos tab to access the photos function by adding the application in the edit page option. If you don't already have a photo album created, set one up using the create a photo album button. Then, use the add photos tab to add photos to your photo album. You can on...

How To: Add text and images to web pages in Dreamweaver CS4

Regardless of whether you start out using one of Dreamweaver CS4's starter pages or build your own design from scratch, you will eventually need to get your text and your images into Dreamweaver. This Adobe CS4 tutorial shows you how to add text and images using multiple different workflows in Dreamweaver CS4. Learn how to personalize a website and integrate Word and Excel information directly into Dreamweaver CS4. Add text and images to web pages in Dreamweaver CS4.

How To: Use the Microsoft Popfly Web application creator

Microsoft Popfly is a fun, easy way to build and share mashups, gadgets, games, Web pages, and applications. Popfly consists of two parts: Popfly Creator is a set of online visual tools for building Web pages and mashups; Popfly Space is an online community of creators where you can post, share, rate, comment and even remix creations from other Popfly users. This how-to demonstrates how to use both. Take a look. Use the Microsoft Popfly Web application creator.

How To: Use the File Upload control in Visual Web Developer

Interested in creating your own dynamic, web-based applications using Visual Web Developer 2005 Express? In this installment from the Absolute Beginner's Series of Visual Web Developer C#/ASP.NET video tutorials, you will learn how to use the File Upload control on your web page to allow users to upload files to your web server. . This lesson will be particularly helpful to programmers to those with experience using both Visual Basic and simple HTML syntax. For more information, as well as ti...

How To: Mask a domain with GoDaddy.com

Ken Appleby demonstrates how to mask a domain with GoDaddy. Masking a domain enables the domain owner to customize what appears in the viewer's address bar. First, log in to your GoDaddy account. Then, click on the domain manager function located on the left hand side of the page. Next, choose the domain that you would like to work with in the domain name list. Click the forwarding option. In the next window, click on the masking tab. Tick the enable masking function. Choose a masking title. ...

How To: Make a simple CD / DVD cover in Google Picasa

In this Computers & Programming video tutorial you will learn how to make a simple CD / DVD cover in Google Picasa. Go to ‘Tools’ and select ‘Options’. In the box that opens up next, click on the ‘Printing’ tab and from the drop down menu, select ‘CD Cover Size’ and click OK. Then on the top left hand corner, go to ‘File’, select ‘Print’ from the drop down menu. On the next page, click on ‘CD cover size’ and you get the print preview. Then all you need to do is to just print that out and you ...

How To: Clear the Cache on Your Browser

In this tutorial, we learn how to clear the cache on your browser. This is one of the most important things on your browser and should be cleared every so often so it doesn't fill up your hard drive. To clear this out, you will first need to open up Firefox. After this, you will go to the top of the screen and click on the tools. From here, go to the privacy tab. Click on the options for the history you want cleared out and then choose if you want your cookies cleared out. Next, you can click...

How To: Run multiple Windows operating systems simultaneously

If you want to run multiple windows operating systems at the same time you first need a Windows computer, the installation disk for the operating system you want to run, and Windows Virtual PC 2007. To install this, first type in Virtual PC 2007 to Google, go to the Microsoft link and download and install the program. Now, open the Virtual PC and click next on the wizard. Name your hard disk and click next until you choose where you want this at. Now your virtual hard drive is created. Now, p...

How To: Use floats and absolute & relative positioning in CSS

In this free video CSS tutorial, you will learn how to use floats and absolute and relative positioning. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad, if you want to build websites, you'll need to have some understanding of HTML (for the structure of your web pages) and CSS (for their style). And this free coder's guide will get you started along that path.

How To: Create a simple two-column layout with CSS

See a very simple way to create a two-column layout with pure CSS. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad, if you want to build websites, you'll need to have some understanding of HTML (for the structure of your web pages) and CSS (for their style). And this free coder's guide will get you started along that path.

How To: Create pure CSS drop-down menus without JavaScript

This clip will show you how to create pure CSS drop down menus without any JavaScript. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad, if you want to build websites, you'll need to have some understanding of HTML (for the structure of your web pages) and CSS (for their style). And this free coder's guide will get you started along that path.

How To: Create a photo gallery with CSS

Learn how to easily create a CSS photo gallery with a unordered list and a little bit of CSS. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad, if you want to build websites, you'll need to have some understanding of HTML (for the structure of your web pages) and CSS (for their style). And this free coder's guide will get you started along that path.

How To: Create a parallax background effect with CSS

In this clip, you will see how to create a cool parallax effect with some CSS and images. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad, if you want to build websites, you'll need to have some understanding of HTML (for the structure of your web pages) and CSS (for their style). And this free coder's guide will get you started along that path.

How To: Create rollovers with CSS

This video shows how to turn a single image into a rollover button with a little XHTML and some CSS. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad, if you want to build websites, you'll need to have some understanding of HTML (for the structure of your web pages) and CSS (for their style). And this free coder's guide will get you started along that path.

How To: Modify a cascading style sheet in Dreamweaver CS5

Learn how to edit external CSS or cascading style sheets when using Dreamweaver CS5. Whether you're new to Adobe's popular WISYWIG page editor or a web design professional just looking to better acquaint yourself with the unique features of Dreamweaver CS5, you're sure to be well served by this video tutorial. For more information, and to get started editing CSS pages yourself, watch this free video guide.

How To: Delete the search history from your Google account

Want to clear the search history from your Google account? Well follow these simple instructions and return your history to the original settings! First log into your Google History Account at google.com/history. Next scroll down and locate "Remove Items" on the left hand side tool bar. Click on this. Next locate "Clear entire Web History" towards the top right of the screen. Then the final step is to click "Clear History". Follow through the tutorial video to get rid of all of the annoying s...

How To: Make HTML pages in Photoshop and Dreamweawver

This web development software tutorial shows you how to slice a site design in Photoshop, and then export the resulting images and HTML to Dreamweaver. This is an ideal method for creating newsletters, as the resulting HTML is tables-based, and better suited to email clients. Learn how to create HTML pages with this Photoshop and Dreamweaver tutorial.