Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts

Tuesday, 28 October 2014

5 Great iPad Apps For Blogging In 2014-15

by Unknown  |  in ipad at  02:01
Blogging is fun. However you know furthermore fun? Blogging on the go! After Apple initially propelled the ipad, individuals have been progressively attracted towards portable answers for their day by day life schedules. Also being the geekier of the part, Bloggers excessively have discovered devices that help them be more gainful. Mac proclaimed the dispatch of another ipads yesterday, and we figured individuals would be rushing towards these Apple gadgets at this time. On the off chance that you are an ipad or iphone client, or are wanting to purchase one, here are a few applications that are going to help you blog!


Today, we're going to make a stride strange Wordpress and Blogger applications, and take a gander at some other well known, and lesser well known applications that each blogger ought to have!

1. Blogsy

An application outlined only for the ipad, and your one-stop-search for all your blogging needs. It permits full get to a wide assortment of blogging stages, for example, Wordpress, Tumblr, Blogger, Squarespace, and that's just the beginning. You can likewise deal with your Flickr, Youtube, Vimeo, Instagram, and Facebook records right from the principle page. Utilize the move and customize gimmick to include photographs and features from your informal communication locales into your blog entries. Make joins from sites with one touch. Use motions for such modification as strong print and content arrangement. Make and alter posts and timetable them for distribution while on the go. 

An outright must application for blogging lovers. 


2. Squarespace

Squarespace is a lesser-known, yet unbelievably excellent web-building stage that permits clients to art rich sites. This authority application provides for you finish access to altering and dealing with your Squarespace content from numerous records. You can make and alter posts utilizing the organization's Layout Engine, include photographs, design content, and make connections while on the go. Stay informed concerning remarks and answer to perusers with little exertion. You can even stamp a remark as spam "with a flick of your finger." Instead of logging well and done with distinctive pages, this application permits you to flip between sites consistently 

3. Day One

In case you're just for an open to composing background, then this is the application for you. The very beginning is a great reporting application that provides for you a decent written work involvement with bunches of customization peculiarities, for example, composition updates, social networking joining, and so forth. 

4. Posts

Whether you utilize Blogger or Wordpress, or even both, this ipad application helps you make and distribute extraordinary substance from anyplace. On the off chance that you oversee different online journals, you'll have simple access to every one of them and have the capacity to wiretap everything initially. Search your substance by date by checking the implicit datebook. Make, alter, and distribute substance, including picture design and feature transfers. Get notices when somebody remarks and after that alter and react from inside the application. Work logged off, including making and altering new and beforehand distributed posts. All work will be spared in the "outbox" and distributed when you are back on the web. 


5. OneNote

Microsoft's Onenote is such a great amount of better than numerous other note-taking applications. Granted, it may not be as rich as Evernote, yet even so I generally incline toward Onenote. For one, it has easier and better note administration, and you can arrange better progressions (notes inside areas inside journals and so on.). Furthermore for an alternate, you can get to Onenote so effortlessly. It comes packaged with Microsoft Office suite (Word, Excel and so on 2013). You can get to your notes from a web program as well, also the cross-stage application that is accessible for ios, Android and Windows stages. 

Additionally, am I the singular case out of many others who preferences Microsoft's level UI plan? :)


This was my accumulation of the must have blogging applications for your ipad. What blogging applications do you like? Leave your reactions in the remarks area underneath. Cheers :)



Monday, 21 April 2014

Hotspot Shield Full Version Free Download

by sdasdf  |  in Softwares at  03:33



Description

Hotspot Shield Permits You To Secure Your Online Exercises While Keeping Your Particular Data. It Runs On Remote And Wired Association. What's More, It Gives You A Chance To Have Admittance To Confined Sites Like Hulu And Pandora.

Key Features

  • How Does Hotspot Shield Secure You?

It Basically Averts Snoopers, Programmers, Web Suppliers From Taking Your Information, Perusing Your Texts, Being Educated About Your Downloads, Mastercard Data And A Great Deal All The More, By The Method For A Most Recent Virtual Private System (VPN) Engineering. This Recent Is Made Between Your Smart Phone Or Iphone And The Site Of Hotspot Shield Which Is Spotted In The USA. Along These Lines, The Others Imagine That You Are In The USA.

  • How Would You Arrange It?

This Requisition Does Not Require Any Design. With A Green And Red Shield, You Will Realize That Hotspot Shield Runs Or Not. To Guarantee Full Assurance, A 128-Bit SSL Encryption Is Utilized To Encode The VPN.

  • What Is Hotspot Shield For?

