Pages

Sunday, November 1, 2015

Microsoft OneNote for iPad

Microsoft has released one note taking popular, OneNote for iPad. This app was previously available for the iPhone and now it has been released for the iPad. The best features of OneNote application is that you can make a search entry with text, images, and bullets. You can create and manage to-do lists with checkboxes.
Then save your notes in sync using Microsoft SkyDrive online storage for free to access, edit and manage them from anywhere, from your PC or almost all web browsers.


You can access, create and edit up to 500 notes. After you reach this limit you can still see, delete and synchronize your notes. To add another entry, you need to upgrade your account.


You can upgrade your account by using the application in the purchase are available in the settings. You can create notes and lists, share via email, attach a photo to a note, and harmonize all with Skydrive account.


OneNote for iPad is one form of note which of course good to take the tools and features of sync with your online account and make it very useful to edit notes even from the desktop or the browser.

Read more »

Recommended Post Slide Out Widget For Blogger/Blogspot

In this post, you'll get to know how to add a recommended post slide out widget for Blogger blogs. This blogger widget slides out at the end of a post, recommending a random post for your readers. Just like the sliding recent post widget and popular post widget for blogger, the slide out recommended post widget in your blog can increase its pageviews and reduce the blog's bounce rate. This is because there is interlinking of one post to another. And with the slide out movement, it is easy to get the attention of your readers. Below are the guidelines on how to add recommended post slide out widget in your blog.

Also Read:  Static Facebook Popup Like Box Widget For Blogger
                     Square Popular Posts Blogger Widget with Rotating Effect
                     Floating Social Share Button For Blogger

How to add Recommended Post Slide Out Widget

How to Add Recommended Post Slide Out Widget In Blogger

First,we'll add this code snippet in our template, to do this:
  • From your blogger dashboard, navigate to 'template'.
  • Click on 'edit html'.
  • Click inside your template, using ctrl+F keys search for any of these tags 
<data:post.body/>
      or
<p class='post-footer-line post-footer-line-1'>
      or search for
<div class='post-footer-line post-footer-line-1'>
  • Copy this code and paste 'below' any of these tags.

<b:if cond='data:blog.pageType == "item"'>
<div style='display:none' id='hlslidein_place_holder'></div>
</b:if>

Next, you'll add the recommended post widget as a gadget on your blog, to do this:
  • From your blogger dashboard, navigate to 'layout'.
  • Click on 'add a gadget'.
  • Select 'html/javascript' from the popup options.
  • Copy the code below and paste in the text field.


