When you are developing a web applications sometimes you need to have pictures uploaded and attached(embedded) to your pages. In Ruby on Rails it is really easy task to handle those kind of things you just need to to use the plugin. PaperClip appropriately.before begin here, i assume you know how to create a rails project and do the basic ...
(picture- http://www.elementmypc.com/)Element OS is a new Debian based new operating system mainly focused on Home Theater systems and Media center personal computers and aims to integrate GTK applications into a ten-foot user interface with XFCE environment. this OS is not limited to a typical home theater system this can be integrated with Boxee , Hulu ...
If you are a PHP programmer who is comfortable with XML you already know how to parse a XML file in PHP since HTML is merely a subset of XML the same technique can be applied to HTML parsing as well let me illustrate it :for an example let's assume we have table of data about whether forcast but they ...
Mobile OSs are a hot topic today because Google introduce Nexus One with Android Apple came up with iPad and Windows is coming with Windows 7 mobile so, Intel and Nokia has also came up with a new operating system based on Linux.MeeGo is a combination of Intel's Moblin and Nokia's Maemo projects. creating a ...
With the latest controversial statement of Steve Jobs about Adobe turned up the heat of the debate about the future web. HTML 5 is the latest rival of Flash but still Flash has high number of market shares relative to the latest HTML 5 but recently Youtube, the biggest site for video sharing, has also introduced a ...
Apple released iPad, HP is going to release Slate, some rumors about Windows 8 and Zune phone.. While all the things happening on the world around i just thought to centralize all those things into one place. With the release of Windows 7 Microsoft surprise the world in last year. can the software giant continue ...
If you have used NTFS formatted USB sticks or External HDs you may have faced this problem. whenever you try to copy a file to that device you will get an error saying This destination is read-only. if you are familiar with Linux you might have tried copying that as the super user or run nautilus as super user and ...
As developers we are familiar with lot of IDEs among them Netbeans is one of the most popular IDE in the world. it is an open source platform and have a pluggable architecture where developers can extend the features of the IDE by adding plugins. the purpose of this article is not to tell how to write Netbeans plugin this ...
In todays world there are loads of Operating systems exists, among them Mac OS easily one of the most eye candy and lovely OS most people want to use but for some reasons most people doesn’t own a Mac. As programmers we all love to program for iPhone I don’t know why but people love to. so how can they ...
For quite a some time I fell in love with Assembly programming language and now it is my favorite language. it is powerful easy and with assembly I get to know lot about computer architecture and the internal work very well. I am currently doing a project as a hobby implementing thumb and fore finger interface algorithm in assembly and ...
Sometime ago i wrote how to use Android with VirtualBox. Now it seems lot of people wants to experience Android Froyo on VirtualBox. in this article i will show how to use Android-x86 project and run Android Froyo.first download the Android Froyo iso or you can visit the download page and select an iso or img file yourself. Now you ...
These days i don't have much time to get involve in C/C++, assembly and my loving researches on Computer vision things because i have to complete projects and assignments and also prepare for the last examination of my bachelors degree. however today i did some experiments with assembly by writing a simple media player and a email sending(kind of a ...
Last few weeks as we all aware there were lot of interesting things happened in the cyber world. Wikileaks, 4chans, Gnosis, LOIC, DDoS are some of the keywords today. couple of days ago a reputed web media company called Gawker media was hacked by a gang known as Gnosis. they didn't stop only by hacking the site but they dump ...
This is my first post after 2 months !! anyway today i am going to give a special tip for Linux users. if you are a linux user you must have faced with dependency hell. recently i stumble upon to this project on github so, here i will explain how to use that awesome project to reduce the dependency hell ...
Technology is something which improves rapidly. things we thought decade ago were impossible have become realistic today. Today The Internet plays a major role in day to day life. From one static web page has now become much more agile dynamic web sites and even the rich internet applications(RIA) has made The Internet a more exciting place. now with the ...
If you have a Google account then you might have experienced Google chat which is integrated with GMail and it can also accessed via XMPP. if you have used it then you may know that so many people don't like to go online so they make themselves invisible. today in this post i am going to explain a simple way ...
I think you have already read my previous blog post : Creating a GTalk client with C# - Part 1. So now you have created a login form and only authenticated people can log into the client. in that post when a user authenticated what i did was just disposed the current window so in this post i will create ...
Today i am going to create a GTalk client with C# on Visual Studio 2008. So without talking much let's start developing :). here i am using agsXMPP library. so first you need to download and install agsXMPP SDK. open Visual Studio and create a new project.first of all we need to create some kind of a login form so ...
I just came up with a crazy idea just a couple of months ago when i got to know about Google goggles. Google as always produce some innovative products Google Goggles is one of them. just watch this video if you don't know about Google GogglesSo the thing this great application lacks is the lack of data in the database. ...
People, who are using *nix heavily, have used to a terminal very much sometimes they addict to the terminal. so, for the people who wants to use Google services via command line there were no proper and easy way, but finally now we have a way to do it. The project is called GoogleCL and it uses Google Data API ...