Support Windows

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 5 September 2012

Apple to unveil iPhone 5 on September 12, sends out invites

Posted on 05:26 by Unknown

 Apple distributed invitations to an event in San Francisco on September 12, setting the stage for what is widely expected to be the release of the iPhone 5.
The typically cryptic invitation said "It's almost here", sported a number 12 - corresponding to the date of the event - and cast a large shadow of the number 5, a clue that the fifth version of the popular smartphone could be in the pipeline.
Apple's iPhone launches are among the most-watched events on the tech industry calendar. The latest version of the company's main product - generating more than half its revenue - may sport a larger, higher-end screen, sources have said.
The new screen could measure 4 inches from corner to corner, one source has said, an increase from the 3.5-inch display that has been held constant since the smartphone began selling in 2007 and revolutionised the mobile industry.
Some analysts say the larger screen may be a response to rival Samsung Electronics, whose larger, Google Android phones have helped it become the world's biggest smartphone maker.
Speculation had also arisen in past months that the company might offer details about a smaller version of its iPad, but the emailed invitation offered no hint of that on Tuesday.
The event will take place at San Francisco's Yerba Buena Center for the Arts, the preferred venue for the unveiling of past products such as the iPad.

Read More
Posted in Latest, NEWS, technology | No comments

Remove The Template View Menu Options When Using Dynamic Views On Blogger

Posted on 01:33 by Unknown
Dynamic View Templates Have become a Quite Popular.When You Choose a Dynamic View Template Which the Readers Will See when they Land on the Page.But in the Menu Under the Header The Readers have the Option to Choose the View or Style of article Reading. 

Remove The Template View Menu Options When Using Dynamic Views On Blogger

So You're Basically Giving a Choice to the Readers on How they Want to View Your Blog But it Doesn't Suit Everyone.

So Here is a Small tutorial to Show You on How to Remove Those View Links Under Header in Dynamic View Templates.



Remove The Template View Menu Options When Using Dynamic Views On Blogger:.

Step 1: - In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Customize > Advanced > Add Css.

Step 2: Copy and Paste the following code into the Css Section then click Apply To Blog.

#Classic.ss, #views ul li:first-child ,
#Flipcard.ss, #views ul li:nth-child(2),
#Magazine.ss, #views ul li:nth-child(3), 
#Mosaic.ss, #views ul li:nth-child(4),
#Sidebar.ss, #views ul li:nth-child(5),
#Snapsnot.ss, #views ul li:nth-child(6),
#Timeslide.ss, #views ul li:nth-child(7)
{
display: none !important;
}
OK this has removed all choose template options, if that's what you want great your done.If you want to leave soplates you Do Want the users to be able to choose from.So for example if you want readers to bme options read on.

Now remove from the CSS the teme able to choose between Magazine and Snapshot the code will look like this :


#Classic.ss, #views ul li:first-child ,
#Flipcard.ss, #views ul li:nth-child(2),

#Mosaic.ss, #views ul li:nth-child(4),
#Sidebar.ss, #views ul li:nth-child(5),

#Timeslide.ss, #views ul li:nth-child(7)
{
display: none !important;
}
If you look at each of the lines of CSS they end with a comma except the last on.The last option should not end with a comma, so if you removed Timeslide you would also remove the comma after Snapshot and so on as shown below :


#Classic.ss, #views ul li:first-child ,
#Flipcard.ss, #views ul li:nth-child(2),
#Magazine.ss, #views ul li:nth-child(3), 
#Mosaic.ss, #views ul li:nth-child(4),
#Sidebar.ss, #views ul li:nth-child(5),
#Snapsnot.ss, #views ul li:nth-child(6)
{
display: none !important;
}
That's it Now You're Done. Enjoy
Read More
Posted in blogger Tricks, Widgets | No comments

Tuesday, 4 September 2012

A nifty Gmail filter to banish all non-personal email from your inbox

Posted on 21:14 by Unknown

If you find Unroll.me or Gmail’s own unsubscribe feature ineffective, this Gmail filter works a treat for me:
Has the words: “If this email does not display properly”, skip inbox.

Or in visual form:
Step 1:

Step 2:


Read More
Posted in Google, Tricks | No comments

Facebook is reportedly set to expand its organ donor initiative to Asia

Posted on 05:36 by Unknown

Facebook’s organ donor initiative looks set to come to its first market in Asia tomorrow, that’s according to Korean news agency Yonhap which reports that the feature will go live for users of the social network in South Korea tomorrow.

