Sunday, 31 March 2013

Best 7-8 inch tablets 2013: Apple iPad Mini, Samsung Galaxy Note 8, Google Nexus 7

After the big success of Apple’s iPad, a flux of new tablet models have come onto the market, and many of the early competing tablets have been released in the same size, such as Samsung galaxy note 10.1, Google Nexus 10, Microsoft Surface RT and so on. But some people are finding that a small model is a bit more portable and easier for tasks like reading or gaming, and now they are in huge demand. We have seen several launches in the last few months, the latest being Samsung Galaxy Note 8, HP Slate 7 and Sony Xperia Tablet Z, etc. Here we take a look at the top small 7-8 inch tablets available in the market 2013.
  • Samsung Galaxy Note 8
Samsung Galaxy Note 8
This is one of the best small 8-inch tablets awaiting to be launched in the market. Samsung has designed the device as a medium one between the Note 2 phablet and the Note 10.1 tablet PC, in order to compete directly with Apple iPad Mini, Google Nexus 7, Amazon Kindle Fire HD. Samsung's latest S Pen device boasts an 8-inch 1,280 x 800 TFT display, 1.6GHz Exynos 4 Quad processor and paired with 2GB RAM. The device runs on Android Jelly Bean 4.1.2 and also support for Smart Stay, Multi-Window and Air View functionality, Popup video and note, as well as AllShare Play and Cast.
  • Apple iPad Mini
Apple iPad Mini
If you want the full, polished Apple tablet experience in a smaller package, the iPad Mini is your wise choice, but the price seems a bit steep, that is to say good alternatives are available for less money. Apple’s iPad mini features a 7.9-inch non-Retina Display at a pixel density of 163 ppi, A5 processor which isn't as robust as the one in the fourth-gen iPad and iPhone 5,  5 mega pixel rear camera and 1.2 mega pixel front camera with 720p HD video and ships in 16GB, 32GB, and 64GB storage. The device runs on Apple iOS 6.
  • Google Nexus 7
Google Nexus 7
With a stunning 7-inch display, all day battery life, even more storage, and mobile data to keep you connected, Nexus 7 is the perfect travel or commute companion.

 The Nexus 7 features a 7-inch display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM, and 8, 16 or 32 GB of internal storage. Incorporating built-inWi-Fi and near field communication (NFC) connectivity, it is marketed as an entertainment device with integration with Google Play, serving as a platform for multimedia consumption of e-books, television programs, films, games, and music. And the tablet was the first device to ship with Android version 4.1, nicknamed "Jelly Bean".
  • Kindle Fire HD
Kindle Fire HD
The Kindle Fire HD is now available for order for only $199. This is the long anticipated Amazon tablet which is being marketed under the Kindle brand although it appears to be much more than an eBook reader. It runs on Android OS but comes with its specialized browser called Amazon Silk which claims faster speeds. The devices comes with a 1280x800 HD display, dual-core processor with an Imagination PowerVR 3D graphics core, World's first tablet with dual-band, dual-antenna Wi-Fi for over 35% faster downloads and streaming. And it delivers over 11 hours of reading, surfing the web on Wi-Fi, watching video, or listening to music.
  • HP Slate 7
HP Slate 7
Though this is not as well-endowed as Samsung’s Galaxy Note 8, nonetheless it is in a class of its own and very useful. It is HP’s first Android tablet. The company earlier ditched its own webOS-based TouchPad, which hit stores as a hyped-up iPad killer a few years back. “The HP Slate 7 won’t wow anyone with its specs or features, but at $169 it’s a reasonably priced low-end 7-inch slate,” says PCMag. The most exciting feature with the Slate 7 is its ability to print. HP has an own native app to do the task simply. Wi-Fi connectivity, Beats Audio integration are some other outstanding traits of the tablet PC. The device powers with a dual-core A9 processor, 1GB of RAM, 16GB of built-in storage, a 7-inch, 1,024 x 600 display and dual 3MP / VGA cameras and so on.
  • Asus Fonepad
