When Apple rolled out iBooks 2, it also released a tool to create interactive ebooks called iBook Author. It’s free and supposed to be easy to use. The catch is that you can only use it to sell books via Apple’s iBooks store, although you can use it to create ebooks that you can distribute for free. iBooks Author is an important tool because creating an ebook is a bit more complicated ...
Python is a high-level programming language that has gained popularity in recent years for its emphasis on clear code that is easy to read, combined with surprising power and flexibility. Because Python is free and open-source, it has become a widely used scripting language primarily for web-based applications…but did you know that a little help from the .NET framework can bring your Python...
There are two ways you can use YouTube to gain fame and fortune: Create a viral video that gets viewed by millions of people. Create a YouTube channel that drives traffic to your brand over time. Viral videos rely a lot on quirkiness and luck. Despite that randomness, there are some best practices that will help your video. The more methodical approach to building a popular YouTube channel requi...
I recently discovered Visual Studio Achievements, which as the name indicates, adds video game-style “achievements” to Microsoft’s premiere IDE while you code. Visual Studio Achievements was even created by Microsoft’s Channel9 team, so you know it’s the real deal. Some of the unlockable achievements include positive awards like “Add 10 regions to a class. Your code is so readable, if ...
In a world filled with short attention spans and thinning short-term memories, it can sometimes be difficult to remember to mentioning important topics while making a phone call. Heck, give a person 30 minutes of phone conversation to wander, and their mind will stray further than the island of Lilliput (hint: it’s a fictitious location from a book). Well I don’t know about you, but ...
Evernote has created a tool for people who are easily distracted. Clearly is a Google Chrome extension that strips out navigation, links and advertisement from any Web page and presents you with a cleaner, less distracting online reading experience. Clearly is a Chrome browser extension that strips navigation, links and ads from a page The Clearly reading experience is customizable: you can choos...
I’ve been writing here at Techerator for over a year, but only recently have I decided to take steps to improve my writing and time efficiency. You probably know the drill: sit down at your desk, check out Twitter, open your word editor, Tweet something, check out Facebook, decide on a title, Facebook about how hard it is to write, go reward yourself with a cup of coffee, I wonder what’...
It seems that everyone is planning an Operation Overthrow against popular file synching service Dropbox. Earlier this week, it was Insync. This time, the newest member to join the movement is BitTorrent, Inc. with their new desktop app simply dubbed Share. The service allows you to transfer any type of files to anyone with no size limit to weigh you down. The process is easy and straightforward. ...
Finding the best spot for wifi access in your home or in a public place is pretty much trial and error. Turn on your laptop, and see what happens. NetSpot is a free wireless survey tool that makes it more of a treasure hunt. Once you install it on your Mac (OSX only), your laptop becomes a wifi sniffer. Before you start up the app, you’re going to need a floor plan with measurements. NetSpot...
When you code a web page, you’ll oftentimes want to include images. In almost every case you’ll throw down a line of code that looks something like this: <img src="location/of/image.png" alt="alternative text" /> But did you know that you can embed your image directly into the HTML without having to link to an external file? Yep, but first, why would you wa...