Archive for 2012

Titan Cray XK47, The world's fastest supercomputer so far.

by 0

Titan,  supercomputer at US government’s Oak Ridge National Laboratory has become the world’s fastest computer.
According to Top 500 supercomputer ranking, the Cray XK7, Titan achieved a sustained computing capability of 17.5 petaflops - or 17.5 million billion mathematical calculations per second – on Linpack's benchmark scale. 

The supercomputer cost $200 million and is powered by 18,688 Nvidia Tesla K20X GPUs and over 560,640 AMD processors. 

Photograph courtesy Charles Brooks, Oak Ridge National Laboratory



Sources
 National Geographic
 Anandtech




Credit Card Numbers

by in 0

Via MakeUseOf.COM

understand credit card numbersYou may have heard before that credit card numbers follow a certain pattern and structure so that they can be validated before a transaction is accepted. However, it’s one thing to know that the structure is there and another thing entirely to understand how credit card numbers work.
Why would this knowledge be useful? Well, if you run a small business that doesn’t process credit card payments immediately, you could save yourself money by ensuring the card details are valid. If you don’t, well it could still be fun to show off your skills at parties. Here’s how you do it.

Learning Where The Numbers Come From

Credit card numbers are not random. There’s a special set of numbers to show information about the card issuer and another set to show information about the card holder. One other number is also important, but we’ll come to that later.
The very first number is the Major Industry Identifier (MII) and it tells you what sort of institution issued the card.
  • 1 and 2 are issued by airlines.
  • 3 is issued by travel and entertainment.
  • 4 and 5 are issued by banking and financial institutions.
  • 6 is issued by merchandising and banking.
  • 7 is issued by petroleum companies.
  • 8 is issued by telecommunications companies.
  • 9 is issued by national assignment.
The first six digits are the Issuer Identification Number (IIN). These can be used to look up where the card originated from. If you have access to a list that details who owns each IIN, such as this list of popular IINs on Wikipedia, you can see who issued the card just by reading the card number.
Here’s a few you might recognise:
  • Visa: 4*****
  • American Express (AMEX): 34**** or 37****
  • Diner’s Club International: 36****
  • Mastercard: 51**** to 55****
The seventh digit to the second-to-last digit is the customer account number. Most companies use just 9 digits for the account numbers, but it’s possible to use up to 12. This means that using the current algorithm for credit cards, the world can issue about a trillion cards before needing to change the system.
understand credit card numbers
We often see 16-digit credit card numbers today, but it’s possible for a card issuer to issue a card with up to 19 digits using the current system. In the future, we may see longer numbers becoming more common.
The very last digit of each credit card is the check digit, or checksum. It is used to validate the credit card number using the Luhn algorithm, which we will now explain in detail.

The Luhn Algorithm Validation Check

The Luhn Algorithm is used to validate all sorts of numbers, including credit cards, IMEI numbers and some social security numbers. It’s not designed to be a cryptographically secure hash function, but merely a way to check errors are not made when recording numbers. It is not foolproof, but is generally considered to be useful.
Take the credit card number and read the digits from the right. Double every other number and write them down – if you do it in the same order as your card is written it will help with clarity. Now, wherever you have calculated a double-digit number, change it so that it reads as “first digit + second digit” (in other words, sum the digits of the products). Finally, take your calculations and add those numbers to the numbers remaining on your card that you didn’t double. A legitimate credit card number will give you a result that is divisible by 10.
For instance, let’s use a number I’ve just made up: 4634 8932 1298 2767. I’ll enter it into a table to make it easier to understand the steps.
understand credit card numbers
Try it yourself using the card from the picture earlier in this article. What can you learn from it?

Original Article
http://www.makeuseof.com/tag/credit-card-numbers-random-read-understand/

CSSHórus (Another Css Framework :[X-Browser, X-Plactform])

by in 0

Just found another CSS framework called CSSHórus.
Seem nice..
Can download and test from github.

Setting up GPS data in Android Emulator

by in 0

B4 I forget_
If you have to use android emulator to test GPS related application, you can set up the mock up GPS data for your emulator.
This example is in Ubuntu Linux, connect to emulator by using telnet command.

telnet localhost 5554
geo fix -82.411629 28.054553
geo nmea $GPGGA,001431.092,0118.2653,N,10351.1359,E,0,00,,-19.6,M,4.1,M,,0000*5B
 Via http://stackoverflow.com/questions/1972895/testing-gps-in-android

Awesome Super Computer build with 64 Raspberry Pi + Lego

by in , 0

Computational Engineers at the University of Southampton have built a supercomputer from 64 Raspberry Pi computers and Lego.
Please read the details about this project here 
http://www.southampton.ac.uk/mediacentre/features/raspberry_pi_supercomputer.shtml 