Asus Fonepad
It is another low end tab from Asus. It is a 7-inch tablet PC with voice calling capability. That is, you can mount a SIM card inside the device and make calls as you do on a phone. The Fonepad is coming with an Intel Atom processor onboard. It is to be priced at $270. The selling point of the device will be its voice calling feature. Apart from this, the Fonepad is coming from the maker of Nexus 7, a market-hit small screen tablet from Google.

The FonePad has a 7-inch display, which packs in 1,280x800 pixels, making this the same size and resolution as the Nexus 7. It lacks a rear camera, but finds space for a 1.2-megapixel front-facing snapper, which should come in handy for video calling. The device powers with Intel's Atom Z2420 processors, clocked at 1.2GHz and backed up by 1GB of RAM and is running on Android 4.1 Jelly Bean.

See also: Gift guide to full-size tablets for 2012 Christmas

Related Posts Widget with Thumbnails and Summary for Blogger

There are several tutorials quite old in which you have seen different methods for displaying related posts in Blogger like the related posts widget with thumbnails and simple related posts with post titles only. This tutorial, however, will show you how to implement a really awesome Related Posts widget with thumbnails and posts snippets that will appear in the footer of all your blog posts.

If you want to get an idea of how it looks like, please visit this demo blog.

Now let's see how to add the related posts widget with thumbnails and summary in Blogger:

Adding Related Posts Widget with Snippets to Blogger Posts


related posts widget with thumbnails and summaries

Step 1. From your Blogger Dashboard, go to Template and click on Edit HTML


Step 2. Click anywhere inside the code area and then press CTRL + F to open the Blogger search box


Step 3. Type or paste this tag inside the search box and hit enter to find it:
</head>
After you found it, paste this script just above it:
<script type='text/javascript'>
//<![CDATA[
var relatedTitles = new Array();
var relatedUrls = new Array();
var relatedpSummary = new Array();
var relatedThumb = new Array();
var relatedTitlesNum = 0;
var relatedPostsNum = 4; // number of entries to be shown
var relatedmaxnum = 75; // the number of characters of summary
var relatednoimage = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFPK_Ji3Jmxn2X9jFJ6QlNdP1SlcppiaacAYr8vybprr0X1MEDh-jcgINfh-42XgJpXIh6szemjfvmESlyU9MtFbvI2TmK4gjhmajDmqH6etFT1xZDXNh34y3RUuIBJc3H_Bx4YxnHwt3c/s1600/no_image.jpg"; // default picture for entries with no image
function readpostlabels(e){for(var t,r,l,a=0;a<e.feed.entry.length&&(t=e.feed.entry[a],a!=e.feed.entry.length);a++){relatedTitles[relatedTitlesNum]=t.title.$t,l="","content"in t?l=t.content.$t:"summary"in t&&(l=t.summary.$t),relatedpSummary[relatedTitlesNum]=removetags(l,relatedmaxnum),r="media$thumbnail"in t?t.media$thumbnail.url:relatednoimage,relatedThumb[relatedTitlesNum]=r;for(var d=0;d<t.link.length;d++)if("alternate"==t.link[d].rel){relatedUrls[relatedTitlesNum]=t.link[d].href;break}relatedTitlesNum++}}function showrelated(){for(var e=new Array(0),t=new Array(0),r=new Array(0),l=new Array(0),a=0;a<relatedUrls.length;a++)contains(e,relatedUrls[a])||(e.length+=1,e[e.length-1]=relatedUrls[a],t.length+=1,t[t.length-1]=relatedTitles[a],r.length+=1,r[r.length-1]=relatedpSummary[a],l.length+=1,l[l.length-1]=relatedThumb[a]);relatedTitles=t,relatedUrls=e,relatedpSummary=r,relatedThumb=l;for(var a=0;a<relatedTitles.length;a++){var d=Math.floor((relatedTitles.length-1)*Math.random()),n=relatedTitles[a],s=relatedUrls[a],m=relatedpSummary[a],i=relatedThumb[a];relatedTitles[a]=relatedTitles[d],relatedUrls[a]=relatedUrls[d],relatedpSummary[a]=relatedpSummary[d],relatedThumb[a]=relatedThumb[d],relatedTitles[d]=n,relatedUrls[d]=s,relatedpSummary[d]=m,relatedThumb[d]=i}for(var u,h=0,o=Math.floor((relatedTitles.length-1)*Math.random()),g=o,f=document.URL;h<relatedPostsNum&&(relatedUrls[o]==f||(u="<div class='relatedsumposts'>",u+="<a href='"+relatedUrls[o]+"' title='"+relatedTitles[o]+"'><img src='"+relatedThumb[o]+"' /></a>",u+="<h6><a href='"+relatedUrls[o]+"' target='_self'>"+relatedTitles[o]+"</a></h6>",u+="<p>"+relatedpSummary[o]+" ... </p>",u+="</div>",document.write(u),h++,h!=relatedPostsNum))&&(o<relatedTitles.length-1?o++:o=0,o!=g););}function removetags(e,t){for(var r=e.split("<"),l=0;l<r.length;l++)-1!=r[l].indexOf(">")&&(r[l]=r[l].substring(r[l].indexOf(">")+1,r[l].length));return r=r.join(""),r=r.substring(0,t-1)}function contains(e,t){for(var r=0;r<e.length;r++)if(e[r]==t)return!0;return!1}
//]]>
</script>