The report states that the state-run Korea Centers for Disease Control and Prevention (CDC) will team up with the social network to give the feature a visible push when it is brought to the country.
As it is a company with truly international reach, Facebook is unlikely to expand the service piecemeal and bring it to Korea alone so we suspect that the country will be one of a number — perhaps from Asia and beyond — that gets the feature for the first time tomorrow. At this stage, however, no details of any such plan have been communicated by the Menlo Park-based company.
Launched in May, the ‘life saving’ initiative, as Facebook called it, has been a huge hit and it has helped swell the ranks of organ donors worldwide. Donor registration numbers jumped by 800 percent in California the day after it launched, while the UK’s NHS saw its own figure more than triple overnight.
The move was widely-praised for the positive change that it is making and, with Facebook rapidly approach 1 billion users, it further demonstrates that the social network is a platform of great influence with the potential to bring about social change worldwide.
A statement from founder and CEO Mark Zuckerberg and COO Sheryl Sandberg at the launch of the feature read:
Facebook’s mission is simple: to make the world more open and connected. But the Facebook community has also shown us that simply through sharing and connecting, the world gets smaller and better. Even one individual can have an outsized impact on the challenges facing another, and on the world. At Facebook, we call that the power of friends.
Organ donation is currently available to Facebook users in Australia, Brazil, Columbia, Denmark, Ireland, Netherlands, New Zealand, South Africa, Sweden, UK and the U.S.
To get it, those on the list must ensure that they have a Timeline profile and follow the instructions from the dedicated Facebook Q&A page:
  • Click Life Event at the top of your timeline
  • Select Health & Wellness
  • Select Organ Donor
  • Select your audience and click Save

Read More
Posted in facebook, technology | No comments

How To Add Floating LikeUs Sharing Buttons To Blogger Blog

Posted on 05:20 by Unknown
Well in This Tutorial I am Going to Show You How to add Floating LikeUs Sharing Buttons To Blogger Blog. Using This Sharing Buttons Your Reader Will Not Disturb While Reading Your Articles. 
How To Add Floating LikeUs Sharing Buttons To Blogger Blog


Sharing Buttons Will Show User's Mouse Cursor Over Like Us. Follow These Steps To Add These Buttons To Your Blog.



  1. Login To Blogger Account.
  2. Go to Your→ Template → Edit HTML.
  3. Click Proceed Button.
  4. Check the Expand Widget Templates.
  5. Search Following Code Using Ctrl+F.
</body>
  1. Replace The Above Code With The Code Below.