<style>
.ht-title-one {border-bottom: 1px solid #808080; font-weight: bold; font-family: Arial; font-size: 18px !important; letter-spacing: none !important; color: #101010 !important;}
#hlslidein img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 4px;
background: #eee;
background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #ddd), color-stop(0.5, #c0c0c0), to(#aaa));
background: -moz-linear-gradient(top, #eee, #ddd 50%, #c0c0c0 50%, #aaa);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
-moz-box-shadow: 0 0 3px rgba(0,0,0,.7);
box-shadow: 0 0 3px rgba(0,0,0,.7);
width: 70px !important;
height: 70px !important;
}
#hlslidein img:hover {
opacity: 1;
-moz-transform: scale(1.2) rotate(-350deg);
-webkit-transform: scale(1.2) rotate(-350deg);
-o-transform: scale(1.2) rotate(-350deg);
-ms-transform: scale(1.2) rotate(-350deg);
transform: scale(1.2) rotate(-350deg);
-webkit-box-shadow: 0 0 20px #292832, inset 0 0 20px #292832;
-moz-box-shadow: 0 0 20px #292832, inset 0 0 20px #292832;
box-shadow: 0 0 20px #292832, inset 0 0 20px #292832;
webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; rgba(0, 0, 0, .4);
-o-transition: all 0.8s ease-out;
-webkit-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
#hlslidein{
z-index:500;
width:390px;
height:100px;
padding:10px;
background-color:#fff;
border-top:3px solid #000;
position:fixed;
right:-430px;
bottom:0;
-moz-box-shadow:-2px 0 5px #aaa;
-webkit-box-shadow:-2px 0 5px #aaa;
box-shadow:-2px 0 5px #aaa;
font-family:Arial, Helvetica, sans-serif;
}#hlslidein p{
font-size:12px;
text-transform:uppercase;
font-family:Arial,Helvetica,sans-serif;
letter-spacing:1px;color:#555;
}
#hlslidein_title{
color:#c0c0c0;
font-weight:700;
font-size:16px;
margin:10px 20px 10px 0;
}
#hlslidein a,#hlslidein a:hover,#hlslidein_title{
text-decoration:none;
color:#808080;
}
#hlslidein a:hover {color: #000;}
#hlslidein .close,#hlslidein .expand,#hlslidein .help{
border:2px solid #EEE;
cursor:pointer;
color:#9A9AA1;
width:13px;
height:15px;
padding:2px 0 0 5px;
position:absolute;
right:10px;
font-size:17px;
font-weight:700;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: -5px;
}
#hlslidein .help{
right:35px;
}
#hlslidein_title,#hlslidein_image{
float:left;
width:80px;
}
#hlslidein_title{
width:290px;
}</style>
<div id="hlslidein" style="display:none;"> <div class="expand">^</div> <div class="close">X</div> <p class="ht-title-one">You May Also Like</p> <div id="hlslidein_image"></div> <div id="hlslidein_title">Loading..</div> </div> <script> if(document.location.href.split("/").length==6&&document.location.href.indexOf(".html")!=-1){if(typeof hl_onload_queue=='undefined')var hl_onload_queue=[];if(typeof hl_dom_loaded=='boolean')hl_dom_loaded=false;else var hl_dom_loaded=false;if(typeof hl_async_loader!='function'){function hl_async_loader(src,callback,id){var script=document.createElement('script');script.type="text/javascript";script.async=true;script.src=src;script.id=id;var previous_script=document.getElementById(id);if(previous_script)if(previous_script.readyState=="loaded"||previous_script.readyState=="complete"){callback();return}else{script=previous_script}if(script.onload!=null)previous_callback=script.onload;script.onload=script.onreadystatechange=function(){var newcallback;if(previous_script&&previous_callback)newcallback=function(){previous_callback();callback()};else newcallback=callback;if(hl_dom_loaded){newcallback()}else hl_onload_queue.push(newcallback);script.onload=null;script.onreadystatechange=null};var head=document.getElementsByTagName('head')[0];if(!previous_script)head.appendChild(script)}}if(typeof hl_domLoaded!='function')function hl_domLoaded(callback){hl_dom_loaded=true;var len=hl_onload_queue.length;for(var i=0;i<len;i ){hl_onload_queue[i]()}}hl_domLoaded();hl_async_loader("http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js",function(){hl_async_loader("http://dl.dropboxusercontent.com/s/dwqlxb9ukrr2ddp/js%20recommended%20for%20you.js",function(){},"hl-out-slide")},"jQueryjs")} </script>

  • Save the gadget. View a post, scroll to the end of the page and you'll see widget you just added.
Read more »

Top High PR Canada Social Bookmarking Sites List 2015

Social Bookmarking Sites With High PR


Here's a list of high PR Canada social bookmarking sites 2015 with .ca extension, where you can share your blog posts, articles, editorials, interviews, podcasts, videos, resources etc to. Social bookmarking sites are online services that allow users to share and bookmark pages which are  accessible by others on the net. By sharing your blog post using the URL on these sites, search engine bots can crawl and index the post faster, you have a means way of building quality backlinks and improving your site's alexa rank. In SEO, much preference is given to dofollow backlinks, related niche of the source backlinks and links from local websites. If you're blogging from Canada, you can make use of the list of sites below. There are several sources of traffic to a blog and some include the use of forums, social networking sites, search engines and also social book marking sites. For better results, only the list of high PR Canada social bookmarking sites have been provided which you can use in promoting your blog/site and getting dofollow backlinks. Most are free and require only registration before you're allowed to share your blog's URL/post.

Also Read: High PR Free Classified Submission Sites List 2015 
                   Dofollow Blog Commenting Sites List
                   Google SEO Ranking Factors