After reading this, my raspberry pi disease getting worse :D I want it so desperately. I really have to order Raspberry Pi this weekend. Can't wait any longer.

Javascript library that can create PDF.[jsPDF]

by in 0

jsPDF
Javascript တမျိုးတည်းကိုသာ အသုံးပြုထားပြီး Server side script တခုမှမလိုတဲ့ pdf creation library ပါ။ browser အဟောင်းတွေအတွက်လည်း flash fall back ထည့်ထားပေးပါတယ်။
http://jspdf.com/ မှာ အသုံးပြုပုံ demo များကို ကြည့်နိုင်ပါတယ်။ 
full source code  ကို https://github.com/MrRio/jsPDF မှာ ကြည့်နိုင်ပါတယ်။

Awesome Media Queries in JavaScript [enquire.js]

by in , 0

Enquire.js က Css Media queries တွေကို programmatically response လုပ်ဖို့အတွက် သုံးတာပါ၊ ဖိုင်ဆိုဒ်က 1kb အောက်မှာပဲရှိပါတယ်။ CSS Media query တွေနဲ့တင် မတူညီတဲ့ screen တွေအတွက် ဒီဇိုင်းလုပ်ရာမှာ တော်တော်အလုပ်ဖြစ်နေပါပြီ၊ အဲဒိထက်ပိုပြီး javascript ကနေ control ပါလိုချင်တယ်ဆိုရင်တော့ Enquire.js  ကိုသုံးတာ အလွယ်ဆုံးပဲလို့ ထင်ပါတယ်။
Documentation နဲ့ အသုံးပြုပုံကို  http://wickynilliams.github.com/enquire.js မှာ သွားကြည့်နိုင်ပါတယ်။

 

Recently in Web Development (August ’12 Edition)

by in , 0

August 2012 ကတော့ ကုန်သွားပြန်ပါပြီ။ August လထဲမှာ Web Developer လောကကြီးမှာ ဖြစ်ပျက်ပျောင်းလဲ ခဲ့သမျှတွေကို စုစည်းတင်ပြထားတဲ့ ပိုစ်တခုပါ။ (သိုင်းလောက လိုမျိုးပါပဲ ရှုပ်ထွေးပွေလီလှပါတယ် :D )  Web Developer တိုင်း ဖတ်သင့်ပါတယ်။ ကျနော်တို့အတွက်ကတော့ အမြဲ up to date ဖြစ်နေလေ ကောင်းလေပါပဲ။

ဖုန်းလောကထဲမှာက Samsung နဲ့ Apple နဲ့ အကြိတ်အနယ် ဖိုက်တင်ပွဲမှာ ဒိုင်လူကြီးက Apple ကို အနိုင်ပေးလိုက်ပါတယ်။

သိပ္ပံပညာ လောကမှာတော့ လကမ္ဘာပေါ် ပထမဆုံး ခြေချတဲ့ Neil Armstrong ကြီးလဲ ကွယ်လွန် အနိစ္စရောက်ပါတယ်။


မူရင်းလင့်ကို အောက်မှာ ဖော်ပြပေးထားပါတယ်

Via NetTuts


News and Releases

All of the important news in a single place: releases, announcements, companies bickering, security issues and all related hoopla.
Nettuts image

jQuery Now Runs on Every Second Website

You could argue, successfully, that jQuery ushered in an era of JavaScript awareness and dominance. Be it the developer friendly, CSS selector-esque DOM querying or the mind boggling number of plugins and the resulting ecosystem that sprung around it, jQuery has been adopted a massive portion of the web.
This recent statistic tells us that jQuery now runs on every other website. Amazing, considering it’s been roughly seven years since its inception. And it’s even more amazing considering the sheer number of websites out there!
Read more
Nettuts image

Textmate Goes Open Source

In the recent deluge of editors, IDEs and cloud whamathingies, it’s safe to say that TextMate has lost a lot of mind share. Well, its developers have just gone ahead and open sourced the entire thing.
Of course, it’s all still OS X only so it’s a bit of a bummer for us Windows fans but hey, a win is a win regardless of the platform you’re rooting for. Mac aficionados, hit the Github repo below.
Read more
Nettuts image

jQuery Hits Version 1.8

The jQuery juggernaut rolls on ahead as version 1.8 is now live. Some new features to look forward to include automatic CSS prefixing, a revamped animation system, a rewrite of the Sizzle selector engine and much more!
Read more
Nettuts image

Firefox 15 is Upon Us

Another month, another major version of Firefox. I wouldn’t have mentioned this update here but it ships with support for SPDY [look it up!], a ton of WebGL improvements and a brand new interactive JavaScript debugger.
Read more
Nettuts image

Phusion Passenger Enterprise Released