<!--Like Box Start-->
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=1.7.2'></script>
<style>
.tehlike{background:url(https://lh4.googleusercontent.com/-71VdZG3DUuk/UCTrg-vcNlI/AAAAAAAAA78/CeRXozCEvUw/s100/Like%2520Us.png) no-repeat scroll right center transparent!important;float:right;height:210px;width:60px;z-index:99999;position:fixed;left:-68px;top:12%;padding:0 45px 0 0px}
.tehlik{margin-right:-8px;border:3px solid #000;padding:0;background:#fff;}
</style>
<script type='text/javascript'>
jQuery(document).ready(function() {jQuery(&quot;.tehlike&quot;).hover(function() {jQuery(this).stop().animate({left: &quot;0&quot;}, &quot;medium&quot;);}, function() {jQuery(this).stop().animate({left: &quot;-68&quot;}, &quot;medium&quot;);}, 400);});
</script>
<div class='tehlike'>
<div class='tehlik'>
<table><tr>
<td style='padding:5px 0 0 5px;'>
<iframe expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:blog.url + &quot;&amp;amp;layout=box_count&amp;amp;show_faces=false&amp;amp;action=like&amp;amp;font=arial&amp;amp;colorscheme=light&quot;' style='border:none; overflow:hidden; width:56px; height:65px;'/>
</td></tr>
<tr><td style='padding:2px 0px 0px 3px;'>
<div class='g-plusone' data-size='tall'/>
</td></tr>
<tr><td style='padding:3px 0 0 4px;'>
<div class='addthis_toolbox addthis_default_style '><a class='addthis_counter'/></div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f45e0bd4d2fce85' type='text/javascript'/>
</td></tr>
<tr><td><a href="http://www.goodinblogging.blogspot.in" style='font-size:10px'>Get Widget</a></td></tr>
</table>
</div>
</div>
<!--Like Box Ends-->
</body>
  1. Click Save Template Button And You Are Done.
Read More
Posted in blogger Tricks, Widgets | No comments

Find Your Most Popular Facebook Posts With This Cool App [REVIEW]

Posted on 00:46 by Unknown
How Popular Was that Video that You've Posted on Facebook ? Or How About Those Pictures and Albums From Your Most Recent Vaction? Well if You Want to Find Out Them Then Here is a Cool App Named Good Sort ...




A new app called Good Sort will find your most popular posts on Facebook according to likes, comments or shares. First, you have to let the app access your Facebook Wall. Good Sort lets you stay on top of the most commented and liked posts that include you, so potentially embarrassing pictures you’re tagged in never get buried in your feed without you noticing them.

Perhaps the purpose of this app is to help you better manage your page, gain more Facebook friends or simply boost your Facebook confidence. But just how much will users want to pay for this app?
The Good Sorts app [iTunes link] is available for $.99 on iTunes, but requires a quarterley subscription of $2.99 if you want to sort posts of friends, groups and pages (so long as you have admin access). Seems a lot to shell out, but so far in the comments on the iTunes app store, users are fans of this app.

Read More
Posted in Entertainment, facebook | No comments

Twitter blocks sites, apps 'that don't make money'

Posted on 00:28 by Unknown

Twitter is planning to block access for third party developers which run on the microblogging platform but do not make any money for it.

This means that parody sites and apps that run on the social networking site will soon disappear.
Now, Twitter will only issue a 'sign in' button to websites and apps that are paying to use its data.
According to News.com.au, unauthorised and unauthenticated posts won't any longer be allowed on the site.


The developer of parody site, Klouchebag, Tom Scott told News Ltd that commercialising how people connect to Twitter may make good business sense, but blocking of the developers and apps that helped to boost its popularity was a betrayal.

"Coming from a company that used to thrive on openness, and whose initial push to success was by the techies who built interesting, small projects, it just seems rude", the report quoted Scott, as saying.

Klouchebag is a popular website that parodies 'Klout', a site that claims to be able to measure your online influence.
Dan Nolan, a Sydney app developer who co-designed a Twitter app called Retweets, which let you measure how many times your tweets had been retweeted around the world, said Twitter had cut out anyone that created original work that could not be monetised in favour of selling user data to the highest bidder.

"It's all about data mining the firehose Twitter has provided to partners for profit. Twitter has decided to control the way people connect to it and in doing so, is creating a path to shut down apps they don't like," he said.
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Facebook is reportedly set to expand its organ donor initiative to Asia
    Facebook’s organ donor initiative looks set to come to its first market in Asia tomorrow, that’s according to  Korean news agency Yonhap  wh...
  • A to Z List of PC Games Without Graphic Card Requirement
    We All Like to Play Games.But Some Games Must Have the Requirement of Graphic Card. So Here are Some Games Which i Listed Out Doesn't Re...
  • The Windows Phone 8 lockscreen will Have Facebook and Twitter notifications
    spotted two important points on the lockscreen of Windows Phone 8 devices in released videos: the inclusion of Facebook and Twitter notifica...
  • Run Ipad Apps On Windows Using IPadian Emulator
    Want To Enjoy Running Ipad Apps and Games On Your Windows. Then Here is a Cool Application .Now Enjoy the Ipad Right On Your Windows Pc By S...
  • Pinterest hacked? Many users complain so
    There seems to be a major hacking incident at Pinterest, the popular pinboard-style social photo sharing website. Many users have reported t...
  • 7 Blogging Mistakes that Can Stop Your Blog Growth
    If You Had Never Made a Mistake then You Have Never Tried Something New.Simply Making a Mistake is Not a Sin But Correcting Foolishness.Ther...
  • 20 Tricks to Make Facebook Better
    Facebook is By Far the Biggest Social Networking Site on Web.These Cool Tricks and Tips Help you to Enhance Your Facebook Experience. Tweak ...
  • (no title)
    Widget Title: <br /> <a href="http://goodinblogging.blogspot.in"> @Blogging,Technology,Blogger Tricks,Tips,Widgets,Inf...
  • Will you pay Rs 1.2 lakh to own an iPhone 5
    Will You Pay Rs 1.2 Lakh To Own An Iphone 5 Within the Days of its Us Release? Many Apple aficionados in India are willing to shell out as m...
  • Is it Time to Adopt Windows Phone?
    Nokia made what I think is its best case for you buying a Windows Phone. No, wait, that’s not quite right. It, along with Microsoft made the...

Categories

  • Android
  • blogger Tricks
  • Entertainment
  • facebook
  • Google
  • Infographics
  • Latest
  • Mobile
  • NEWS
  • Pics
  • pinterest
  • Review
  • SEO
  • Social Network
  • technology
  • Test
  • Tips
  • Tricks
  • Twitter
  • Widgets
  • youtube

Blog Archive

  • ▼  2013 (1)
    • ▼  November (1)
      • 7 Blogging Mistakes that Can Stop Your Blog Growth
  • ►  2012 (89)
    • ►  September (75)
    • ►  July (10)
    • ►  June (4)
Powered by Blogger.

About Me

Unknown
View my complete profile