Please Note: This is just a follow-up post of my Google India Interview post. You can find more information about it here »
Google Kids
I have created the Google Search engine prototype specially for kids called Google Kids for demonstrating during my Google India interview. I have created the full prototype, google doodle myself along with the basic architecture of the search engine just before the day of my Google Interview.
I am just publishing few pages from my prototype document, which only show the very basic information without much of its internal architecture details.
[click to see the full size image]
[click to see the full size image]
[click to see the full size image]
Please Note: This is just a follow-up post of my Google India Interview post. You can find more information about it here »
Google KidsI have created the Google Search engine prototype specially for kids called Google Kids for demonstrating during my Google India interview. I have created the full prototype, google doodle myself along with the basic architecture of the search engine just before the day of my Google Interview. Although I took my Google Kids prototype to the interview, I haven’t discussed about it with them.
I am just publishing few pages from my prototype document, which only show the very basic information without much of its internal architecture details.
[click to see the full size image]
[click to see the full size image]
[click to see the full size image]
SVG Tiny 1.1, the standard vector graphics format, used to create XML powered SVG format in all high- and mid-range GSM/UMTS phones. SVG-t files can be used for background images or startup shows, as well as embedded in a Web page, displayed in full screen mode, or sent inside an MMS or via Bluetooth. In most cases, SVG results in smaller images than animated GIF bitmaps and these take up less memory space on the phone.
Firefox made a blazing 50 million downloads!! :), Firefox ROCKS !! I feel FF turns the world to the right side !!
" ... They said browsers were dead. They said open source would never penetrate the mainstream. But you've never cared much for rules, have you? And now we're blazing a trail to 50 million downloads worldwide. As we turn open source into a household word and reassert the supremacy of simplicity, we are making waves and starting fires ... "
- Blake Russ
http://www.spreadfirefox.com/
Apple announced an updated Power Mac G5 line, featuring dual 64-bit PowerPC G5 processors running up to 2.7GHz. The new models are now available in dual 2.0GHz, 2.3GHz and 2.7GHz configurations for US$1,999, $2,499 and $2,999 respectively. The new dual processor Power Mac G5s ship with Mac OS X version 10.4 Tiger and will be available this week. They each ship with larger hard drives, a faster 16X SuperDrive with double-layer support and 512MB of memory across the line.
The FastSCAN Cobra can digitally reproduce a skull in the lab or, even better, right at the crime scene. The portable laser scanner, bundled with new whiz-bang 3-D tissue-rendering software, is a huge leap forward for forensics. FastSCAN's advantage - besides its tiny size and even tinier price tag is its free-motion wand. Designed by Applied Research Associates New Zealand, the wand laser-scans the object while an electromagnetic sensor receives signals from a nearby transmitter. The wand and transmitter triangulate the object, building a 3-D framework. In minutes, software stitches together a likeness, rendering layers of muscles, fat, and skin onto a digitally scanned skull.
Last Friday was JAVA Day, Java's 10th Birthday. Java changed the world [and me] and keeps on changing. Surpasses 1.5 billion devices worldwide 250 Million Mobile Phones, 650 Million Desktops, 500 Million SIM and Smart Cards, and a Hundred Million Other Locations. Java Still counts...
>> Still don’t have Java? Download Java
NOW! to become part of the revolution.
Read the amazing adventures of Duke, which was actually released during JavaOne 2001 Conference. The Story boards are quite amazing, I just LOVE Duke and feel the action along with Duke :).
>>
The Minimate, MicroNet's new external disk drive and port replicator created specifically to complement Apple's new Mac mini computers. With available storage up to 400GB, 4 USB 2.0 ports and 3 FireWire ports, the Minimate extends the capabilities of your new Mac to match the most capable workstations, all in a stylish aluminum and plastic enclosure that perfectly complements your computer.
>>
The performance benchmarks of J2SE 5.0, shows and proves that J2SE 5.0[Tiger] is mush faster, having lesser footprint and better optimized. It has very good self-explanatory graphs to prove it.
>>
A beep sound can be use to indicate a warning or error. However, it is often better to give a warning dialog box with a description of the problem.
To Produce a Beep Sound, import the Toolkit class:
import java.awt.Toolkit;Next use the beep() method:
Toolkit.getDefaultToolkit().beep();
John Paul is credited with bringing the Vatican into the Information Age. He used the Vatican's official Web site, launched in 1995, to publish his sermons and speeches. Paul II Used a Dell Laptop for his personal use.
>>
Gui 3D API is an open source libraryfor 3D graphical user interfaces.written in java, based on the jogl apicurrently running onlinux, windows,mac and solaris. Think It works like the Project look Glass.
>>
The JTabbedPane container allows to create tabbed pane and the user may select which to show by clicking on a tab. JTabbedPane can be created as:
JTabbedPane tp = new JTabbedPane(edge);The edge can be:
JTabbedPane.TOP (default)
JTabbedPane.RIGHT
JTabbedPane.BOTTOM
JTabbedPane.LEFTAdd tabs to a tabbed pane by calling addTab and passing it a String title and a component (typically a JPanel) to display in that tab. For example:
JTabbedPane jtb = new JTabbedPane();
jtb.addTab("Home", Home);
jtb.addTab("Function", Funcion);
jtb.addTab("Help", Help);
Google launched their Video Upload Program. It will allow us to upload our own videos and even charge for downloads/viewings of our video. Hey, that's a cool one. I will create and upload my own movies, very soon.
>>
The java.awt.FontMetrics class is used to determine the measurements of characters and strings. These measurements can be used to precisely position text. Font metrics are determined by the font and the graphics context. To create a FontMetrics object, where g is a Graphics object and f is a Font object:
FontMetrics fm = g.getFontMetrics(f);FontMetrics methods:
fm.getAscent(); //Returns ascent for font
fm.getDescent(); //Returns descent for font
fm.getLeading(); //Returns leading for font
fm.charWidth(c); //Advance of char c.
fm.stringWidth(s); //Advance width for String s
Macromedia agreed to be acquired by Adobe for $3.4 billion. As with any multibillion merger, risks abound. Both outfits sell the bulk of their software to the same customers in the creative design and publishing professions, yet they have little overlap in products. Add to that strong revenue growth in 2004 and a complementary vision for which businesses will drive revenues. I am bit worried about my favorite Macromedia Fireworks.
>>
More than 2.6 mln people visited the FireFox site during March 2005 to download the browser and obtain more information. Males, often the early adopters of technology and gadgets, dominated FireFox’s site composition during the month of March 2005. Men accounted for 71% or nearly 1.9 mln site visitors, compared to the women who comprised of 29% or the minority population who visited in March 2005.
>>
ColorWare plans on adding the Mac mini to its colorful line of products. ColorWare is best known for the extraordinary paint jobs they do on other Apple products such as the iMac, iPod, iBook and Powerbook.
>>
The File class has a support for temporary files by the static createTempFile methods and the java.io.tmpdir system property, Also, by calling deleteOnExit, we can ensure the file will be deleted if the Java environment ends naturally. The general framework for usage follows:
// prefix and suffix
File temp = File.createTempFile("MyTempFile", ".tmp");
// use like any other File
temp.deleteOnExit();
My Favorite Mac OS X Tiger is going to be released on the 29th. Tiger’s polished appearance makes what’s onscreen as beautiful as the rest of your Mac a sheer joy to behold and use. I think there will be lots of great updates and features in Tiger and waiting for the realease to know more about it.
>>
The Nuvo Robot available in red, blue, white and yellow color variations, for the 588,000-yen. It can be controlled by voice, remote, 802.11b, and even cellular phone and has a 0.33MP camera.
>>
Using Stream for printing simple text, first write it to a file and print the file.
try
{
FileOutputStream fos = new FileOutputStream("LPT1"); // LPT1 Printer name
PrintStream ps = new PrintStream(fos);
ps.print("I am print text going direct to printer.");
ps.print("\f");
ps.close();
}
catch (Exception e)
{
System.out.println("Exception occurred: " + e);
}
Hugms is a device designed for sending someone you care about a hug using your mobile phone.Once hugms is connected to your mobile phone all you have to do is send it the phone number of the person you'd like to hug and then squeeze. sensors inside the device read how long and how hard you have squeezed and will format a text message based on your hug. For example, a long squeeze would look like 'hhhhhhuuuuuuuuuuggggggg'
>>
Dr. Sean Morrison’s at the University of Michigan, researchs the secrets of stem cells. The Power Mac G5 is so powerful with its 64-bit processing capabilities that they are able to do things on the Mac that people used to do on mainframes.
>>
As I am planning to buy a Digital camera, I thought of trying some Digital Image Management tools. I immediately thought of Google’s Picasa2 and installed it to give a try. At startup, Picasa scans all the images in my system and automatically organize it neatly and very Cool and faster interface even in my Celeron 466MHz System.
Picasa has a simple to use set of Image filters like Sharpen, lights, Straighten, Tuning, great collection of effects. It’s really simple even a novice can create Great effects with one or two clicks. We can create backups CD, slide shows, Timeline, and even directly send it to Hello to Blogger.com.
Picasa also has lots of great tools for creating screensaver, posters, making collage photos, even create movies, create web album, that’s really GREAT. In a fraction of section I am able to create my own version of movie :).
I like my first experience with Picasa and will explore more. After all its part of Google Technology, so I just Love it!
>>
Take a look at the cool usage of the Amazon search API by amaztype website. That's great, I like the way the books are flying!
>>
Time Magazine selected the 2005 100 most influential Builders and Titans. Just look who are in the top 2 levels; it's my favorite Steve Jobs and the Google Guys.
>>
Where Google Gets all the GMail Space :), Source: JoyofTech.
>>
Speller Pages is a free, Open Source Web user interface and JavaScript library for a server-side spell check program. Available in PHP or Perl/CGI versions, Speller Pages allows us to bring the superior spelling suggestion capabilities of GNU Aspell to users of our Web site. It's really cool and has a very good dictionary. We can add to our web applications, like the G-Mail's spell checker. It’s also very simple to add the Spell Checker function into our Java Script code.
>>
The entire Duke University class of 2008 received Apple iPod digital devices as part of a university initiative to encourage creative uses of technology in education and campus life. This mix of pop culture, information technology and pedagogy has generated enormous interest from other educators as well as news media.That's very COOL, classes with iPod hhmhmm...
>>
Yagoohoo!gle, a search site which shows the results in a split screen of Google and Yahoo. I think it will be useful in some comparison of search results between the two.
>>
Found an interesting experiance of Drew McWeeny at headquarters of Pixar where the incrediables was made. One of my favorite Hot Spot, I will visit in future and meet all the people out their especially my inspirational, Steve Jobs.
>>Look at the part of the big server room, which has given life to all those fascinating characters.
PookMail.com, helps us to avoid give our personal email address to untrusted sites and people. After 24 hours, our received emails will be deleted from the system.
>>
The java.lang.Class has many useful methods, but two of the most useful are getName() for getting a string name of the class and getSuperclass() for getting a Class object for the parent class, or null if this is already the Object class.
String s = "abc";
Class cls;
cls = s.getClass(); // Represents the String class.
System.out.println(cls.getName()); // Prints "java.lang.String"
Frying an egg for our breakfast has never been so simple, just using our own PC. I will try this out live and direct, before upgrading my system :).
>>
Last week [31/03/05], to check and feel my Web presence, I did a search for me ‘balakumar’ in Google, Yahoo, Technorati and also checked my Web counter Nedstat to know my Web Site listing. I got this results, think not bad :) .
Google Search [Click image for full Screen Shot]
Yahoo Search [Click image for full Screen Shot]
Technorati Search [Click image for full Screen Shot]
Nedstat Search [Click image for full Screen Shot]
Note: I did this search just to feel myself in the Web. This rank may vary from time to time, but must be within Top 10.
Gmail now provides the most needed Rich Text Editor for composing our email. I think GMail has changed the way we are using our Mail Boxes and we will be looking forward for more innovations and surprises from the GMail team :).
>>