To directly quote their site: “Phusion Passenger is an Apache and Nginx module for deploying Ruby and Python web applications. It has a strong focus on ease of use, stability and performance. Phusion Passenger is built on top of tried-and-true, battle-hardened Unix technologies, yet at the same time introduces innovations not found in most traditional Unix servers.”
While it may not be a well known name elsewhere, it definitely is in the Ruby ecosystem, specially Rails. This enterprise versions aims to introduce a lot more features than the free version but it’s not clear as to what they’ll be. Guess we’ll have to wait and watch!
Read more
Nettuts image

Bootstrap 2.1.0 Released

Let’s face it: everyone loves Bootstrap. This huge updates ships with new documentation, numerous bug fixes, block leve buttons, brand new typography and tons more. Make sure to hit the change log below.
Read more
Nettuts image

PHP Gets Some Minor Improvements

Forever the nerd, I was trolling through the PHP change log page when I found out that both the 5.3.x and 5.4.x branches received some minor improvements and bug fixes.
My experience with computing has taught me that if it says segfault somewhere, you better darn pay attention to it!
Read more
Nettuts image

Neil Armstrong Passes Away at 82

I’m completely aware this has nothing to do with web development but this man deserves a mention and a moment of silence.
“I think we’re going to the moon because it’s in the nature of the human being to face challenges. It’s by the nature of his deep inner soul… we’re required to do these things just as salmon swim upstream.”
- Neil Armstrong

New Kids on the Block

As web developers, the sheer amount of resources we can tap into increases exponentially with time. Here is just a quick look at some recently created resources that deserve your attention — everything from new books to scripts and frameworks.

Vanilla JS

Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications.
Read more

Toro

Toro is a PHP router for developing RESTful web applications and APIs. It is designed for minimalists who want to get work done.
Github Repo

normalize.css

Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
Github Repo

t.js

t.js is a simple solution to interpolating values in an html string for insertion into the DOM via innerHTML.
Github Repo

Piecon

Pie charts in your favicon! A tiny javascript library for dynamically generating progress pie charts in your favicons.
Github Repo

Github.js

Github.js provides a minimal higher-level wrapper around git’s plumbing commands, exposing an API for manipulating GitHub repositories on the file level. It is being developed in the context of Prose, a content editor for GitHub.
Github Repo

reveal.js

reveal.js comes with a broad range of features including nested slides, markdown contents, PDF export, speaker notes and a JavaScript API. It’s best viewed in a browser with support for CSS 3D transforms but fallbacks are available to make sure your presentation can still be viewed elsewhere.
Github Repo

prism

Prism is a new lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s a spin-off from Dabblet and is tested there daily by thousands.
Github Repo

Best of the Internet

Often, you’re not really looking for a tutorial as much as you’re looking for a rant, an opinion or the musings of a tired developer or just something cool with absolutely zero real world use. This sections contains links to precisely those — interesting and cool stuff from the developer community.
Nettuts image

Rich JavaScript Applications – the Seven Frameworks

The aim of the article is to take the seven top JavaScript frameworks/libraries for single-page and rich JavaScript applications — AngularJS, Backbone, Batman, CanJS, Ember, Meteor, Knockout, Spine — get the creators of all of them in one location, and compare the technologies head to head.
Read more
Nettuts image

Break Apart Your Backbone.js Render Methods

A fairly in-depth look at Backbone’s Render method. Lots of insights if you’re a JavaScript developer.
Read more
Nettuts image

REST – Epic Semantic Fail

Is your REST implementation good or not? Find out here!
Read more
Nettuts image

Teaching my 10 year old niece how to program.

A great read regardless of whether you have an affectionate underling to teach your craft to.
Read more



Via NetTuts

Adafruit Raspberry Pi Educational Linux Distro

by in , 0


Adafruit Raspberry Pi Educational Linux Distro

When I got my Raspberry PI, I will test with that.
Link here

လောလောဆယ်တော့ မမှာရသေးသော  Raspberry PI လေး ရခဲ့လျှင် ဆိုပြီး စိတ်ကူးနဲ့ နှုတ်ခမ်းနာက ဘယ်စီနေမှန်းမသိ မုန့်ဆီကျော် စားလို့ရပါ့မလား ဆိုသလို လုပ်ကြည့်နေတယ် :D

Actual Invention vs Patent

by in 0

ဘယ်သူစတည်ထွင်လဲဆိုတာထက် မူပိုင်ခွင့် ဘယ်သူ့မှာရှိလဲဆိုတာက စကားပြောသွားတာပါပဲ။ ဘယ်သူတွေ အရင်လုပ်ထားလုပ်ထား မူပိုင်ခွင့် ဦးအောင် အရင်တင်တဲ့နေရာမှာတော့ Apple က ပြိုင်စံရှားပါပဲ၊ ပြီးရင် ပြသနာ ရှာခံရပြီသာမှတ်ပေတော့ :D


