Tuesday, November 12, 2013

How to sync other calendars to iPhone


Problem

Idea is I have added "other calendar" to my Google Calendar, but it doesn't not appears on my iPhone. I have found out that the issue is pretty popular, but answer is hidden very good.

Other common topics might sounds like this

  • How can I sync multiple google calendars with iphone in the calednar app
  • Some Google calendar events not syncing on iPhone
  • How to Sync Shared Google Calendars With Your iPhone
  • How to Setup Google Calendar on Your iPhone
  • Some Google calendar events not syncing on iPhone

Solution

Solution for this is pretty simple. Google made page for iPhone users which uses calendar, so they could select which calendar to sync.
  1. Go to https://www.google.com/calendar/iphoneselect
  2. Check/Uncheck calendars which you want to sync to your iOS device
  3. Press Save
  4. Done.

Monday, September 23, 2013

Send highlighted text to Email Chrome extension


I was looking for extension for several days, but couldn't find it anywhere.

All i could find is tutorials how to make chrome extension and similar topic on stackoverflow with simple code how to make the extension.

So what i did.

  1. Learned some simple chrome extension tutorials
  2. Took the code from stackoverflow
  3. Created simple extension which uses external domain with file which sends emails.
You can download it here:

At first i have tried to make new tab with standart Gmail sender, but i failed at it. Because text in the case can be sent only by $_GET parameters, and Gmail has limits - about 2000 symbols. So it means max length of email is smaller than 2000 symbols.
Solution to this was to use external domain with sender.php.

Tuesday, September 10, 2013

iphone 5 and iphone 5s difference






So here is few changes in iphone 5s generation. 
  • Camera is better
  • iOS7
  • A7 processor
  • New sensor home button ( swipe ability ) 
  • More in video



p.s. There is also iphone 5 c as parody video says
"cheap", and S as "same".



Saturday, August 10, 2013

PSPad Scripts menu missing Solution

If you missing scripst menu in your pspad and same results after update / install, do this:


  1. Go to Settings -> Program settings
  2. -> Sistem integration 
  3. Enable option "Integrated scripting support (WSH)"
Done.

Good luck in your scripts, thanks for comments & likes <3 div="">

Monday, August 5, 2013

Accidental noindex recovery

Story:
One big site had mistakenly became full noindex. After few days it effected visitors count from google. Webmasters search queries went down. And other not funny things happened.

Main questions:

  1. Recovering from noindex effects ranking?
  2. How to recovery
  3. How fast it will recover
  4. What to do to faster recovery

1. Recovering from noindex effects ranking?

No, recovery from noindex doesnt effects ranking. ( at the moment ).

2. How to recovery

Remove noindex tag from all pages you want to get back to index.

3. How fast it will recover

From results which we have seen your site will recovery less than a week. 

4. What to do to faster recovery

  • Resubmit sitemaps
  • Fetch as google from webmasters tools of google for main URL with "URL and linked pages submission"
  • Fetch as google from webmasters tools of google for other parts of your domain with simple "Submit to index"
  • Post some articles on blogs for robots to index your page faster
  • Share main URL on social circles.
Some source articles which might help you as they helped us:
The article might have titles:
  • How to go back from noindex to index
  • Mistake of noindex
  • Recoverying from noindex site
  • Going back to index
  • Going back from noindex


Tuesday, July 9, 2013

How to disable flash in chrome

To disable flash in your browser - Chrome you need to:



  1. Open Chrome browser
  2. Type in address bar this: about:plugins
  3. After page is finished loading you will come up into plugins page
  4. Here find Adobe Flash Player
  5. Under it you will find disable button
  6. Press it
  7. Disabled plugins will be shown with grey backgrounds
Have fun!

Thursday, June 20, 2013

Tracking redirects with google analytics

I have tried to use php headers, but no success. Google analytics cant track page with php header location.

meta tag is not good way for me... so i found fastest redirector with javascript.