Note:
- To change the number of posts that are being displayed, modify the value in red (4)
- To change the number of characters to be shown in posts summary, modify the value in green (75)
- To change the default pic for posts with no images, add your URL instead of the one marked in blue
Step 4. Now that we added the script, we will need to add the CSS style. Just paste the following code above the same </head> tag:
<style>
.relatedsumposts {
padding: 0px 10px;
text-align: center;
/* width of the related posts area */
width: 120px;
float:left;margin-bottom:15px;
border-right: 1px dotted #E5E5E5;
display: inline-block;
}
.relatedsumposts h6 {
margin: 5px 0;
}
.relatedsumposts h6 a {
/* link properties */
color: #linkcolor;
text-transform: uppercase;
font-size:12px;
}
.relatedsumposts img {
/* thumbnail properties */
height: 82px;
width: 82px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

}
.relatedsumposts p {
/* summary properties */
border-top: 1px dotted #E5E5E5;
border-bottom: 1px dotted #E5E5E5;
color: #summarycolor;
font-size: 10px;
height: 4em;
line-height: 1;
margin: 5px 0 0;
padding: 5px 0 15px 0;
}
#relatedpostssum {
width: 100%;
}
.relatedpoststitle {
font-size: 19px;
margin-bottom:15px;
}
</style>

Customizing the Related Posts Widget:

- Modify the value in red (120px) to adjust the width of the widget area
- Replace #linkcolor with the hex value of your color to change the color of post titles
- If you want to change the size of thumbnails, modify the values marked in violet (82px)
- To determine the border roundness, modify the values in orange (50%)
- To change the color of the post snippet, change #summarycolor with color hex value

Step 5. Next, search (CTRL + F) for the following code snippet:
<b:includable id='postQuickEdit' var='post'>
When you find it, click the sideways arrow to expand the code and scroll down until you find </b:includable> - see the screenshot for more help:



Step 6. Just ABOVE the </b:includable> tag, add the following html code:
<!-- Related Posts with Thumbnails Code Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=readpostlabels&amp;max-results=50&quot;' type='text/javascript'/>
</b:loop>
  <div class='post-footer-line post-footer-line-4'>
   <div class='relatedpoststitle'>RELATED POSTS</div>
<div id='relatedpostssum'>
      <script type='text/javascript'>showrelated();</script>
    </div>
    <div style='clear:both;'/>
  </div>
</b:if>
<!-- Related Posts with Thumbnails Code End-->
Screenshot

Step 7. Click on the "Save Template" button to save the changes and you're done!

Note: in case you see the 'undefined' message, make sure that you have added the appropriate labels to your posts - which can be found in at least one more post, otherwise the script might not be able to find any related posts for that entry.