It doesn't matter who invented it first, the only thing that matters who has the patent.





 via World of Technology

Do you love iPhone? Buy Samsung !

by in 0

Apple said its just like iPhone. Basically the save but cheaper, better, more apps, more openness and more awesome :D

via MakeUseOf

Papercraft Walking Robot That Actually Walk

by in , 1

This is simply awesome.
Gears are rolling, the bot is walking and yes.. its a papercraft.

Samsung will counter-sue Apple

by in 0

Appple က Samsung ကို မူပိုင်ခွင့်ချိုးဖောက်တယ်ဆိုပြီး တရားဆွဲထားခဲ့ရာမှာ ပြီးခဲ့တဲ့ သောကြာနေ့က တရားရုံးက Apple ရဲ့ မူပိုင်ခွင့် ၅ခုကို ချိုးဖောက်တဲ့အတွက် Samsung မှ Apple ကို ဒေါ်လာ ၁ဘီလီယံ လျှော်ကြေးပေးဖို့ ဆုံးဖြ တ်လိုက်ကြောင်း ဖတ်ရပါတယ်။  Samsung ကလဲ Apple ကို ပြန်ပြီး တရားဆွဲသွားမှာ ဖြစ်ကြောင်း သိရပါတယ်။ အခုလို တရားရုံးက ဆုံးဖြတ်လိုက်တာကြောင့် Apple ရဲ့ ရှယ်ရှာများမှာ $682.07 သို့ တဟုတ်ထိုး ထိုးတက်သွားကြောင်း သိရပါတယ်။ ပြဿနာရှာခံရတဲ့ Samsung ဖုန်း မော်ဒယ်တွေ ၂၈ ခုရှိပြီး Galaxy S2 series များ ပါဝင်ကြောင်းသိရပါတယ်။
အသေးစိတ်ကို အောက်ပါ လင့်ခ်များမှာ ဖတ်ကြည့်နိုင်ပါတယ်။

Via Mashable

New NASA Satellites Have Android Smartphones for Brains

by in , 0



NASA is aiming to launch a line of small satellites called "PhoneSats" that are cheaper to make and easier to build than those it has produced in the past. To achieve this, engineers are using unmodified Android smartphones -- in one prototype, HTC's Nexus One, and in another, Samsung's Nexus S -- to perform many of a satellite's key functions.
Detail at NASA Website
Via Mashable

Google Win and Oracle Loose

by in 1


Oracle က Google ကို Android OS က Java နဲ့ ပတ်သတ်တဲ့ မူပိုင်ခွင့်ကို ချိုးဖောက်တယ်ဆိုပြီး  တရားဆွဲထားတဲ့ကိစ္စ Google နိုင်သွားပါပြီ။ 
အသေးစိတ်ကို အောက်ပါ လင့်များမှာ ဖတ်ကြည့်နိုင်ပါတယ်ခင်ဗျား
 Bloomberg
Mashable
AndroidTablets.net

Facebook Tests New Timeline Design [PICS]

by in 0

Source: Mashable

Facebook is testing a series of cosmetic changes to the top of users’ Timelines, the company has confirmed.
Screenshots of the new design were posted on Talking Points Memo Tuesday morning. The images (below) show a condensed version of Timeline, in which a user’s details (name, occupation, education, location) appear in reverse type on top of — rather than below — the cover photo.
The carousel of thumbnail images highlighting friends, photos, places, likes, etc. has also been compressed. Images are now replaced by thumbnails. Next to these, a new “Summary” section appears, presumably to highlight key events on a user’s Timeline.
The new version:



The old (current) version:



It’s not clear if the new design will give users greater control over the appearance of their Timelines. We’re curious to know, for instance, whether users will be able to modify the color of the type that appears on top of their cover photos.
What do you think of the new design? Do you like the reverse type? Would you miss the thumbnail images if they were removed?

BONUS: The Evolution of the Facebook Profile





2005 - The Facebook






Back in the days when The Facebook was only available to select networks, the News Feed didn't exist. Users hopped between profiles like this one.
Click here to view this gallery.

Google Aquired Motorola Mobility

by in 0

source : Google official blog

Google က Motorola ကို ဝယ်ပြီး CEO အသစ်ခန့်လိုက်တယ်တဲ့

International Space Apps Challenge

by in 0



NASA wants your help! They’re hosting the International Space Apps Challenge this weekend at locations across the globe. The international space apps competition is part of NASA’s Open Government Initiative. They’re encouraging participants to contribute to projects in four major areas:
1. Software
2. Open Hardware
3. Citizen Science
4. Data Visualization
So far, there are over 60 challenges listed on the website, and over 25 participating locations. Looks to be a lot of fun!
via MAKE Magazine's Blog

Responsive CSS3 Slider Without Javascript*

by in , 0

How Does It Work?

The actual slider is much like any JavaScript slider. It floats all of the content areas (articles) next to each other. And then hides the overflow. We then animate the margin of the inner div, so if we have 5 articles, moving the left-margin -100% would give us the second article.
To save our input we are using radio buttons. As mentioned above you could also use :target and anchor links, but it doesn't mimic Javascript in the same way as you would only be able to handle one action at a time, you would end up with a bunch of items in your history (clicking back would turn the slider back one), and it's been done before.
Please check detail at  http://csscience.com/responsiveslidercss3/

ဒီရက်ပိုင်း အရှုပ်တွေလုပ် အဲ.. အလုပ်တွေ ရှုပ်နေတာနဲ့ ဘလော့ပိုစ် မတင်အား ဖြစ်သွားပါတယ်။ ဒီနေ့ Googler Reader ထဲကနေ ဟိုဖတ်ဒီဖတ် ဖတ်ရင်းနဲ့ အမှတ်မထင် ဒီဟာလေးတွေ့လို့ တင်လိုက်ပါတယ်။ 

Let's GIVE Earth an Hour [ Earth Hour 2012]

by in 0

 Tonight 8:30pm-9:30pm, the world will participate and observe the annual Earth Hour switch off, this global activity is an eye opener for other people who are not yet aware about the Earth Hour, this also serves a reminder that the planet we live in should be take care of and also help preserve the last remaining natural resources that keep us a live. The switch off of electricity for an hour can help a city, a community, a country and the world just to reduce the emission of light pollution and other Earth killer substance.




Get Free 23GB of Dropbox Space For 2 Years

by in 2

Just now my friend in Singapore give me that link and asked me to follow the steps. Guess what? I just got 23Gb free for 2 year in Dropbox.
Check out here for detail

Dropbox သုံးစွဲကြသူများတို့ရေ  23GB ကို ၂နှစ် အလကားရတဲ့နည်းလေးပါ။ ပုံမှန်က 2GB ပဲ အလကား ပေးပါတယ်။
ကျနော်အကောင့်နဲ့လုပ်ကြည့်ပြီးပါပြီ.. ရပါတယ်.. 25GB တောင် ဖြစ်သွားပါပြီ။ Android ဖုန်းထဲမှာ ဒီလင့်မှာ ပေးထားတဲ့  Dropbox_23GB_S4_v2_theos0o.apk ကို Download လုပ်ပါ။ ပြီးရင် ဖုန်းမှာ အင်စတော လုပ်ပါ။ (အရင်Dropbox install လုပ်ထားပြီးသားဆိုရင် Force Close လုပ်၊ Data Cache ကို Clear လုပ်ပြီး အခုလင့်ကဟာကို install လုပ်ပါ။) သူငယ်ချင်းပြောတာတော့ သူ BlueStack ကနေ လုပ်တာလဲ ရတယ်လို့ ပြောပါတယ်။ အန်းဒွိုက်ဖုန်း မရှိသူများ BlueStack emulator ကနေလဲ လုပ်လို့ရမယ်ထင်ပါတယ်။ 
install လုပ်ပြီး Dropbox အကောင့်နဲ့ ဝင်ပြီးသွားရင်တော့ ခဏနေရင် email ရောက်လာပါလိမ့်မယ်။ တချို့တွေက ချက်ချင်း 25Gb ရပါတယ်။ တချို့တွေကြတော့ အဲဒိမေးထဲက လင့်ထဲကအတိုင်း step by step သွားလိုက်ရင် ခဏနေရင် mail နောက်တစ်စောင် ရောက်လာပြီး 25 Gb ကို တိုးသွားပါလိမ့်မယ်။


Dropbox ဆိုတာ ဘာလဲ မသိသူများအတွက် Dropbox ဆိုတာ ကွန်ပြူတာ တလုံးနဲ့တလုံး ဖိုင်တွေကို sync လုပ်ပေးတဲ့ utility တခုပါ။ ဒေတာတွေ backup လုပ်ဖို့အတွက်ကော Share လုပ်ဖို့အတွက်ကော အသုံးဝင်ပါသေးတယ်။ အကောင့်မရှိသေးရင် ဒီမှာ register လုပ်လို့ရပါတယ်။

RapidTextBox Control for ASP.NET

by in , 0

RapidTextBox Control for ASP.NET


