Specific Event Search Results

How To: Add the Google Calendar button to Toolbar

In this video, we learn how to add the Google calendar button to toolbar. This will allow you to view your calendar to search for a specific event or appointment that is happening. This will keep your schedule more in line and organized than before! First, go to the Google screen and click on the calendar. Now, you will drag the icon on the left hand side of the tab up to the toolbar that is on your browser window. Once you do this, exit out of the window and then click on the icon for the ca...

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: Tween with ActionScript 3.0 in Flash CS4

In this advanced level tutorial, learn how to tween with Actionscript 3.0 in Flash CS4. This video starts out slow with a simple fade-in animation and later gets more complex. Subjects covered in this tutorial include: Tween class, creating tweens, timers, timer events, tween events, using event listeners, functions, and more.

How To: Create an event announcement in Facebook

In this video tutorial, viewers learn how to create an event in Face-book. Begin by logging into your Face-book account and go to your profile page. Under your profile picture, select "Create Related Events" from the list of links. Now users are able to input all the information about the event, such as: event name, event type, start time, end time, location and etc.... When finished, click on Create Event. Then upload an image for the event configure the options and access of the event annou...

How To: Make event handlers for ASP.Net web pages and controls

In this video tutorial, Chris Pels will show how to create event handlers for ASP.NET web pages and web server controls. First, learn how to create page level events for the standard page events provided by the .NET Framework. See how to automatically bind the events to a page using the AutoEventWireup attribute as well as programmatically bind the events. Next, learn how to create and bind event handlers for the standard web server control events. Also learn how to connect multiple events fo...

How To: 15 Tips to Make You a Google Calendar Pro

Whether scheduling meetings, events, tasks, or even keeping tabs on the weather, a good digital calendar can help you stay on top of your game in ways that a normal calendar could never do. Indeed, there are many calendars to choose from, but Google Calendar is one of the best due to Google's excellent cloud service, feature-rich web-client, and their easy-to-use Android and iOS applications.

How To: Create a Facebook event for a group or member page

In this tutorial, we learn how to create a Facebook event for a group or member page. To do this, log into your Facebook account, then click on the "create an event" link. Now you will be able to add a name, tagline, description, date, type of event, start time, location, and more details about the event. Once you do this, you can invite your friends into the event and also make it a private event or a public one. After this, you will also be able to upload a photo and then once friend's RSVP...

How To: Post a Facebook event

Get the word out on that cool party, or classy soiree by advertising your events on Facebook. The events option on Facebook lets users post details about social events, business meetings, and more. It saves time and paper, and acts as a cool and informative online pre-party before the main event.

How To: Use My Day in Microsoft Entourage: Mac 2008

There's a lot of great features in Entourage 2008 for Mac, and one of the new features in "My Day". It's a small integrated app that helps you stay organized and helps you manage all of your upcoming events and tasks. The Microsoft Office for Mac team shows you just how to manage tasks and events by using My Day in this how-to video.

How To: Use event handlers for Java programming

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to work with event handlers when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Create mouse events for Java programming

Want to write Java applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to create mouse events. For detailed instructions, watch this programmer's guide.

How To: Handle events in master and content pages on ASP.Net

In this video tutorial, Chris Pels will show how events are handled in master and individual content pages. Even though the end result of a master and individual content page is a single ASP.NET page rendered in the user's browser the event handling in each type of page is handled separately. If a control is located in the master page the corresponding event handler is located in the master page by default. The same is true for controls in the content page. See two approaches to having the ev...

How To: Differentiate between restraining or protective orders

If someone violates a protective order, there are — the remedy would be the police would be involved. You'll get arrested. So, basically, a protective order is usually good for two years, and it has all the specific things you cannot do. For instance, you can't go by that person's — within 200 feet of them or their residence or their employer. So it has some very specific things. A restraining order is different. It's a standard thing that's given that's a mutual thing where it just says be n...

How To: Use Facebook to invite friends to an event

Interested in using Facebook as a platform to invite your friends to an upcoming event? It's easy! So easy, in fact, that this video tutorial from Butterscotch can present a complete, step-by-step overview of the process in about a minute and a half. For detailed instructions, and to get started creating events on Facebook yourself, take a look.

How To: Solve statistical word problems involving events

From Ramanujan to calculus co-creator Gottfried Leibniz, many of the world's best and brightest mathematical minds have belonged to autodidacts. And, thanks to the Internet, it's easier than ever to follow in their footsteps (or just finish your homework or study for that next big test). With this installment from Internet pedagogical superstar Salman Khan's series of free math tutorials, you'll learn how to unpack and solve word problems involving events and outcomes.

How To: Track Google's trends features

In this Computers & Programming video tutorial you will learn how to track Google's trends features. This will help you find some powerful micro niches and great keywords to create content and get top rankings in search engines. Any trend on the internet first starts with an event. For example ‘mega millions’ gets lot of traffic when someone wins a jackpot or a big lottery draw is coming up. Similarly, ‘July 4th’ traffic spikes around that event and dies down. If you want traffic from this ev...

How To: Understand different immune system responses

This is a presentation of different types of immune responses in human body. There are two types of immune systems i.e., non specific and specific or adaptive immune system. Again, non specific immune system is sub- divided into barriers. It is the first line of defense. The second line of defense is the inflammatory response. They are phagocytes. These are all products of white blood cells. It is also called as leukocytes. Lymphocytes are another type of white blood cells which are carriers ...

How To: Creatively document events with photography

In this video sequence, learn how to choose a context when shooting and editing your photos, allowing themes to emerge in your narrative work. By simply documenting the events around you, you will find ways to creatively show what happens through photography. Documenting events will not only make your photography work more interesting, you will also become a better story teller. Practice grouping photographs to tell a story.

How To: Create and use application level events in ASP.Net

In this video tutorial, Chris Pels will show how to create an Application Class File (Global.asax) that contains application level event handlers such as Application_Start and Application_BeginRequest. Then the sequence of application level events in the application lifecycle will be discussed as a basis for determining where certain types of operations would be best performed during the application lifecycle.

How To: Determine the probability of dependent events

From Ramanujan to calculus co-creator Gottfried Leibniz, many of the world's best and brightest mathematical minds have belonged to autodidacts. And, thanks to the Internet, it's easier than ever to follow in their footsteps (or just finish your homework or study for that next big test). With this installment from Internet pedagogical superstar Salman Khan's series of free math tutorials, you'll learn how to calculate the probability of two dependent events in statistics.

How To: Watch Apple's Sept. 10 Special Event on Your Computer, Smartphone, YouTube, or Apple TV

Apple revealed its newest line of iPhone models on Tuesday, Sept. 10, at its "by innovation only" event in Cupertino. While the release date for iOS 13 wasn't announced at the event, Apple issued a press release with the date. If you missed the event, you can still watch it from your computer, smartphone, Apple TV, and any other device that YouTube works on.

Advanced Phishing: How to Inject Meetings into Anyone's Google Calendar

Google Calendar is a cornerstone of the Google Suite, perhaps second only to Gmail itself. Whereas email is constantly plagued by phishing attacks, as of yet, the calendar is a relatively untapped social engineering attack vector. But it's relatively easy for an attacker to inject a meeting or event into a target's Google Calendar and use it to exploit them.

Prev Page