Saturday, 30 March 2013

Torch Browser



 
Torch is a prevailing Internet browser that tender you the opportunity to stay your preferred websites and as well divide associations with any person. Torch web browser allows you not only locate movies and videos, but also effortlessly put aside web videos starting practically any site you go away in the direction of. Torch browser constructs it simple to make use of and supervise your violent flow download errands steadfastly from the browser devoid of having to download supplementary application. Torch browserproffers you outstanding browser fluency with its strapping and speedy search capability. You be able to without difficulty build in addition to administer bookmarks also and thanks to the safety measures skin crammed in Torch browser you can take it easy guaranteed your actions are protected.Torchbrowser's video grabber is included hooked on the browser and ropes a large range of folder style, Torch browser include a fitted push button to simply divide up on societal networks the websites you similar to and the piece of writing you find motivating. Being Google Chrome-based, Torch browser provides you large, pertinent and correct search outcome in no time .Torch browser has fitted media skin that facilitate you to seek, download, play and split your media documents steadfastly from the browser. TorchBrowser is providing as a free of charge download for all application users (Freeware). 

Torch Browser coalesce the awesomeness of dominant browsing with media downloading and allocation. Torchbrowser embraces a built-in push button to effortlessly split on societal networks the websites you akin to and the article you locate appealing. TorchBrowser offers the next matchless features. Every one In One Torch browsers has built-in media skin that make possible you to try to find, download, share and play your media documents truthfully on or subsequent to the browser. The fitted violent flow and video downloading ability permit you to acquire and direct the documents and film clips what you desire. Torch browser provides you wide, pertinent and precise scrutinize outcome in no time. Protected Browsing individual safety features make sure that you’re browsing and media actions are secure and safe from viruses, malware, malevolent and phishing websites. So light up the web with Torch Browser at present. You can simply capture and keep it without having to use exterior program, converters or extension. Easy distribution being community is trouble-free with Torch's split button divide the sites, , songs, videos and seek out consequences with your friends on Facebook and twitter. This browser is totally free for you.


For download click here........

Thursday, 28 March 2013

Battle of the Androids: Samsung Galaxy S4 vs. LG Nexus 4

According to the latest news, Samsung highly-anticipated galaxy s4 will be available for pre-order on April 16 for AT&T customers for $249.99 with a new two-year agreement, but there's still no word when the phone will actually hit shelves. That is to say, if you've been waiting eagerly to buy Samsung's Galaxy S4, you'll have to wait at least another month. Can you wait until that time or maybe you can pick other superphone like the Nexus 4, which have always been Google’s pure, untarnished vision of its platform. Today we compare the specs and features of the Samsung Galaxy S4 and LG Nexus 4.

Size
Compared to Samsung galaxy s4, the nexus 4 is a bit shorter, narrow and thinner. The size differences here are pretty minor.

Display
The Galaxy s4 features a 5-inch screen, larger and sharper than the Nexus 4, the device which have a display of 4.7-inch. The Galaxy S4’s Super AMOLED has blacker blacks (technically no light comes through black pixels) but hyper-saturated colors. The Nexus 4’s IPS display, meanwhile, leads to better viewing angles and more accurate color reproduction.

Processor
The Nexus 4’s Snapdragon S4 Pro chip is a beast. Ditto for both versions of the Galaxy S4: the North American version’s quad core Snapdragon 600 and the international version’s octa core Exynos chip.
So In terms of benchmarks and experience, the galaxy s4 is going to beat the Nexus 4.

RAM
The two devices are tied up, each with 2 GB of RAM.

Storage
In this aspect, Samsung galaxy s4 have a big advantage than Nexus 4. Storage options of Galaxy s4 are provided in the form of 16GB, 32GB or 64GB of internal memory, while Nexus 4 only comes 8GB and 16GB. At the same time, only the Galaxy S4 allows you to expand its storage with a microSD card.