ကျယ်ပြောလှတဲ့ အင်တာနက်ဟင်းလင်းပြင်ထဲမှာ အမှတ်မထင် ခလုတ်တိုက်ပြီး တွေ့မိတဲ့ ပိုစ်လေးပါ၊ နောင်အသုံးလိုရင် မေ့မသွားအောင် ပိုစ်အနေနဲ့ တင်လိုက်ပါတယ်။ ဖတ်ကြည့်တာတော့ မဆိုးဘူးဗျာ။ နောက်မှ စမ်းကြည့်ပြီး ပိုစ်မှာ update ရေးတော့မယ်။ လောလောဆယ် မေ့မသွားခင် အရင်တင်ထားလိုက်ပါတယ်။

Awesome Open Source jQuery Timeline

by in , , 0

Customize လုပ်လို့လွယ်တဲ့ jQuery Timeline လေးပါ။ မေ့မသွားခင် ဘလော့ဂ်ပေါ်တင်လိုက်ပါတယ်။ 
Data တွေကို JSON, HTML, Google Document  ကြိုက်တဲ့ format သုံးပြီး timeline မှာ ပြလို့ရပါတယ်။ 
စိတ်ဝင်စားတယ်ဆိုရင် အသေးစိတ်ကို   http://timeline.verite.co/ မှာ သွားကြည့်နိုင်ပါတယ်။

Street View goes to the Amazon

by in , 0

Google ရဲ့ Street View က အမေဇုန် တောထဲထိ ရောက်ပါပြီတဲ့ခင်ဗျ၊ 


အနော်တို့ နိုင်ငံတော့ ဘယ်တော့မှာ ရောက်မလဲ မသိဘူး။ အမေဇုန်က Street View အတွက် ပုံတွေကို ဆိုက်ကားကြီးနဲ့ လိုက်ရိုက်ထားတာဆိုတော့ အနော်တို့ မြန်မာပြည်လဲ နီးစပ်လာပြီထင်တယ်၊ ဆိုက်ကားနင်းတာတော်တဲ့လူတွေ တပြုံကြီးရှိတာကိုး ။ ပုဂံတို့ အင်းလေးတို့ မြစ်ဆုံတို့ စတဲ့နေရာတွေကို Street View ကနေ ကြည့်လို့ရရင် တော်တော်ကောင်းမယ်လို့တွေးမိရင်း

အမေဇုန်တောထဲကို  ဒီကနေ သွားကြည့်နိုင်ပါတယ်။

Google Official Blog က မူရင်းပိုစ်ကို ဒီမှာ ဖတ်နိုင်ပါတယ်၊


Mad Men Game: Game on YouTube.

by in 0


YouTube မှာ အရင်တုံးက Nintendo Game တွေထဲကလိုမျိုး ဇတ်လမ်းလေးနဲ့ ဂိမ်းလုပ်ထားတာပါ။ ဗွီဒီယိုလေးကြည့်ပြီး ကိုစိတ်ကြိုက် Annotation လင့်လေးတွေကို နှိပ်သွားရုံပါပဲ။ ကိုယ့်ရွှေးချယ်မှုပေါ်မူတည်ပြီး ဇတ်လမ်းအဆုံးသတ်ပုံ ၃ မျိုးရှိပါတယ်တဲ့။ ပျင်းရင် ကြည့်ကြည့်ပေါ့ဗျာ။

Human Birdwings : Flying like a bird

by in 0




Really Awesome!! Check out the detail in his website http://www.humanbirdwings.net/

၈ လကျော်ကြာ လေ့လာရှာဖွေစမ်းသပ်မှုများ ပြုလုပ်ပြီးနောက် Jarno Smeets ဟာ ကိုယ်တိုင်လုပ် ငှက်တောင်ပံများနဲ့ ပေ၁၀၀ ခန့်ကို တောင်ပန်ခတ်၍ ငှက်တစ်ကောင်ကဲ့သို့ ပျံသန်းပြနိုင်ခဲ့ပါတယ်။ တော်တော်မိုက်တယ်ဗျာ၊ လုပ်ထားတာ လန်ထွက်နေတာပဲ၊ သေလို့ရတယ်။ ဒီ စနေ တနင်္ဂနွေ အချိန်ရရင် အသေးစိတ် သေခြာ ဖတ်ကြည့်ရမယ်.. အသေးစိတ်ကို သူ့ရဲ့ ဝဘ်ဆိုဒ်  http://www.humanbirdwings.net/  မှာ သွားရောက် ကြည့်ရှုနိုင်ပါတယ်။

James Cameron Ventures to Deepest Part of Earth in a One-Man Sub

by in , 0


