For the most part, Google Play Music makes it extremely easy to upload and organize your music library, as well as access it quickly using the default settings—but there are a few things it could do better.
Just short of a week after its release, the new HTC One has been rooted thanks to Android devs beaups and jcase, the same guys that brought us S-OFF for the original HTC One (M7).
We may all have a Nexus 7 tablet, but we don't all want to have the exact same look and feel, which is why we softMod for a more personalized vibe. There are hundreds of cool mods you can perform on your Nexus 7, whether stock or rooted, but one of my favorites in Android 4.4 KitKat was unlocking the hidden battery percentage icon in the Status bar.
In this clip, you'll learn how to implement a carousel with Silverlight. Whether you're new to Microsoft's popular web application framework or a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free MS Silverlight programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.
In order to paint palm trees on your nails, you will need the following: white matte base nail polish and a variety of other colors. You will need toothpicks, if you do not have fine brushes in your polish.
Twitter has consumed the world, so make sure you're up to date on your Tweets. One way to do that is with Gwibber 2.0 on Ubuntu Linux, the computer operating system that could be a bit tricky for beginners, but fret not, help is here. Check out this video tutorial on how to retrieve unlimited tweets with Gwibber 2.0 on Ubuntu Linux.
Are you a film buff whose looking to become the next Quentin Tarantino? Well, other than having a big dream, a big vision, and a camera, you need an EXCELLENT film editing program. It really make the difference between creating a crappy, home video-esque shot and creating a "Lord of the Rings" bonanza.
This video tutorial is about Android, and no it's not a robotic creature, it's a software platform and operating system form mobile phones and PDAs. The Android system is based on Linux and was developed by Google and the Open Handset Alliance. Code is managed in the Java language, but can be written in C also, although C is not officially supported. A lot of the new cell phone and other mobile devices will be running off of Android, so know how to use it.
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this video tutorial, you'll learn how to use the new CSS, or Cascading Style Sheet, management tools in Visual Studio 2008 in the service of enhancing an existing stylesh...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer.this video tutorial will demonstrate the new ListView control in Visual Studio 2008. Because the ListView is data-driven, you will need a data source. You can use any data so...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this ASP.NET tutorial, you'll take a look at the 1.1 alpha release of Microsoft Silverlight. To get started writing your own ASP/Silverlight applications, take a look.
The ASP.NET AJAX Control Toolkit is a shared source project built on top of the Microsoft ASP.NET AJAX framework. It is a joint effort between Microsoft and the ASP.NET AJAX community that provides a powerful infrastructure to write reusable, customizable and extensible ASP.NET AJAX extenders and controls, as well as a rich array of controls that can be used out of the box to create an interactive Web experience. This video tutorial will get you started using it. Take a look.
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. By creating a new website, this video tutorial will demonstrate the new ListView control in Visual Studio 2008. Because the ListView is data driven, you will need a data sou...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. Generally, the DataPager control is used with the ListView control. The ListView control is data driven. First create a ListView control and provide it some data. Next drop ...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. This video tutorial uses a web template from oswd.org to demonstrate the use of Master Pages and how they are supported in Visual Studio 2008. Specifically, this Visual Stud...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this video tutorial, you'll take a tour of the new features and changes to the IDE in Visual Studio 2008. See the updated web page editor, WPF form designer, CSS editor, ...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. Using AJAX in ASP.NET pages can increase performance and improve the overall user experience of an application. It is not necessary to rewrite existing pages to add AJAX fea...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. Using Visual Studio 2008's improved Designer, this video will demonstrate how to create a Nested Master Page. Nested Master Pages are useful when you build a hierarchy of te...
Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this video we will build on an existing style sheet and enhance it with element ids using the new CSS management tools in Visual Studio 2008.
Core Data is a powerful data-management framework introduced with Mac OS X v10.4 Tiger. When you take advantage of Core Data, it slashes the amount of custom code you need to write in order to manage application data. Opening, saving and undo management can all be handled by Core Data, freeing you to concentrate on creating unique features for your application. This video tutorial, which presents a general introduction to using Core Data, will walk you through the process of building a simple...
Wondering how to create an app bundle in Mac OS X? In this two-part video tutorial series, you'll learn how to create an application that is completely self-contained and is drag-and-droppable/relocatable. Frameworks, PlugIns, and Resources are embedded in the .app bundle, thus avoiding the need for installers and avoiding issues like dll-hell. There is also a quick demonstration on how to enable Universal Binary building at 15:46. Take a look!
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...
In this video tutorial, Chris Pels will show how to make standard HTML elements in an .aspx page accessible from server side code so they can be used in page processing like a standard ASP.NET server control. First, see how the addition of a runat=”server” attribute to a standard HTML control like a div allows it to be referenced in server side code with full Intellisense. Next, see several examples of how you might manipulate HTML elements on a page with this technique. Lastly, see how this ...
With the Masters, one of professional golfing's four most prestigious annual tournaments, now in full swing, Snapchat is giving users the ability to commemorate the moment in augmented reality.
Interested to know how to start a new cable television ad campaign with Google AdWords TV Ads? This official video from Google will teach you how to use the new interface to determine just that. For all of the relevant details, and to get started creating your own televised advertising campaigns, watch this clip.
Want to see how a Google TV Ads national cable television advertising campaign is doing? This official video from Google will teach you how to use the new interface to determine just that. For all of the relevant details, and to get started gauging the effectiveness of your own Google AdWords TV Ads campaigns, watch this clip.
While organic gardening might sound like a complicated endeavor, you'll find it's actually considerably less trouble to work with nature than to constantly fight against it. This green gardener's guide from the British National Trust presents a primer on the subject. For more information, and to get started creating your own organic flower or vegetable garden, take a look.
Check out this clip courtesy of National Geographic Channel's new series, What Would Happen If? You could be a master of the board game Monopoly (or at least the UK version of Monopoly) just by watching this video tutorial. Money and hotels and jail spells fun!
NASA -- the National Aeronautics and Space Administration, the United States government's most infamous agency, the powerhouse of space exploration -- teaches you the basics of Isaac Newton's Laws of Motion. Who better to learn motion theory from than NASA?
November is national Novel Writing Month, which means if you've been dreaming about penning a bestselling science fiction or fantasy thriller since you turned 10, now is the time to put pen to paper.
Interested in making and using your own compost? Fortunately, as this home gardening guide from the British National Trust demonstrates, it's quite easy to do. So easy, in fact, that this gardener's guide can present a complete overview of the process in just under four minutes' time. For details, and to get started making your own rich, fertile soil from your own garden and food scraps, take a look.
Here is a demonstration on how to fold an origami crane. Tsuru is the Japanese word for crane. The crane is considered a national treasure, appearing in art, literature, and folklore. The origami crane is also a symbol of good fortune and longevity. Fold several of these origami paper cranes to give to friends and family.
National and international sudoku champion Thomas Snyder explains and gives you some tips on how to solve the eighth S.U. Doku puzzle from Stanford University. Get it? S.U. The second video is of him actually solving it.
National and international sudoku champion Thomas Snyder explains and shares strategies on how to solve the third S.U. Doku puzzle from Stanford University. Get it? S.U. The second video is of him actually solving it.
National and international sudoku champion Thomas Snyder explains how to solve the second S.U. Doku puzzle from Stanford University, along with sharing strategies for starting a sudoku. Get it? S.U. The second video is of him actually solving it.
While the pope himself may not be Steampunk, you might be amazed at what is: the coronation stove. For those who don't know, it's been a tradition for a very long time to signal the election of a new pope (or the lack of a new pope) via colored smoke. More specifically, once the cardinals have all voted for the new pope during the conclave, the ballots are burned in a special stove in the Sistine Chapel, and the smoke is visible in St. Peter's square.
You need to start strong in order to be able to finish stronger, which is what makes a first draft so important to a writer who wants to eventually be published. National Novel Writing Month (NaNoWriMo) is a great way to get your novel into first draft form!
This video demonstration feature a young girl painting one of China's national icons: the Panda Bear. The paper she uses is covered in silver flakes, which give the piece a shiny, cartoonish quality. That is one happy looking little bear.
Hey guys! Need some lessons on how to fold a scarf? Emmi Sorokin, national men's image consultant and founder of It's a Man's World Image Consulting shows how to wear four different men's scarves in this free instructional video. Step out in style with a scarf folded the right way!
Learn how to mix Brazil's national cocktail, the Caipirinha, with help from this video! Consisting of cachaça, sugar and lime, wow your party guests with this delicious treat. To make this version of the Caipirinha, you will need the following ingredients and tools: