Use a rule to push new groupwise appointments to google calender here.
Use a rule to push new groupwise appointments to google calender here.
This thought amuses me greatly, and yet is also slightly depressing when I’m sat at my desk -Especially when I get an email about his paid trip to Mexico to build a treehouse in the jungle…
If your iPhone or touch will not sync photo’s, (mine kept seizing and burning up the cpu) then try deleting the ‘ipod photo cache’ folder from your my pictures folder.
http://ladyoak.com/
To fix:
Go to (iPhone) Settings > General > Bluetooth and turn Bluetooth Off then go back to settings and turn Airplane Mode On. Wait a few seconds and turn Airplane Mode back to Off. Go back to General > Bluetooth and turn Bluetooth back on. Works Like a charm and I have had no probs since I switched from my Nokia N95 a couple of weeks ago.
Let me know if it works for you…
Create windows icons and web favicons with this photoshop plugin:
http://www.telegraphics.com.au/sw/go.php3
To make sure your favicon appears in IE 7, try this:
<link rel=”shortcut icon” href=”favicon.ico”>
<link rel=”icon” type=”image/ico” href=”favicon.ico”>
Open up terminal (applications>utilities), cd to the folder, and then type;
ls -R > contents.txt
this command will list all of the files’ names in the current folder and subfolders, and then output the list to ‘contents.txt’ which will then be saved in the same folder. If you require the hidden files to be included in the list, the use ‘ls -a -R’ instead.
If you want to track multiple profiles, within your own account, or over different accounts, you need to call the google tracking code twice within your javascript code.
You need to change the second part of the Google Analytics javascript tracking code that you attach to the foot of every page:
Notice that I have also inserted the Event tracking code too – this needs to be called before the trackPageview code and your onClick handler must call every instance of the trackEvent code for events to be tracked in both accounts / profiles. This does add a bit of repetition in your code, but I can’t see an alternative at the moment.
This is useful for collecting data in your own account and, say an agencies account – if you ever ditch the agency, then you still have all your data in your own account.