Saturday, 29 November 2014

Brite apps

Tired of Awkwardness?



Awkward Cricket



Did that last comment fall flat? Maybe just a tough crowd? If it’s hard to move that conversation further, awkward cricket can help push you over the hump.



The Cushion



Fart jokes are always funny no matter the occassion, funerals, weddings, or even just time with friends. If you’ve run into a silence that needs to be broken, you can always rely on this classic.



The Obvious Faux Pas



Reserved only for the most awkward or situations, blatant mis-steps, or obtuse commentators. When it’s time to call a spade a spade, this is your weapon of choice.



More Coming Soon



“How is that possible?” you wonder. Just when it seems that we thought of everything, a guy we know thought of some more. Look for even more awkward breakers in the upcoming months.



Games-Family



SPARKING KIDS’ CREATIVITY SINCE 1967! Now on iPhone® & iPod touch, re-experience or discover the original “toy that lets you create beautiful pictures with light.” Plug into the colorful classic in a whole new way. Animate your pictures! Even send and share your images with friends and family!



RE-CREATE THE EXPERIENCE OF THE ARTS-AND-CRAFTS TOY EVERY KID LOVED



Bring color to classic design templates, plus fun and vibrant new ones. Express your artistry with free-style im



. more ages that glow with light. Use classic colored pegs, unlock new ones…and never misplace any of them!



IGNITE YOUR IMAGINATION WITH NEW WAYS TO PLAY



Add color to your creations with the swipe of a finger or zoom in and out of pictures with a simple pinch. Make animations from your images and watch them come to life. Or see how fast you can complete templates in the all-new Time Attack mode!



SHOW OFF YOUR CREATIVITY



Share your Lite Brite™ masterpieces! You can instantly send your creations to friends and family through email, Facebook, or the camera reel of your iPhone or iPod touch. What a sight! Making things with Lite Brite™!



_______________________________________



** DON'T MISS OUR OTHER EXCITING GAMES! ** SCRABBLE, The Sims™ 3, TETRIS®, MONOPOLY, Madden NFL by EA Sports™, Pogo Games FREE, ROCK BAND® Reloaded, Need for Speed™ Hot Pursuit & Surviving High School FREE



COMING SOON: Coconut Dodge



GIFT THIS APP: Click the “Buy App” arrow on the iTunes® App Store



Be the first to know! Get inside EA info on great deals, plus the latest game updates, tips & more…



VISIT US: ea. com/iphone



FOLLOW US: twitter. com/eamobile



LIKE US: facebook. com/eamobile



WATCH US: youtube. com/eamobilegames



Lite Brite online is an exact replica of the classic toy. To play, simply select a design sheet, then click and drag the pegs to the board and drop them on the corresponding color/letter.



You can grab a "handful" of pegs by double-clicking. To remove a peg, simply drag it anywhere off the board. Click the On/Off lightswitch to watch your designs light up!



Each of the design sheets faithfully recreates the designs that came with the original game. The 'FREE-FORM' sheet lets you create your own designs. Let your imagination run free :-)



If you register by simply providing a username and password above, you can save your designs by clicking the 'SAVE' button. You can also print and email your designs by clicking those buttons. And you can post your designs to our lite brite gallery for all to see by clicking the 'POST' button.



Enjoy lite brite and please tell your friends about it!



Design Sheets



Choose any of the design sheets from the pulldown menu.



The last design, 'FREE-FORM,' is a blank sheet you can use to make up your own design.



Placing Pegs



You have 2 options for placing pegs:



1. Click and drag on any peg in the storage tray to place it on the board.



2. Double-Click on a peg in the storage tray to grab a 'handful' of that color. Then each time you click on the board, a peg of that color will be placed.



To remove a peg from the board, or drop a handful, just click anywhere off the board.



'SAVE' Button



If you have logged on, you can SAVE your creations.



Just click on the 'SAVE' Button and the status field will let you know that your design was saved.



'PRINT' Button



Click on the 'PRINT' Button and the status field will let you know that the print version of your design is preparing. When it is prepared, your design will appear in a popup window for you to print.



'POST' Button



Click on the 'POST' Button and the status field will let you know that the post version of your design is preparing. When it is prepared, your design will appear in a popup window with a title field for you to fill in and post to the Gallery.



'EMAIL' Button



Click on the 'EMAIL' Button and the status field will let you know that the email version of your design is preparing. When it is prepared, your design will appear in a popup window with address fields for you to fill in. Fill in your and your friend's email, a subject and message, and click the 'send' button to send your creation to your friend.



'CLEAR' Button



Click on the 'CLEAR' Button to remove all the pegs from the current design.



'ON/OFF' Switch



Click on the switch to make the pegs light up!



Step 0) The Target Application



This tutorial will go through the main steps to create a HTML5 application following a DOM centric MVC (DMVC) pattern with the brite framework. The target application is a simple but real taskmanager application allowing user to manage a set of tasks per project. Below is the final application.



Note The goal of this tutorial is not to show how short an application code can be, but rather how well structured it should be. The goal of brite and its DOM centric MVC approach is to provide a simple, scalable, and flexible MVC approach to build high-end HTML5 applications by utilizing as efficiently as possible the HTML, CSS, and JS environment.



Running the Tutorial on your local server



All sources are in the brite github repository. The final application is in the sample/taskmanager folder and each tutorial steps are under the tutorial/taskmanager/01 and on folders.



To run the application and the tutorial steps



Get the source with git clone https://github. com/BriteSnow/brite. git or download it here



Point a local web server at the brite/ local folder with the context path brite/ as well.



Assuming your local server is at port 8080, go to http://localhost:8080/brite/sample/taskmanager for the full application or http://localhost:8080/brite/tutorial/taskmanager/01 to get the first step tutorial



Note To avoid duplicating too many files, the shared resources like brite. js, jquery. min. js, boostrap/css/. are shared in some parent folder. Consequently, to run the application and tutorials, make sure to have the brite/ folder as the root web folder. Obviously, in real applications, all the dependency files will be self-contained in the application folder.



User Interface



The goal of the user interface is to be simple, modern, and smooth. The simplicity is accomplished with a simple master details view, focusing only on the main properties of each entity, and very simple but intuitive ways to edit and browe entities (e. g. Edit in place). The modern feel of the application is given with a subtle but polish style (e. g. shadow, inset, and texture) and the smoothness with fluid animations.



The application user interface has three main views MainView which is the top level view, ProjectListNav which is the left side view that allow the user to see and select projects, and ProjectView which is a view on a selected project allowing the user to manage it tasks.



There are two main object type Project and Task . with a many to one relationship between Task and Project .



The data in this particular example is InMemory, but the way the application access its data with with the Brite. dao pattern which allows to transparently swap the data storage (to SQLite, Remote Service API) without changing one line of application UI code.



What You Need



Using the Bright House TV app is easy. You need:



A PC/MAC computer, iPad, iPhone, or Android device



Device minimum requirements: iPad/iPhone iOS 5.1 or higher, Android 4.0 or higher



Available on the following browsers: IE 8.x and up, Firefox 4 and up for MAC & Windows, Safari 5 and up for MAC, Google Chrome V 26.x and up for MAC and Windows



A Bright House Networks cable modem



Bright House Networks My Services account



A wireless connection for mobile devices



Other recent updates to the app have focused on convenience, choice, and control; it's easier for you to find your favorite channels, view the Interactive guide, and manage your DVR. It allows our TV customers to get even more out of their Bright House Networks TV service – just another way of making our TV even friendlier.

No comments:

Post a Comment