High PR Canada Social Bookmarking Sites List 2015


Websites       PR    
http://www.placenamesofalberta.ca       5
http://www.homelessawareness.ca       4
http://www.thermec2011.ca       4
http://www.feeltherush.ca       4
http://www.theatrearchipelago.ca       3
http://www.thefashioncollective.ca       3
http://www.theorgan.ca       3
http://www.teamcanadarollerderby.ca       3
http://www.yogaforthepeople.ca       3
http://www.zoomit.ca       3
http://www.eatbistro.ca       3
http://www.fixedgear.ca       3
http://www.foodiesfinefoods.ca       3
http://www.inezmusic.ca       3
http://www.nomag.ca       3
http://www.peppernews.eu       3
http://www.questartgroup.ca       3
http://www.hcconsortium.ca       3
http://www.woodsofypres.ca       2
http://www.zak-for-cira.ca       2
http://www.youlookgood.ca       2
http://www.westvancouverpolice.ca       2
http://www.foolfestival.ca       2
http://www.hardplaces.ca       2
http://www.onehundreddays.ca       2
http://www.pourlamourdedieu.ca       2
http://www.quiltcanada2012.ca       2
http://www.siptastegroovelove.ca       2
http://www.shapesandsizes.ca       2
http://www.bowriverflow.ca       2

While using the social bookmarking sites above, ensure you don't build backlinks with them within a short period of time.

Read more »

Differences Android Jelly Bean and ICS



Today, we will talk about the recent release of Google's Android OS, which is Android 4.1, codenamed Jelly Bean . This version is marketed with three main differences, be faster, smoother , and more responsive than ICS . It is mainly intended to rival the iOS release introduces several advantages. We will talk about the two operating systems one at a time and then move on to compare the two.


Android 4.1 Jelly Bean
There is a common saying among techie when there is a new version of Windows, the latest version is always slower than its predecessor . Fortunately, it does not happen to Android. So I can proudly announce Android Jelly Bean as the fastest and most smooth this time. When we look at what 's new in Jelly Bean , there are some differences .

The first thing to remember is that, Jelly Bean is more responsive to the touch. Jelly Bean introduces the concept of extending vsync in the UI. In layman's terms this means that, every event in the OS will sync with the 16 millisecond vsync heartbeats. Normally, when we use the phone after a period of inactivity, can tend to be slow and a little less responsive. Jelly Bean removes that CPU input boost by adding a touch to make sure the CPU is allocated to the next event after some time of inactivity.

From the first, notifications bar has become one of the main linkages in Android. Jelly Bean did a refresher for notification framework that allows applications to access it in a way that is more diverse. For example, any application can now display additional notifications that supports various types of content such as images and dynamic content. The browser is also improved, with some additional language support allows more consumers to make use of Android in their native language.



When we see the default application, Google Now no doubt is the most widely discussed app. Google Now provides important information to you, at any particular. This application is a learning application that can quickly adapt to your habits and displays your information in the form of cards. For example, you go on a business trip, and you are out of the country, Google Now will show you the local time and the relevant exchange rate. This app will also help you reserve voluntary return ticket. This app can also act as a digital personal assistant like Siri on Apple . Besides obvious differences, there are many new features and changes on the back end to use this feature to come up with cool things.

Android 4.0 Ice Cream Sandwich
Android 4.0 Ice Cream Sandwich is the successor to Honeycomb and Gingerbread. You may be wondering why I use two operating systems to introduce ICS; was because Honeycomb and Gingerbread built for two different purposes. Honeycomb is newer than Gingerbread, but optimized for the tablet while the more dominant Gingerbread for smartphones. When ICS was introduced, I want to synergy between them and incorporate them in the ICS. Therefore Simple, beautiful and smart as advertised. This version is the first Android operating system that introduces an integrated UI for tablets and smartphones.

In addition to the revolutionary UI , ICS is also optimized for multitasking . This enables more users to switch seamlessly between applications and notifications panel. Folders can be shown to the Home screen that can be used to group some icons. Widgets are also resizable which a significant advantage is. Lock screen has a new feature where you can jump directly to the camera application and notification. Examination of the text and pronunciation has also been improved .