Here is code:

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-******-*']);
_gaq.push(['_trackPageview']);
_gaq.push(function() {
      setTimeout(function() {
        window.location = "http://pilotaz.blogspot.com";
    }, 250);
});
(function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
It is a simple google analytics script with window.location method in function. 

Friday, June 7, 2013

How to get microphone icon to the iphone keyboard



Your question might look like this:
  • How do you get the mic icon on the iPhone keyboard
  • How to get microphone icon to the iOS keyboard
  • How to get the mic icon on keyboard of iphone 4
and so on..

The microphone shows ability to speak and transform voice into text. Ability exists only on devices which supports SIRI. http://en.wikipedia.org/wiki/Siri_(software)

How to activate

If you have device which supports SIRI, just go to:
Settings -> General -> Siri -> On.

For the moment SIRI is available to few languages and don't has such languages as Russian or Lithuanian and others...

My self i was looking for application which could send voice / text to contact.
I found few, but they are not enough good, because of my voice or software understandings ( bugs, problems ) and so on.
Here are list of application which transforms voice into text:

Send voice

Solution for this is just to send voice file.
There are some problems and applications for this.

Problem is that user must has "user account" to receive files.
Most popular application is 
1. Whatsapp

But it is not free, and you need to have account there. 
Most my contacts don't has whatsapp account, so i cant contact them with it.

Better solution

As iPhone freebie user, i don't buy at all.

If you are so as me, than i suggest to try this awesome application:

It is free, and it allows you to record message with voice and just to send the voice file. 
1. Optimized voice files.
2. Most of people now has Facebook.
3. You can write text messages.
4. And much more.

Real physical microphone for Iphone

There are various options how to get physical microphone. My favorite and not traditional way is to buy portable speaker like JBL with included microphone.
Check prices here.

If you still want a microphone, you can get one like this: 
Dayton Audio iMM-6 Calibrated Measurement Microphone for iPhone, iPad Tablet and Android



Monday, June 3, 2013

Highest known BPI of lumosity

I have searched internet for highest BPI people. But no success, i guess Lumosity hides because of privacy.

I'm PHP programmer from Lithuania and my BPI at the moment is 1658.
I use only iPhone application ( without full access ).
Prove 2013.06.03:

Post in comments your BPI and what you work.

More about lumosity: http://www.lumosity.com

Update:
BPI 1660 ( 2013.06.04 )

Friday, February 22, 2013

How to clean Gmail fast

If you didnt deleted mails from your gmail for ages, and you want to delete some of them and archive other ones than you came to right place.

Here is how to do it.

Sing up on mailstrom ( https://mailstrom.co )

You need to use the great tool.
With the tool I deleted / archives 16000 emails ( something like ~1 hour... work )

Here how it works
You give access to your gmail. The tool scans for titles and mails names and groups them.

Here is some suggestions how to clean.
1. Delete all social mails ( junk, right? )
2. Check mails grouped by size ( More than 10 mb ).
3. Finally go to section group by Time and delete / archive everything
3.1 My method: After click certain time label , i unckeck mails which ill archive., after i press delete button. Once mails sent to delete i double press on "uncheck/check all" checkbox to select all mails which are left. Once they are selected i archive them. It takes about 5-15 secs per Time label. ( +5-30 extra load )

So if you have like 40 time labels, it will take you like 40 x 1min = 40 minutes to delete everything.

My mailstrom history:


Result:

Thursday, January 31, 2013

Clean iphone information



Here is how to clean your ios device - IPhone, IPod, IPad ( IPhone 2g, IPhone 3g, IPhone 3GS, IPhone 4, IPhone 4S, IPhone 5 and other iOS Devices ). Clean your phone!
Windows/Mac: Your iOS device has a limited amount of storage. It can store a lot of junk you don't need over time like temp files, scripts, and failed sync files. PhoneClean is an app that deletes all that junk for you.
All you need to do is launch PhoneClean, attach your iOS device to your computer, and click the "Start Scan" button. PhoneClean will dig through your device for a few minutes, and will give you a report on what it can safely delete. Check the boxes for the junk you want to delete, and PhoneClean does it. I didn't reclaim much space myself, but your mileage may vary.
iMobie titles:
  • Remove iPhone hidden junk files and create your iPhone space free
  • Delete cache / off-line files and make your iPhone running faster
  • Protect your privacy by cleaning up cookie and script files
  • Get rid of partially downloaded or sync-failed media files
  • A powerful and share-worthy iPhone clean-up freeware
iMobie Top Features:

  • Delete Hidden Junk Files
  • Clear cache & off-line files
  • Remove Cookie & Script Files
  • Cleanup corrupt media files
  • 100% Safe and Secure
  • For PC & Mac

Price: Free ( freeware )
Download from official web site: http://www.imobie.com/phoneclean/


Physical cleaning

In case you want to clean your iOS device physically I advice to check some cleaning cloths here

Friday, January 11, 2013

Game center facebook like unavailable

When you open apple game center various game window, it shows that you are unable to like the game.
Reason for this that you have not activated your facebook account on your device.

To activate the facebook account on your device follow these steps:

1. Go to settings
2. Scroll to middle to and choose facebook
3. Fill form for email and password and press sign in.
4. Done.

Now you will be able to like game on game center.

Operating system i used at the moment: iOS 6.0.1

Other searches for the post:


  • game center facebook like unavailable
  • how to enable facebook like in game center
  • game center facebook like