Sublime Interface Search Results

How To: Change Windows XP start menu text

Certain aspects of Windows User Interface are not customizable like the text of the start button in Windows XP. However you can use certain tools and follow a procedure to change the default text of the start button. To do this you have to use a tool called Resource Hacker. Note that this is a very simple method, but be careful or you may end up causing damage to the Operating System as you are modifying system files. To do this run the program. Now browse to the Windows folder and locate win...

How To: Add your own photos to Facebook

To add photos to Facebook, log into Facebook and go to your profile page. Click the photos button on the left hand side of the screen. On the next screen, click the my photos button at the top of the page. Next, create a photo album. Type in the name, location and description of the album into the appropriate boxes. Choose your visibility preferences and click the create album button. Next, using the Facebook Java upload tool, choose the hard drive file that your photos are located in from th...

How To: Use Outlook Express in Windows XP

In this video, the instructor shows how to use Outlook Express in Windows XP. This software comes bundled with Microsoft Windows XP, which is a part of Microsoft Office package. Outlook is an e-mail client that allows you to view your e-mails on your computer without the help of any web interface to your mail host. To use Outlook Express, you need to configure it first. Open the Outlook Express program. Outlook will then take you through a wizard to help you to configure your email host. Ente...

How To: Use Adobe Presenter for presentations in PowerPoint

The ability to create professional and clean presentations can be a valuable asset to one’s career. With this video tutorial, learn how to use Adobe Presenter in order to augment Power Point presentations. Presenter offers users the ability to record narration under a set order of slides in a simple interface, and provides an interactive quiz option to further engage audience members. Alternatively, users may also convert a presentation into PDF format, for use as a physical or virtual document.

How To: Connect to a database & add data in PHP & MYSQL

MySQL is a database for serving data on the web. This video teaches viewers how to connect to a database and add data in PHP & MySQL. PHPMyAdmin is an interface that allows you to interact with MySQL more easily. Use the form in the program to create a database; choose the name for your database and select 'create'. Next you can create tables within your database, also using the forms provided. Within the tables you can set your variables; PHPMyAdmin has fields that allow you to choose the ty...

How To: Design a vector logo in Illustrator

This software tutorial shows you just how easy it is to design a great looking logo in Adobe Illustrator. As with any other software package, it's all about getting to know the interface; and then from there it's all about developing your design skills. As with most others, I started out designing logos in Photoshop because that's the only program that was available to me. But Illustrator offers one advantage when it comes to designing logos, and that's one of being 100% vector. You want a lo...

How To: Shut off your alarm clock with a light phaser

We'll base the project around a digital clock radio and a light gun for gaming; huge selections of both of these are available inexpensively second-hand, with many beautiful and well-designed examples. To enable our FPSI (First Person Shooter Interface), we'll outfit the gun with five tilt sensors, arranged at different angles on a small circuit board. A cable tethers the gun to the clock and carries your tilt and trigger signals to the clock's time and alarm control button contacts.

How To: Produce scary monster photos in Photoshop

This is a quick tutorial on producing gritty, disgusting photos, which have a Halloween feel to them. Learn how to make someone look scary like a monster in Photoshop. The second video shows another method making use of the liquefy tool, the rust method again, as well as lighting effects. This tutorial is not intended for newbies who do not understand Photoshop's interface.

How To: Use Motion Tracker in After Effects 6

Discover how After Effects redesigned Motion Tracker (After Effects Professional only) gives you more power to synchronize motion between two elements in a composited scene. Learn how Motion Tracker works by analyzing the moving pixels in each frame and then using that data to control the motion of a new layer. Set as many tracking points as you like or choose from a list of defaults. Also see how Motion Tracker's interface and controls have been simplified to be faster and easier to use.

How To: Turn Your Raspberry Pi into a Wireless Hotspot

When hacking into a network during a penetration test, it can sometimes be useful to create your own wireless AP simply by plugging a Pi into an available Ethernet port. With this setup, you have your own backdoor wireless connection to the network in a matter of seconds. Creating an AP is also helpful while traveling, or needing to share a connection with a group of people.

How To: Clear the ARP cache

In this tutorial, we learn how to clear the ARP cache. First, go the command prompt on your computer and type in "C:/>netsh interface ip delete arpcache Ok". Press 'enter' on your keyboard and then it should be cleared out. If you want to view your ARP cache, type in the command "C:/>arp -a". If this fails, then you will need to use Microsoft Windows to repair the network connection. If this doesn't work, talk to the person that manages your connection. If successful, this will help make your...

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: Use Sony Vegas

This seven part tutorial shows you the basics of using Sony Vegas video editing software. If you haven't used this software, or any other video editing software, this series will go over the basics you need to know. Part one covers the interface, two covers importing files, three covers adding sound, four covers adding effects, five and six cover rendering, seven covers capturing video.

How To: Create an Evil Access Point with MitmAP

The threat of an evil access point has been around for a long time, and with the rise of open public Wi-Fi, that threat is often overshadowed by how comfortable we are using third-party Wi-Fi hotspots at coffee shops and public spaces. While we've shown an evil twin attack using the Aircrack-ng suite of tools, MitmAP is a Python tool to configure custom APs for many types of wireless attacks.

Kodi 101: How to Customize the Main Menu

The default look for Kodi is a menu that shows all of the possible media playback options available to the media player. From movies to radio, Kodi's main menu has an option to meet your needs. But everyone's needs are different, and sometimes we don't want all of these options.

How To: Make Your Own Battery-Saving 'Lite Apps' for Android

Several major web services—most notably Facebook—have horrendous Android apps that occupy way too much space and drain battery life at an alarming rate. Such issues have led to a new trend where third-party developers create minimalist "lite" apps that are essentially the mobile website bundled into a native Android wrapper, freeing up storage space and saving battery life without sacrificing many features at all.

How To: Build an ARP Scanner Using Scapy and Python

As you might know, there are a multitude of tools used to discover internal IP addresses. Many of these tools use ARP, address resolution protocol, in order to find live internal hosts. If we could write a script using this protocol, we would be able to scan for hosts on a given network. This is where scapy and python come in, scapy has modules we can import into python, enabling us to construct some tools of our own, which is exactly what we'll be doing here.