Cameras
The Galaxy S4 has a 13 MP camera, and sports several new camera software features. Dual Camera combines video or images from the front and back cameras, under a variety of templates. Also included is Drama Shot, which takes bursts of shots and combines them automatically into a collage. Nexus 4 packs a 8 megapixels camera, but you don’t have to worry about the Nexus 4’s shooter. It takes great shots, and can easily replace a point-and-shoot.

Wireless
There’s no LTE for the Nexus 4. It does support HPSA+, which offers faster than 3G speeds ... but LTE it is not. You’ll also need to sign up with a GSM carrier for the Nexus 4, as CDMA (that's Verizon and Sprint in the U.S.) networks aren’t supported.

Battery
Although Galaxy s4 powers with a 2600mAh battery while Nexus 4 only packs with a 2100mAH battery. Does that mean the Galaxy S4 – with more capacity – will get better uptime? Maybe, maybe not. Still now, we have no answers.

Software
The Galaxy S4 will ship with the latest version of Android, 4.2.2, runs its own operating system. Samsung is increasingly hiding its Android roots under a heavy layer of “TouchWiz” – complete with a bevy of crazy features (facial-recognition scrolling, fitness tracking, photos with accompanying audio clips ...).

Meanwhile, the Nexus 4 – like all Nexus devices – runs “pure Google,” or stock Android. What you see is exactly what Android’s creators and designers intended - and nothing more.

Though the two phones run the same version of Android right now, that may not last long. Without manufacturer skins or carrier clayware, the Nexus 4 will be first to receive future Android updates. Samsung has improved its support for updates, but GS4 owners will have to wait much longer for Key Lime Pie (or whatever the next major version is called) than Nexus 4 owners will.

So will you buy the Nexus 4 or wait for the Samsung galaxy s4? Welcome to share your opinions below.

See also:  Samsung Galaxy S4 vs. HTC One vs. iPhone 5, Will Samsung Continue to Rule the Universe?

Libre Software Meeting Call for Papers


Developers of free and open source games!

The Libre Software Meeting in Brussels is looking for talks about the "Free Gaming World".

An ideal place to introduce your project, talk about how to work with other people on open source game projects and meet other free software developers!


The deadline for submission is 31 March 2013!


Some previous talks, if you're not sure what to expec or what they expect from you:

Brood Hunter?

Today I have a real "underground & secret" game: no website, no description, no nothing really... just a forum post and some cool game-play videos:





It seems to be called "Brood Hunter" and is quite obviously a Gloom inspired Quake1 mod.

However given that it most likely used the GPL Darkplaces Engine (same as Xonotic) and since game-play looks great, I have to do some wishful thinking here and hope it will be released as an open-source game so that we can work on replacing the remaining non-free Quake1 content at some point :)

Oh and I also stumbled upon an open-source Daikatana remake, using a heavily modified Quake1 engine. YES, that Daikatana!

Wednesday, 27 March 2013

Comments I'm never going to publish

The "best" of the comments I'm never going to publish.


Photograph of a painting of the Tower of Babel - a positively peaceful place, compared to the torrents of comment spam that some people see
Like many bloggers, I've noticed an increase in spam-comments over the last few months. And as a blog gets more popular, I guess it's naturally going to be found by more and more "comment marketers" (sic).

Unluckily for them, I always moderate comments on my blogs. I even wrote a comments policy for Blogger-hints-and-tips to help me think through what I would and wouldn't publish.

But occasionally I get the urge to reply to a comment-er, even though I'm never to approve their comments.   Here are a few recent gems (with embedded links removed).


Don't call me "dear"

Left on "Getting started with SEO, for Bloggers":
"hi dear,
this is very informative info for a seo friendly work and helpful to writte a good blog.you explain it very well..good job dear...thanks for sharing informative info with us.....:)"
Even without the embedded link, any comment that calls me "dear" isn't going anywhere except the rubbish bin.


Copyright isn't an "executive"!

Left on Tools for applying copyright protection to your blog":
Wow thanks for this. I was wondering if any one would know about executive protection companies [link removed]? If you know more about this please let me know. Thanks for any help. 
Cute, but no dice:  this has a hidden link, and it's pretty clear that corporate hit-men and blogs don't have that much in common.