Separated From Securing Your Whole Web Session And Guaranteeing Security On The Web, It Is Especially Used To Have Entry To Blocked And Banned Sites Like Hulu. Moreover, It Can Likewise Ensure You From Malware So That Your Framework Can't Be Harmed By Diseases And Detour Firewalls.

System Requirements

Working Framework: Windows 2000, XP, Vista And 7, Mac OS X (10.5 Leopard), Mac OS X (10.6 Snow Leopard), Mac OS X (10.7 Lion)





How To Add Numbered Page Navigation Widget For Blogger

by sdasdf  |  in Pages at  02:25

In Blogger, We Have The Choice To Set The Amount Of Posts We Need To Show For Every Page By Setting Off To The Settings Menu > Posts And Comments > Show At Most ? Posts. When The Amount Of Aggregate Posts In Our Online Journal Surpasses This Number, We Will See "More Established Posts" And "Fresher Posts" Navigation Interfaces In Our Home Page And Chronicle Pages Footer As Blogger Doesn't Have Any Implicit Capacity On Page Numbering. Yet Page Numbers Rather Than More Seasoned And Fresher Posts Connections Could Help Our Web Journal Guests To Navigate Speedier (Bounce Starting With One Page Then Onto The Next Page Or Click On A Particular Page) And Know The Aggregate Number Of Posts Distributed. Here's An Excercise On The Most Proficient Method To Include Numbered Page Navigation Utilizing Javascript To A Blogger/ Blogspot Blog. You Can Select Any Of 3 Separate Styles That I Have Specified Underneath.

Adding Numbered Page Navigation To Blogger

You Can Add This Widget In Just Two Steps.
1. Adding The CSS.
2. Adding The Script.

Now Let's See How To Add The CSS Style For Page Navigation.


1. Adding The CSS

Step 1. Go To BloggerDashboard > Template > Click On The Edit HTML Button:


Step 2. Click anywhere inside the code area and press the CTRL + F keys to open the Blogger search box. Type or paste ]]></b:skin> tag inside the search box and hit Enter to find it.

Step 3. Now choose one of the following numbered page navigation styles and copy the code just below it. Just above ]]></b:skin> paste the code of the style that you want to use:

Style 1

 .page-navigation{clear:both;margin:30px auto;text-align:center;}