Titanic, Avatar စတဲ့ ရုပ်ရှင် ကားတွေကို ရိုက်ကူးတဲ့ အကယ်ဒမီတွေ တပြုံကြီးနဲ့ နာမည်ကြီး ဒါရိုက်တာ James Cameron ဟာ အထူးပြုလုပ်ထားတဲ့ တစ်ယောက်စီး ရေငုတ်သင်္ဘောငယ်လေးနဲ့ ကမ္ဘာ့အနက်ဆုံး Challenger Deep ထဲကို သွားရောက်လေ့လာ ရိုက်ကူးမယ်လို့ သိရပါတယ်။ သူရိုက်တဲ့ကားတွေက တော်တော်ကောင်းတော့ Challenger Deep ကိုလဲ ရင်သပ်ရှုမောဖွယ် လေ့လာရမယ်လို့ထင်တာပဲ။ ရေအောက် နက်လေလေ ဖိအားက များလေလေဆိုတော့ အဲဒိ Challenger Deep ထဲကို လွန်ခဲ့သော ၅၂ နှစ်က တကြိမ်ပဲ သေခြာ လေ့လာဖြစ်ခဲ့ကြတယ်လို့သိရပါတယ်။ သာမန် ရေငုတ်သဘောမျိုးဆိုရင် အဲဒိလောက်ရေနက်ထဲရောက်ရင် ကြက်ဥကို လက်နဲ့ညှစ်သလို ကွဲသွားနိုင်ပါတယ်။ အဲဒိရေငုတ်သဘောငယ်လေးက အထူးပြုလုပ်ထားတာဖြစ်ပြီး HD Camera လေးလုံး နဲ့ ရေကြည်ထဲမှာ ရှေ့ပေ၁၀၀ လောက်ကို အလင်းပေးနိုင်တဲ့ ၇ ပေပတ်လည် LED light panel ၊ အတွင်းမှ လေထုဖိအား ထိမ်းတာ စသဖြင့် ပါဝင်ပါတယ်။ ဒါပေမယ့် အဲဒိရေငုတ်သင်္ဘောငယ်လေးရဲ့ တခါးကို အထဲကနေ ဖွင့်လို့ရမှာမဟုတ်ပဲ၊ အပြင်ကနေ တစ်ယောက်ယောက်က ပြန်ဖွင့်ပေးမှ James Cameron အထဲကနေ ပြန်ထွက်နိုင်မှာပါ။ 
အသေးစိတ်ကို ဒီမှာ ဖတ်ကြည့်နိုင်ပါတယ်။

Standalone Javascript Notifications - Smoke.js

by in , , 0

အပျင်းထူနေတာရယ် အချိန်မရတာရယ်ကြောင့် (အပျင်းထူတာက ပိုပါတယ် ဟီး)ပိုစ်မတင်ဖြစ်တာတောင် ကြာပေါ့။ တင်မယ်ဆိုပြီး bookmark လုပ်ထားတာတွေတောင် အများကြီး ဖြစ်ကုန်ပြီး ဘာကို တင်လို့တင်ရမှန်း မသိတော့ဘူး။ လင့်တွေ တော်တော်များများက google reader မှာ ဖတ်ပြီးသွားရင် ၂ရက်လောက်နေရင် မေ့သွားရော၊ နောက် လိုတော့ ပြန်ရှာတော့ မတွေ့တော့ဘူး။ ဘလော့ပေါ်တင်ထားလိုက်တော့ ပြန်ရှာရလွယ်သွားတယ်။ စိတ်ဝင်စားတဲ့လူတွေ အသုံးတည့်မယ်သူတွေ တွေ့တော့လဲ ယူသုံးလို့ရသွားတာပေါ့။ 
 
smoke.js က တခြား library တွေကို မမှီခိုတဲ့ Standalone Javascript Notification Library တခုပါ။ မြန်မာလို ဆိုရင်တော့ တစ်ကိုယ်တည်း မတ်တပ်ကြီးရပ်နေတဲ့ ဂျာဘားစခရစ် နဲ့ သတိပေးတဲ့ စာကြည့်တိုက်ကြီးပေါ့ တိန်.. မဟုတ်သေးပါဘူး :D အလကားပြောတာ၊
http://ssssnakes.com/smoke/ မှာ သွားကြည့်ကြည့်ပါ၊ ဆိုဒ်သေးသေးလေးနဲ့ သုံးရလွယ်ပြီး တော်တော်လန်းတယ်။ standalone ဖြစ်တဲ့အတွက် jQuery တို့ဘာတို့မလိုပဲ သူ့ချည်းပဲလဲ သုံးလို့ရပါတယ်။

Juice UI : Jquery UI Components for .Net WebForms

by in , 0

Juice UI is a collection of WebForms components that brings jQuery UI Widgets to your project with ease.

Its worth to go and check it out here.

Read more »

Tinycon : Dynamic Faforite Icon

by in 0

Tinycon : A small library for manipulating the favicon 

