Hack

libTISCH 1.0 released

[Florian] is proud to announce libTISCH 1.0 is finally ready for release. We told you about libTISCH just under a year ago and how it is a multitouch framework that factors more on the software side of things, instead of hardware for multitouch interfaces. A lot has changed including more widgets, more gestures, more hardware support, and some other nice features. If you’re looking into making your own multitouch surface, or making your own widgets for a multitouch surface – libTISCH would be a great place to start.



[ Read the rest of the story in the original article... ]

Facebook

This Week In Facebook: September 13, 2009

This week was another busy one for Facebook who made a number of large announcements on Thursday. Facebook has been pretty consistent with rolling out relatively significant updates and announcements on a weekly basis over the past month. With Facebook beyond 275 million users, based on our internal numbers, Facebook continues the march toward 300 million. Hopefully Facebook continues pushing out weekly news stories so our job of chronicling the company’s activities can stay exciting!

Facebook for Android Launches
As we expected, Facebook for Android officially launched on Tuesday afternoon around the time of Facebook’s mobile press event. Initial reviews…


[ Read the rest of the story in the original article... ]

Business

Hong Kong govt focuses on quick results

The current global financial crisis has not deterred governments such as Hong Kong from investing in technology innovations that deliver results to its citizens. Questex publication Enterprise Innovation talks with Hong Kong government CIO Jeremy Godfrey to find out the key priorities within the next few months. Enterprise Innovation: There has been talk of economies bottoming out. But if the worst is over does your focus or key priorities within government shift at all? Jeremy Godfrey: I don’t think that anything has happened in the last two months to significantly change the way we view things. It’s great there are…


[ Read the rest of the story in the original article... ]

Facebook

Facebook Adds City Filter Back To Friends Page

We were seriously frustrated when Facebook removed the ability to find your friends based on their location. There are numerous examples of why you would want to filter by city and not having this feature was nothing short of annoying. Thankfully, Facebook has added the feature back according to an updated posted to the Facebook Page just an hour ago. The feature was first noticed by Eric Eldon.

We were actually in the process of posting an article about 10 reasons why they should add this feature back but within a matter of days, filtering by city is now available…


[ Read the rest of the story in the original article... ]

Hack

How to download books from Google

If you want books, but don’t want to pay for them, there is a better way than walking into your local book store and pocketing them. Try grabbing them online, from Google!
Everyone must be aware of the Google Books Library project by now. If you’re not, it’s basically a way for Google to ensure all of the world’s book content is accessible and searchable. Through the Book Project, Google works with libraries to scan and archive their older and out of print materials. Up until recently, viewers of books in the Google Library Project web space were limited…


[ Read the rest of the story in the original article... ]

Hack

NES on ZipIt

Going even further back in time than 4th gen, [Kevin] tipped us off to this project by [Hunter Davis]. It is a collection of software mods for Zipit’s Z2 instant messenging device. Some of them include allowing it to run (ports of) the Fluxbox window manager, FCE Ultra NES emulator, and (most impresively) the Java framework. The next leap in development, a SNES emulator optimized for the Zipit, is in the works. The Z2 runs Linux out of the box. This means you no longer have to reflash the device to add software, such as DOSbox (also introduced to the Zipit by…


[ Read the rest of the story in the original article... ]

Business

Franchising Vs. Licensing A Business (Franchise Vs. License) And Business Opportunity Expansion Options

What’s the difference between franchising vs. licensing a business? The starting point in the franchising vs. licensing a business analysis is to consider the legal aspects, then the business aspects. In considering the legal aspects, begin with the following premise that applies to both options. If you put someone into business (or allow them to use your business name/mark) this transaction will normally be a regulated activity, subject to substantial penalties for noncompliance. This guiding legal principle, coupled with the business aspects of selling a franchise vs. a license (discussed below) will answer most franchise vs. license questions. Advice from…


[ Read the rest of the story in the original article... ]

Computer

CMS : Gelato

Gelato is self hosted CMS for those who want both flexibility and design in their work. It is a specially designed CMS for tumblelogs. It provides a nice framework for tumblelogs and is very easy to install. It runs on PHP and MySQL. It can also import RSS/Atom feeds as well as Twitter and Last.Fm feeds.

The Gelato project is open source (you can use and change the original source code freely). You can browse the source code, request features, read the wiki and use the forum from the Gelato home at Google code or you can contact the authors.…


[ Read the rest of the story in the original article... ]

Software

Script as blocking element and dynamic script loading using document.write

We all know that script is blocking element, meaning no content will be rendered untill script block is parsed and executed or downloaded then parsed and then executed in case of externale script.
And we were told endless times that the best practice is to load scripts at the end of web page. It’s true.
We also have document.ready events thanks to numerous javascript frameworks that gives us opportunity to perform most of our JS actions when document is ready to be manipulated. But there are cases when you do need JS blocking features.

Many ad serving systems work using…


[ Read the rest of the story in the original article... ]

Software

Javascript function context, “apply” method and lost “this” object

How many times you had problem or were asked about what happened to this object in your function? Or why this is not an object you expect it to be? Probably these times you have to remind yourself or your fellow programmer about function context.
First of all I have to ask you all a pretty lame question. If you write function in JS block right inside your HTML, what this keyword will refer to?
<script type=”text/javascript”>
function testThis(){
//who is “this”
}
</script>
And now to the real example.

Let’s say you build a simple Javascript object:
<script type=”text/javascript”>…


[ Read the rest of the story in the original article... ]

Internet

Shadowbox CSS and Javascript Framework

Shadowbox CSS and Javascript Framework…


[ Read the rest of the story in the original article... ]

Software

C# Image Processing with AForge.NET Framework

A couple of days ago i found a great framework called AForge.NET.
AForge.NET is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence – image processing, neural networks, genetic algorithms, machine learning, robotics, etc.

The framework is published under LGPL v3 license and comprised by the set of libraries and sample applications, which demonstrate their features:

AForge.Imaging – library with image processing routines and filters
AForge.Vision – computer vision library
AForge.Neuro – neural networks computation library
AForge.Genetic – evolution programming library
AForge.MachineLearning – machine learning library
AForge.Robotics – library providing support of…


[ Read the rest of the story in the original article... ]

Page 1 of 212»

Login