A prize-winner in the sheer cheek department

Left on  "How to put put Posts into your Pages in Blogger":
Create Bootable USB Pen Drive for Windows 7
Windows 7- Hard Drive Partition
HTML5 Inline SVG
Fibonacci numbers in Basic
How to Make an Invisible Folder, Tips, Tricks
Changing Table Background Colors on Mouseover
What is HTML5? HTML5 Introduction.
Illusions - An erroneous perception of reality
Windows Run Commands, Shortcut Collections
HTML5 Canvas
Collection: Business Card Designed By JCT Students
Warm boot & Cold boot (Differences between Cold and Warm Booting)
Hidden files in your Pendrive (How to show the hidden files in pendrive? )
HTML5 Geolocation
Flash Analog Clock Script (as2)
HTML5 - Drag and Drop
Facebook Page Cover has been changed (2013-02-08))
On the day of CTEVT, ANNEX, JCT Building Enauguration ( 2069-08-30 )
VB6 Start Button Control, Customize Start Menu

Each and every line was a separate link.  I'm sure they're all fascinating  - but really, that many links in one comment.  No one's going to fall for that.


"Thanks for the memories"

This whole post was sparked by a comment, since dispatched to the great bit-bucket in the sky, which told me that while what I had written was "very nice", I would "simply have to try harder".  

I can't find the exact phrases any more - but thanks to whoever wrote it and inspired this occasional "Tower of Babel" post-series. 


Swear-words need not apply

On "How to put put Posts into your Pages in Blogger":
Your comment will be visible after approval.
So f*** you 

This was the person's second insightful comment within a few seconds.   I suspect he doesn't like my moderation policies  :-)


No need to read a post before commenting

On "Putting a Facebook "like", "send" or "share" button into your blog"
Thanks you for sharing this good post.I agree with you that today social media is most important part of Internet. 

Ahh, really?   I don't recall saying that ...


Dynamic template:  the new wonder-tool for blog engagement?

On  "Adding a gadget to a blog with a dynamic-view template":
Same thing happened to me. I'm thrilled though. I averaged about 50/60 pageviews for most of the 3 1/2 years I've maintained my blog. I just it 500 yesterday after only a couple of weeks with the dynamic view.

Really?   What "thing" is that?     While dynamic templates are pretty, I don't think they do that much for blog-marketing.


My best friend is an iPad!


On "Adding a gadget to your blog, using Blogger's WYSI...":
iPad is the best friend I've ever got just Hold it in your hand and you are hooked by its size, feather weight and sheer quality. Apple was late with the iPad mini but in my view they really have hit the spot.
iPad 3 Keyboard (link removed   :-)  )

This man needs some new friends!


Finally found after 10 years of searching!

On  "Putting Adsense ads inside Blogger posts":
Hi,
I find many useful things herewith. It is really amazing for us. Where ever we are, just click on the website and Take advantages regarding Place your ads [link removed :-)] .Your article impressed me very heartily. From a last decade I was searching such type of web site. Thanks for giving me a space in your blog. I refer this to my close friends who are already seeking for the same.
Pity he didn't learn to use Google a little sooner.


A back-handed compliment?  O just plain rude?

On  "Putting a Facebook "like", "send" or "share" butt...":
you talk a lot!!! 


Thank you:  I try to write long posts that actually cover the issues and options, rather than short ones that leave out key details.

Tuesday, 26 March 2013

How to Celebrate a Special Easter with your Android device

Easter is just around the corner, and it is a good time to gather together with family and friends to enjoy the wonderful moment of happiness. Apart from those traditional ways to celebrate Easter, have you got any planning on how to celebrate this Easter grandly? Have you prepared something special for your lovely Kids as Kids love Easter and they love music or Easter movies, too? If you get in some trouble and still have no ideas, don’t worry, just try things below to make your own Easter celebration special in 2013.

Happy Easter Ideas:

1.  Funny Easter game:  Bubble Blast Easter
Do you like Bubble Blast games? If you do, then you can’t miss Bubble Blast Easter, a full HD Magma Mobile game, which mixes the Easter and Bubble blast experience to give you great enjoyment. The game now offers Puzzle mode with 2500 levels and Arcade mode to play freely. Just celebrate Easter with a brand new version of the Bubble Blast Series.

2.  Funny Easter game:  Angry Birds Easter
Angry Birds Easter
Angry Birds Easter is available in the Android Market since the year of 2011. It's the same Angry Birds you've come to know and love, with a loose Easter theme tied in, so far as bunnies and eggs are concerned. Fling some Angry Birds, break some stuff, kill some pigs, free some eggs. Really fun.

3.  Easter Songs for Kids
  • The Easter Bunny is Coming
  • If You Love the Easter Bunny, Say I Do
  • Easter Bunny Hop
  • 12 Days of Easter
  • Here comes Peter Cottontail
  • Hop and Stop!!!
  • Five Little Easter Eggs
  • I Saw A Little Bunny
  • Here Comes Peter Cottontail
  • Easter Parade
4.  Watch Easter movies with kids and family
The best way to understand the holiday spirit might be watching Easter movies, as the Easter-themed movies would be more efficient in delivering the holiday spirit into people’s hearts. There are many Easter films that you can choose, like《The Easter Bunny Is Coming’ to Town》,《The Great Easter Egg Hunt 》,《Rise of the Guardians》,《Easter Parade》,《Hank and Mike》,《Walton’s Easter 》,《Alice in Wonderland》,《Hop》,《The Passion of the Christ》,《The Easter Egg Adventure》and so on.

5.  Easter Wallpapers
Easter Live Wallpaper
Use some nice wallpapers to decorate your mobile device can always bring you into good mood. The app called Easter Live Wallpaper is one app that can bring you beautiful and romantic Easter wallpaper. It is totally free.

By the way, Wanna enjoy the Easter DVD or Blu-ray movies on your Google Nexus 7, Nexus 10, Samsung galaxy note 10.1 and other mobile devices? Just Get a 35% off  Blu-ray or DVD Converter for Windows or DVD Converter for Mac and easily convert Easter Blu-ray or DVD movies to any video format! You may also be interested in this Easter Discount Party of multimedia software.

See also:  Best Easter iPhone and iPad Apps for Kids in 2013

27th March 2013 AUD & Euro Daily Report

AUD Weekyl & Daily cycles

Trend bias is UP, and 12 hour channels (white) are the trend guide towards the Weekly & Daily highs

Euro Weekly & Daily cycles

5-day 50% level is the trend guide, as per purple guidelines on the 5-day chart.

Monday, 25 March 2013

26th March 2013 AUD & Euro Daily Report

AUD Weekly & Daily cycles

Trend bias is UP...

with trailing Support around the 5-day 50% level & Weekly level @ 1.0404

Euro Weekly & Daily cycles

5-day 50% level and 12 hour channel lows are seen as resistance....

and even though it has found support around the Weekly lows, that could result in a move upwards...

I think the trend is moving down into Tuesday's lows, as part of a move towards the MARCH lows @ 1.2798.

Sunday, 24 March 2013

Finding a News Reader Replacement for Google Reader- Here are the top 5 alternatives

I have been a loyal fan of Google Reader for a long time since Google has announced that it will be shutting down Google Reader on July 1, 2013. Fortunately, it's not the end of the world. There are a number of great news reading apps on the market and now we simply have to get used to the idea and find a new RSS reader replacement by July 1st. Today, we’re going to find the best News Reader replacement for Google Reader,taking into account that the service needed to be as close to Google Reader's feature set (syncing, multi-platform, web-accessible) as possible.

1.  Feedly
I have tried quite a few of them and my personal favorite is Feedly, which is available as a web app, just like Google Reader, but they also have apps for iOS and Android.
 Feedly
You can use Feedly subscribe the content of your favorite sites, rss feeds, tumblr blogs and YouTube channels.  And when you run feedly on a phone and on a tablet, the configuration will automatically syncs between both devices.