A powerful sound engine was introduced for use against Apple's Siri though necessary applications still need to be engineered. In terms of application, you can use the app “People “which offers a lot of information about all of the profiles. This app is a user- centric system where everything about the user can be found in one place, including social media profiles, etc. Furthermore, the ability of the camera has also been improved with several new features that allow users to take artistic pictures.

A Brief Comparison between Android Ice Cream Sandwich and Jelly Bean (Android 4.0 vs. 4.1)

  • Jelly Bean faster, smoother and more responsive than ICS because vsync unit features an extended time in all the UI elements.
  • Jelly Bean can respond more quickly even when the phone is off because the CPU input a new boost.
  • Jelly Bean has a versatile notification bar where applications can create live notifications with a variety of dynamic content.
  • Jelly Bean has a smart applications and resizable widgets.
  • Google Now in Jelly Bean, which offers a unique usage patterns and attractive to users.
  • if you are familiar with ICS , then turned to Jelly Bean will not have much trouble at all .
The only problem is that , needed a high end smartphone to run Jelly Bean.
Read more »

How to Add a Picture To Post Title

To include an image in your post title, type into the field for the post title the following code below:

"followed by the post title, do not include this quotes" replacing "picture url" with the actual picture url and "post title" with the actual post title. The screenshot below gives an illustration:
Read more »

C++ Program to Check If a Character is Small, Capital, Number or Special Character

The C++ Program checks if the value entered by a user is a capital, small, number or a special character. The output also returns the Ascii equivalent of the character. IF statement is used for flow of control in the program.

Also Read: C++ Program to Check If a Number Is A Perfect Number or NOt

C++ Program to Find All The Roots Of A Quadratic Equation
C++ Program to Compute The Least Common Multiple of Integers


#include <iostream.h>
int main()
{
char alphabet;

cout<<"enter an character: ";
cin>>alphabet;
int Ascii=alphabet;
if (Ascii>=97 && Ascii<=122)
{
cout<<"the Ascii equivalent of "<<alphabet<<" is: "<<Ascii<<endl;
cout<<"alpabet is a small letter";
}
else if (Ascii>=65 && Ascii<=90)
{
cout<<"the Ascii equivalent of "<<alphabet<<" is:" <<Ascii<<endl;
cout<<"The alphabet is a capital letter";

else if (Ascii>=47 && Ascii<=57)
{
cout<<"the Ascii equivalent of "<<alphabet<<"is: "<<Ascii<<endl;
cout<<"You entered a number";
}
else if (Ascii>=0 && Ascii>=47 || Ascii>=54 && Ascii<=64 || Ascii>=91 && Ascii<=96 || Ascii >=123 && Ascii<=127)
{
cout<<"the Ascii equivalent of "<<alphabet<<"is:"<<Ascii<<endl;
cout<<"you entered a special character";
}
return 0;
}
Read more »

How to Use Dropbox


Dropbox is cloud-based service to store many files. How to use dropbox is not difficult, we can use the free dropbox service.

Any connected file will be automatically connected to your computer, cell phone, or other device using the application dropbox.

Simply put it this way, with dropbox, we can store the files which have been created in the Office computer, without having to carry it through a pendrive to a home computer.

Any file that we save on dropbox, these files are automatically distributed to the computer/gadget that uses the same dropbox account or already synchronized. The first requirement to get started you need to have dropbox account in advance. You can Sign Up Dropbox here.

How To Use Dropbox

Before we started using dropbox, I will show step by step how to install dropbox on windows.

After we signed up for dropbox, next we should download the application dropbox. Download dropbox, after that we will begin to install it. Select the "I already have a Dropbox account", we signed up it before. Then log in with the account you created before.




Install Dropbox as you install programs, save the dropbox mostly in drive C: or select "Typical, setup dropbox with normal setting".






Dropbox provides free storage is only 2 GB, but you can add to it with the upgrade.




The better choice is choose the 2 GB storage for free first, and then after that you have upgraded. But, if the upgrade is not the best option, you could try dropbox alternatives that provide larger space.



Read more »