.page-navigation span,.page-navigation a{padding: 3px 7px;margin-right:5px;background:#E9E9E9;color: #888;border:1px solid #E9E9E9;}
.page-navigation a:hover,.page-navigation .current{background:#CECECE;text-decoration:none;color: #000;}
.page-navigation .pages,.page-navigation .current{font-weight:bold;color: #888;}
.page-navigation .pages{border:none;}

 Style 2


.page-navigation{clear:both;margin:30px auto;text-align:center;}
.page-navigation span,.page-navigation a{padding: 5px 10px;margin-right:5px; color: #F4F4F4; background-color:#404042;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
.page-navigation a:hover,.page-navigation .current{background:#EC8D04;text-decoration:none;color: #fff;}
.page-navigation .pages,.page-navigation .current{font-weight:bold;color: #fff;-webkit-box-shadow: inset 0px -1px 2px 0px rgba(50, 50, 50, 0.69);-moz-box-shadow:inset 0px -1px 2px 0px rgba(50, 50, 50, 0.69);box-shadow:inset 0px -1px 2px 0px rgba(50, 50, 50, 0.69);}
.page-navigation .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}

Style 3:.


.page-navigation{clear:both;margin:30px auto;text-align:center;font-size: 11px;background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000000),color-stop(1, #292929));background-image: -o-linear-gradient(top, #000000 0%, #292929 100%);background-image: -moz-linear-gradient(top, #000000 0%, #292929 100%);background-image: -webkit-linear-gradient(top, #000000 0%, #292929 100%);background-image: -ms-linear-gradient(top, #000000 0%, #292929 100%);background-image: linear-gradient(to top, #000000 0%, #292929 100%); padding: 6px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.page-navigation span,.page-navigation a{padding: 3px 10px;margin-right:5px; color: #fff;}
.page-navigation a:hover,.page-navigation .current{background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #59A2CF),color-stop(1, #D9EAFF));background-image: -o-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: -moz-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: -webkit-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: -ms-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: linear-gradient(to top, #59A2CF 0%, #D9EAFF 100%);text-decoration: none;color: #000;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.page-navigation .pages{border:none;background: none;}

2. Adding The Script 

Step 4. Now Find (CTRL + F) This Line:

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>

 <b:includable id='page-navi'>
<div class='page-navigation'>
<script type='text/javascript'>
var pgNavigConf = {
perPage: 7,
numPages: 6,
firstText: &quot;First&quot;,
lastText: &quot;Last&quot;,
nextText: &quot;Next&quot;,
prevText: &quot;Prev&quot;
}
</script>
<script src='http://helplogger.googlecode.com/svn/trunk/page-navigation.js' type='text/javascript'/>
<div class='clear'/>
</div>
</b:includable> 
Step 6. Now We Need To Put The Page Navigation Where It Has To Be Shown (Posts Footer). Find The Code Below (If You Can't Find It, Try To Find Only The First Line):

 <!-- navigation -->
<b:include name='nextprev'/>
Step 7. Replace It With This One:

<b:if cond='data:blog.pageType == "index"'>
<b:include name='page-navi' />
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<b:include name='page-navi' />
</b:if>
</b:if>

If You Can't Find The Old Page Navigation Code, Then Find This Section Of Code:

<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
...
<b:includable id='main' var='top'>
...
</b:includable>
</b:widget>
</b:section>

Insert this code immediately above the </b:includable> tag:

 <b:if cond='data:blog.pageType == "index"'>
<b:include name='page-navi' />
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<b:include name='page-navi' />
</b:if>
</b:if>

Configuration

After Installing, You Might Want To Change Some Default Settings. All The Settings Are In The Script Of Step 5 above:

var pgNavigConf = {
perPage: 7,
numPages: 6,
firstText: "First",
lastText: "Last",
nextText: "Next",
prevText: "Prev"
}

Perpage: Number Of Posts Are Shown In Each Page (7)
Numpages: Number Of Pages Are Shown In Page Navigation (6)
- You Can Change The Text By Replacing The "First", "Last", "Next" And "Prev" Texts.
Step 8. Click On The Save Template Button And That's It! Enjoy!

Sunday, 20 April 2014

How To Use Google Plus To Increase Website Traffic?

by sdasdf  |  in How to at  21:33
Many Of You May Have Perceived A Declining Rate Of Guests Sent From Facebook To Your Site Commonplace. This Is On Account Of Facebook Pages Are Losing Their Achieve, And Can Not Represent To The Extent That Web Movement As They Used To. As Anyone Might Expect, Google+ Appears To Be Getting On, And For Pages That Use Google+ To Most Extreme Impact, The Measure Of Activity Sent To Their Home Site Appears To Be Developing Fundamentally.

More Than 500 Million Individuals Cooperate With Google Items On A Month To Month Foundation. Not At All Like Facebook, Google Offers Advertisers The Open Door To Communicate With Guests Through Numerous Touch Focuses, Including Youtube, Search, And Google+. This Implies That For Guests Who Captivate With You Through Google+, The Potential Movement Channels Increase.

In Any Case For You To See A Noteworthy Expand In Activity By Means Of Google+, You Require An Eagerly Captivated Gathering Of People. Here Are A Few Tips For Enhancing Your Google+ Engagement.

1. Focus on Headlines

The More Clients Perceive Your Google+ Posts, The More Probable They Are To Captivate. The Test Is To Emerge In An Ocean Of Many Posts. To Begin With Things First. Not At All Like Other Social Stages, Google+ Posts Act More Like Smaller Than Expected Blog Entries, And Each Post Needs A Feature. Not Just Does Including A Header Bail Your Post Emerge, However Google Utilizes The First Expressions Of Your Post In Two Separate Ways:

  • They incorporates your headline into the title tag of the post
  • The headline is typically what displays in Google search results
Including The Right Feature Can Bail Your Post Emerge In Query Items, And Can Significantly Impact The Amount Of Individuals Who Both Perceive And Navigate To Your Substance. Utilize A Feature, Against All Odds.

2. Formatting

Effortlessly Split Your Long Squares Of Content With Designing To Make Your Presents Less Complex On Read And Skim. This Permits You To Convey All The More Unmistakably And Makes Your Content More Open. Notwithstanding Adding Strong To Your Feature, Duplicate And Glue The Organizing Tricks Beneath To Help Create A Post That Emerges From The Rest.


3. Choose Your Words Carefully

Google+ Is A Both A Visual And A Content Medium, So Make The Most Of Them Both! Don't Be Anxious About Composing Longer Posts. Rather Than Basically Presenting A Connection On Your Most Recent Blog Entries And Trusting Generally Advantageous, Include A Synopsis Of Your Imperative Focuses. Illustrate Why This Is Imperative. Give Individuals Extra Connection Concerning Why They Ought To Click And Offer.

The Few Minutes It Brings To Scribble Down Your Contemplations Could Bring About Numerous Reshares And Many Extra Eyeballs On Your Substance.

5. Use The #Hashtags

The Larger Part Of Top Posts On Google+ Utilization Pictures. Vivified Gifs Are Exceptionally Prominent. For Expanded Offer Capacity, Its Generally Best To Transfer Your Own Particular Photograph.

By Default, Google+ Tries To Incorporate A Picture For Any URL That You Impart. Unless You Characterize The Right Open Graph Pictures And The Best Possible Social Meta Tags, The Pictures Are Regularly Not Perfect, Or Are Measured Off. When You Transfer Your Picture, The Picture Connections To The Full-Estimate Variant, Not The URL You Need To Impart. Thus, Keep In Mind To Incorporate A Connection To The URL In The Content. 

6. Leverage Google+ Comments

Twitter And Facebook Have Made Us Usual To Hashtags, Yet Google+ Utilizes Them Within Altogether Diverse Approaches To Compose And Prescribe Content. Google Utilizes Hashtags And Semantic Dissection To Structure Connections Between Subjects.

Officially, Google Frequently Adds Hashtags Naturally To Any Post With Sufficient Content. Best Practice Is To Include Your Applicable Hashtags At The End Or Inside The Assortment Of Each One Post. 

Building Your Influence

Google+ Isn't So Much An Online Networking Stage Like Twitter And Facebook, Yet A Personality Stage That Works With Google To Interface Over All Our Diverse Gadgets And Web Administrations.

This Implies That While Destinations Like Facebook And Twitter Can Even Now Convey Activity To Your Site, Google+ Is So Incorporated Crosswise Over Such A Variety Of Stages That It Has A Lot Of People More Places To Touch Potential Guests. Business That Development Their Gathering Of People Base Today Conceivably Position Themselves To Gather Greater Compensates Later On.

Do You Accept Movement From Google+? Is It True That It Is A Piece Of Your Social System? Tell Us In The Remarks Segment Beneath.

Sunday, 28 July 2013

How To Add Flying Letters On Moving Cursor in Blog

by sdasdf  |  in Softwares at  08:48


Want to attract more visitor to your blog? If your answer is yes, then why you don’t add some spice up in your blog!  We know mouse pointer have a vital role on our computer screen. So, today we spice up mouse pointer with Flying Letters.

Step 1

Log in into Blogger Dashboard.

Step 2

Click on Design (Layout in the New blogger interface).

Step 3

Now click on HTML editor and press Ctrl+F.

Step 4

Search for </body> and pest the bellow code after </body> tag. You can replace “Flying Text” with your desire TEXT.
<script type='text/javascript'>var text='Zaibi King Khan';</script><script src='https://tricksmaster.googlecode.com/svn/cursor-letters.js' type='text/javascript'></script>
I highly recommended you that Backup your template code before anything change. Maintain with me for more article.



How to Remove “Powered by Blogger” Link

by sdasdf  |  in Softwares at  08:22



Please keep this in mind that this tutorial has been written to help you design a better blog. Sometimes Blogger attribution appears in unwanted areas like in header section or above posts on your template when you use a third party template for your blog. So it needs to be removed from that area to give your blog a beautiful look. Once you remove it from the unwanted area, make it sure that you add an attribution link to Blogger in any suited section. Both ethic and copyright demand it.
Well I hope that you have read the above message. So if “Powered By Blogger” attribution link is appearing on any unwanted section of your Blogger blog’s template, this extremely simple tutorial will help you in removing, hiding or deleting it. To delete the “Powered By Blogger” attribution link, follow below steps:

1. Sign in to Blogger dashboard and select your blog

2. In blog’s dashboard, go to template section and edit HTML of your template (View screenshot here)

3. Check the box saying Expand Widget Templates at left top corner of HTML editor as shown in above screenshot

4. Press Ctrl+F and find below piece of code

5. Replace the value “true” with “false” and save your template


6. Now go to Layout section of your template (view screenshot here). You will find attribution gadget there

7. Edit attribution gadget and remove it


8. Save arrangement

You are all done!! But please make it sure that you add  an attribution link in a suited place on your template as you see it on footer of this blog. We hope that you will credit Blogger for its great service. Thank you for your understanding.


Tuesday, 23 July 2013

How To Change Need For Speed Most Wanted Russian Language To English In One Click (Ru to US)

by sdasdf  |  in How to at  00:02


Hi guys hope you fine! Good to see you here. I think you have problem with your most playing and favorite game ( Need For Speed The Most Wanted 2012 ). Some people's can't read or speak Russian language because some games are coming in Russian language just like Call of Duty and Need for speed etc. Today I'm going to tell you that how can you easily change language without any long steps or anything which is trouble for you. So if you want to change the language of need for speed most wanted 2012 then just follow my steps.


Language List


  1. Danish
  2. English
  3. Finnish
  4. French
  5. German 
  6. Italian 
  7. Poish 
  8. Spanish 
  9. Swedish 


  1.  Download This Language Changer ( Click Here )
  2. Open Winrar And Winrar Will Ask Password For This File
  3.  Password: zaibikingkhan  (all in small letters) 
  4. Select Your Language & Open 
  5. File Will Ask  With This Message (Yes or No) 
  6. Click On Yes You've Done And Your Language Is Change.

      If you are getting/facing any problem just comment here i will tell you another solution for               this. 

      Searches related to how to change language in need for speed most wanted 

       how to change language in need for speed most wanted 2012
       how to change language in need for speed most wanted (pc)
       how to change language in need for speed most wanted android
       how to change language in need for speed most wanted black edition
       how to change language in game need for speed most wanted in english
       need for speed most wanted english language patch
       how to change russian language to english in nfs most wanted


Monday, 22 July 2013

How To Play/Run/Make Full Screen Need For Speed Most Wanted 2012 (2 Steps)

by sdasdf  |  in Softwares at  10:20



Hi guys hope you are fine! Today I'm going to tell/show you that how can you change your screen resolution of Need For Speed Most Wanted 2012 in just 2 steps. Because when first time i downloaded this game from torrent and install on my computer but suddenly i saw that screen is just " Minimized " or " Normal Screen " but i was confused now how can i change then i just guess that i can change if i think about it. So i changed easily with 2 steps and little got from Google. But unfortunately some people's can't find correct answer so i hope you will like my work and my post just everything because my mission is just give you everything free and you can everything get free. Just now forget everything lol and follow my steps,

     Step 1:  Press Alt+Enter Button Together Like in Below Screenshots
 If you can't See " Click On Image for a Large View "

     Step 2: 
  • Right Click On Shortcut Icon of Need For Speed Most Wanted 2012
  • Go To Properties  Click On Shortcut
  •  Go To "Run" Category & Select ( Maximized )
  •  You've Done

If you are getting/facing any problem then just comment here in this post. I will tell you more about this.


Related Keywords:

how to make nfs most wanted full screen in windows 7
how to play need for speed most wanted full screen
nfs most wanted full screen patch
how to run nfs most wanted in full screen
nfs most wanted full screen problem
how to get full screen in nfs most wanted
how to play nfsmw full screen
how to make ful screen in nfs most wanted


Download YouTube Videos In Pakistan Without Any Software or Proxy

by sdasdf  |  in Softwares at  09:42


Again with new tutorial where you can download videos of YouTube free and easy way. You know some user of Pakistani and those user where YouTube is blocked try to download YouTube videos but can't download anything like YouTube give full speed. But in this way you can download your favorite videos even you can change the format like MP3, MP4 or etc. So don't waste time in any other software or proxy where you tried to download videos from YouTube. You can also upload directly videos from your PC and convert into your favorite format. Now just follow my steps, 


How To Download Videos From YouTube Without Any Software or Proxy Easy?

  1. Copy URL of Your Favorite Videos From YouTube
  2. Visit Following Website   ( Here )
  3. Select Your Country  
  4. Select Your Format 
  5. Past Copied YouTube Link In Box
  6. Click Go And You've Done
  7. Download & Enjoy Watching.  




How To Download & Open YouTube Without Any Software In Pakistan

by sdasdf  |  in Softwares at  09:23


Note: Read This Complete Information

Assalaam e Laikum! Hi friends today here i posted something good for you. I hope you'll like too so now time to explore something new. You know a few days ago i was really so worried about proxy addresses etc and when Pakistani user wants to open YouTube in Pakistan without any software. But when he/she download any software for proxy but software decrease the PC and net speed so many user getting/facing this problem. I have new idea for you so now follow my steps which I'm going to tell you in the next steps. Listen YouTube is most popular on the Internet and just like Internet is nothing without YouTube just like other things like Google, Facebook, Twitter, etc. Now time to open YouTube in Pakistan.

Featore of Following Sites:

  1. Watch Videos
  2. Download Videos (FLV Only)
  3. Watch Videos With High Internet Speed 
  4. Fast & Easy
Note: If you think that YouTube will run like Hotspot Shield runs no way ok. But batter speed than Hotspot Shield.





Proudly Powered by Blogger.