Faforite icon ပေါ်မှာ နံပတ်လေးတွေ နဲ့ ပြချင်တာမျိုး (ဥပမာ tweet ဘယ်နှစ်ခု အသစ်ရောက်နေတာတို့၊ email မဖတ်ရသေးတာ ဘယ်နှစောင် ရှိတယ်တို့ အစရှိတဲ့ လေးတွေ ပြချင်တာမျိုးဆို ဒီ Javascript Library လေးက တော်​တော် အသုံးဝင်မယ်ထင်ပါတယ်။ 
ဒီမှာ သွားကြည့်နိုင်ပါတယ်။ 

Free PSD UI Kits and Templates for Web Designers

by in 0

Original source from 2EXPERTDESIGN 
Free PSD UI Kits and Templates for Web Designers:
As we know web designers has to spend lot of time picking the right UI elements for their designs. Having some pre-designed and editable web UI elements come handy when you’re in serious mood to design something stunning. This post we have 50 beautifully designed and editable pre-designed Web UI kits, all in .psd format, covering all of the major UI requirements of the modern web designer.
Blue-and-White-GUI-Kit

 

Read more »

SublimeText 2 cannot rander Myanmar Unicode 5.2+ fonts

by in , 1

SublimeText2 is really nice Text Editor but cannot rander Myanmar Unicode fonts correctly. If not, I would even consider buying it.


SublimeText မှာ  မြန်မာ ယူနီကုတ်ဖောင့်ကို  rendering မှန်အောင် မလုပ်ပေးဘူး။ Ubuntu မှာလဲ မရဘူး၊ Window မှာလဲ မရဘူး။  အင်္ဂလိပ်လိုပဲ ဆိုရင်တော့ မဆိုးဘူး။ တော်တော်ကောင်းတဲ့ text editor ပဲ။
ဘေးနားမှာ code တွေကို preview ကြည့်လို့ရတာလေးကိုလဲ တော်တော် သဘောကျတယ်။ auto complete တွေကိုလဲ သဘောကျတယ်။

Live Eagle Cam.

by in , 0

Live video feed of Bald Eagle hashing



Stream videos at Ustream  

 သိမ်းငှက် မိသားစုရဲ့ အသိုက်ထဲမှာ ထည့်ထားတဲ့ ကင်မရာကနေပြီ သိမ်းငှက်လေးတွေ အကောင်ပေါက်ပုံကို တိုက်ရိုက်ကြည့်လို့ရပါပြီ။
အဲဒိသိမ်းငှက်တွေက တသက်မှာ တခါပဲ ကြင်ဖက်ကို ရှာပြီး မိသားစုကို စောင့်ရှောက်ကြတယ်တဲ့။
မိမိကြင်ဖက် မသေမခြင်း တခြားအဖော် မရှာကြဘူးတဲ့။ သူတို့အကြောင်း အသေးစိတ်ကို သိချင်ရင်တော့ ဝီကီမှာရေးထားတာ ဆက်ဖတ်ကြည့်နိုင်ပါတယ်။
ဒီအသိုက်ထဲက သိမ်းငှက်လေးတွေ အကောင်ပေါက်တော့မယ်ဆိုပဲ။
လောလောဆယ်တော့ ငှက်မကြီး အိပ်နေတယ်ဗျား  


source  http://www.ustream.tv/decoraheagles

Adipoli| Awesome jQuery Image Hover Plugin

by in , , 0

Its Easy to implement
The effects are cool.
Check out Adipoli jQuery Plugin.  

ဆိုဒ်လဲ သိပ်မကြီးဘူး၊ သုံးရတာလဲ လွယ်တယ်၊ လှလဲတော်တော်လှတဲ့ jQuery Image Hover Effect Plugin တခုပါ။ အသုံးပြုပုံ အသေးစိတ်ကို ဒီမှာ သွားကြည့်နိုင်ပါတယ်။

Stypi | Lets code and have fun together.

by in , , , 0

Hello my fellow geeks!
You can code same file with many people at the same time and you can chat as well, I call it gang bang coding :D so.. how about this.

Stypi_ free gang bang coding provider. LOL!

It's worth to check it out and give it a try. https://www.stypi.com 
 
ဘော်ဘော်တွေနဲ့ တပြိုင်တည်း ကုတ်ချင်သူများ Stypi ကို သဘောကျကြမယ် ထင်ပါတယ်။ ကုတ်ရင်းနဲ့လဲ ချက်လို့ရပါတယ်။ တဖိုင်တည်းကို တပြိုင်တည်း ပြိုင်တူ ဝိုင်းကုတ်လို့ရပါတယ်ဗျာ။ လောလောဆယ်တော့ ဖရီးထင်ပါတယ်။

via MakeUseOf.Com