jQuery Templating

Posted by & filed under Apps.

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd” > <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en” > <head> <title>Template Tests</title> <script type=”text/javascript” src=”http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js” ></script> <script type=”text/javascript” src=”http://jquery-templates-plugin.googlecode.com/files/templates-1.1.1.min.js” ></script> <script type=”text/javascript” > $(document).ready( function() { $(‘#hello_world’).render( { ‘token0’: ‘hello_world’, ‘token1’: ‘Pete’, ‘token2’: ‘Repeat’ }); }); </script> <style type=”text/css”> .hello_world{ font-size:30px; } </style> </head> <body> <div id=”hello_world” class=”{token0}” > {token1} […]

Healthy Cook Recipe Book

Posted by & filed under Apps.

Healthy Cook specializes in recipes that are catered to your health. Healthy Cook is a great cooking companion. The recipes are all healthy with low fat content and high nutritional value. You can try out Healthy Cook App from the Chrome Web Store here.

Peekaboo for JQuery

Posted by & filed under HTML5.

Peekaboo makes thumbnails easier to link and add descriptions. I almost always find myself having to find extra space to describe what the thumbnail says and where the link goes to, and what if there is more than one link and how can I squeeze in the text. How do I optimize the thumbnail image […]

My first iPad app.

Posted by & filed under Apps.

Since February I’ve been developing a Healthy Recipe App for the iPad, Android, and Chrome Web Store. As of today I have around 75% or it complete. The Chrome Web Store version seems to be in the best shape. The iPad version needs to performance tweeks and style fixes. I haven’t investigated the Android build […]

Tablets the good the bad and the exciting future.

Posted by & filed under Just for Fun.

The tablet seemed to be something I would have laughed at 5 years ago. It would have referred to a device where you usually have to use a stylus otherwise known as a digital pen to draw or better yet select something on screen to act as a click. Today however things have changed drastically. […]

Double Vision – a JQuery Plugin

Posted by & filed under Just for Fun.

a jQuery 1.6.1 plugin used for moving text from input’s to textarea. To use: define the element you want to duplicate while your typing. Example: $(‘input’).doublevision(‘textarea’); Click here for the Demo. Click here to download the library.

Facebook Open Graph API

Posted by & filed under Facebook.

After tinkering around with the facebook api of how do I share an actually video on facebook. <meta property=”og:title” content=”The Rock”/> <meta property=”og:type” content=”movie”/> <meta property=”og:url” content=”http://www.imdb.com/title/tt0117500/”/> <meta property=”og:image” content=”http://ia.media-imdb.com/rock.jpg”/> <meta property=”og:site_name” content=”IMDb”/> <meta property=”fb:admins” content=”USER_ID”/> <meta property=”og:description” content=”A group of U.S. Marines, under command of a renegade general, take over Alcatraz and threaten San […]

Web Servers of the Future

Posted by & filed under Just for Fun.

Web servers power all of the internet which in the past the more web servers you have available the better your business the larger your site. Today with cloud computing your site can radically change in size based on how much usage you pay for. So if your site has 200,000 visitors or just 20,000 […]

The Digital Age.

Posted by & filed under Apps, HTML5.

2010 was the beginning of a new type of Internet experience with capabilities of HTML5 and JQuery. It’s now possible to make a web page into an interactive, dynamic, application. I have seen the other side of what is possible with the newest browser technologies, and it is very neat and exciting. I’m working on […]

Apps by Bryan Lynn

Posted by & filed under Site News.

If you haven’t browsed my website before you probably don’t know about the apps I’ve been working on this year. I have four apps the I have been working (Writer for Chrome, Chrome Editor, Work Life, and Unicode Converter.) All these apps have a different audience. I have built them app pages on the Chrome […]