Now the feedly UI is custom tailored for a 4" phone, a 7" tablet and a 10" tablet. You will get an experience which is very close to a personalized magazine if you run feedly on a tablet.

2.  Google Currents
Google Currents delivers beautiful magazine-like editions to your tablet and smartphone for high speed and offline reading. But you cannot follow your subscriptions on the computer or on devices where these apps are not supported. That’s quite a drawback.
Google Currents
The app includes features like:
Publisher editions: you can read full length, in-depth articles, videos, fine photography, and slideshows from Publishers such as Forbes, The Guardian, TechCrunch, PBS, Saveur, and more.

Google Currents uses Google search technology to deliver the hottest breaking stories in categories such as world, entertainment, sports, science, and more. As you travel to different countries, additional breaking stories are added to match your location. And Currents uses Google translate technology to translate editions into a preferred language of your choice. 44 languages are supported now.

3.  Pulse
Pulse News brings all your favorite blogs, magazines, social networks and newspapers in one place for FREE. Just tap on an article to see a clean and elegant view of the news story. Save stories for reading later across all platforms or sync them with Instapaper, Read it Later and Evernote.
Pulse
With this app, you can also share a story via Facebook, Twitter, Google + and email as easy as one tap. Pulse for android now has been downloaded by over 20 million users.

4.  NewsBlur
NewsBlur has a really well built interface that's also similar to Google Reader, but with some useful bells and whistles that make reading a bit more fun or easy on the eyes.
 NewsBlur
You can toggle the original view and display articles the way they show up on their respective sites, or read them the way they're presented in their RSS feeds, or view them text-only to get rid of the images and the page fluff. You can share stories with friends, save them for future reading, star them, start your own "blurblog" of featured stories you want to share, and more. Free accounts are capped at 64 blogs, 10 stories at a time, and public sharing options. Premium users ($24/yr) can subscribe to as many sites as they want, get all the latest stories at one time, get faster site refreshes, can share publicly or privately, and of course support the service.

 NewsBlur have apps for iOS and Android.

5.  Flipboard
Flipboard
Flipboard brings together world news and social news in a beautiful magazine. Once you pick a few topics, your Flipboard is built and you can instantly start flipping through the pages of news you care about and stories and photos friends are sharing. You can Connect Flipboard to up to 12 social networks, streamlining your reading and activities like commenting, liking and sharing. Services include Twitter, Facebook, Instagram, Google+, YouTube, Google Reader, LinkedIn, Flickr, 500px, Sina Weibo and Renren.

25th March 2013 AUD & Euro Daily Report

AUD Weekly & Daily cycles

Trend bias is UP towards the MARCH & then April highs.

Whilst the Weekly level @ 1.0404 is seen as Support

Euro Weekly & Daily cycles

Monday's highs & Weekly 50% level is seen as Random Resistance....@ 1.29930

Saturday, 23 March 2013

Red Eclipse 1.4 and a missed birthday

Good news is that the long awaited Red Eclipse version 1.4 was released yesterday.
Read the announcement (with full change-log) here. Besides general polish the most notable features are:
  • Vanity items and improved colours: dress up and frag with style.
  • Visible legs in first person: know where you are kicking and parkouring.
  • New and revamped maps: bringing you even more variety.
  • Better viewing: level flythroughs, improved third and first person cameras.
  • Better menus and other HUD elements: easier to see and read at a glance.
  • New weapon: Mines add a new dimension to the existing gameplay.
  • New mode: attack and defend in Gauntlet, competing for the most laps.
  • Automatic demo recording: for those times you just have to watch it again.
  • User Accounts: donate or contribute, and wear the in-game supporter badge.
  • Improved weapon balance and gameplay rules, bugs fixed, and much more.
Especially the visible legs in 1st person view add to the parcour movements and overall the game feels much more "complete" now. Here are some impressions of a bot-match I had earlier on:


The bad news is  that we missed Xonotic's third birthday, but you can still congratulate here (where you can also read about some pretty cool updates to the game). To celebrate it, kojin made a nice frag movie:


Enjoy!

if loop part-2

Use of super keyword -1