George's Technology Blog

» Smart Phones, Web Design, Google or whatever

Follow me on TwitterRSS Feeds

  • Home
  • About
Gmail and Contacts updates

Updated Contacts and Gmail

Aug 10th

Posted by admin in Email and Gmail

No comments

Logging in to Gmail tonight I was greeted with this popup:

Gmail and Contacts updates

Contacts has been renovated and Gmail has some spruced-up changes, moving email closer to the top of your window, about 16 pixels higher, according to the Gmail blog. So I read a little bit of the writeup in Gmail help and checked out the new look. Contacts is surprisingly different and I’ll probably be checking that out for a while since its the biggest change.

Gmail interface changesCONTACTS

Its now simpler to add or edit a contact, the interface is cleaner and less distracted. Contacts are displayed more like mail in a long list, and adding contacts to different groups is very easy. Also, you can undo changes now, very handy. Ooops, was that DELETED? No problem, just UNDO.

There’s also automatic saving and more standard name fields.

GMAIL

Mail, Contacts and Tasks are now at the top, followed by Compose Mail which is now a button instead of a text link. Now I am waiting for ActiveInbox to update so I can use it again since that interface has disappeared!

Emails (as mentioned previously) are just a little closer to the top of the window now, and the left sidebar seems different, though I guess that could be due to my Gmail theme.

contacts, gmail, google

Gmail / Google Multiple Account Access in one Browser

Aug 6th

Posted by admin in Email and Gmail

No comments

Wow, I just noticed this new access multiple accounts in one browser feature at the end of my lunch and had to write a a quick bit about it. First, a message from our sponsor (lol). But seriously here’s an interesting quote from Macduff Hughes’ post on the Gmail blog…

Now, you can visit google.com/accounts and click the link next to “Multiple sign-in.” After you sign into your first account, you can sign in with up to two additional accounts from the new accounts menu in the upper right hand corner of Gmail, then easily toggle back and forth between them. You can even open multiple Gmail tabs — one for each of your accounts.
- Gmail Blog, Access two Gmail accounts at once in the same browser

I’ve got to check this out more later and add more – its such an exciting feature with possibilities. One caution, read the Gmail post because access via one browser to multiple accounts is not working universally yet and the post lists these exceptions and notes.

gmail, google

Gmail Now with Drag and Drop attachments onto your desktop

Aug 4th

Posted by admin in Email and Gmail

No comments

Yesterday the Gmail Blog posted Drag and drop attachments to save them to your desktop … for now it looks like it may only be available on Chrome.

Dragging and dropping files is an easy way to save time in Gmail. We’ve previously blogged about dragging files to upload as attachments and dragging images into new messages. Now, if you’re using Google Chrome, you can also drag attachments out of messages you receive to save them to your computer.
- Gmail Blog

More later….

gmail, google

Using PHP to convert a string to lowercase

Jul 15th

Posted by admin in Web Design

No comments

At times you may need to change a string to all lowercase letters, here is the way to do that (2 samples including one practical application):

SYNTAX: string strtolower (string $mystring);

$myLowercaseString = strtolower ($mystring);

As with all PHP, test to make sure you’ve implemented correctly. Comments, questions or suggestions? Please leave a comment.

ph

Google Video Chat – In Gmail

Jul 1st

Posted by admin in Email and Gmail

No comments

Google video chat is one of the cool Google/Gmail things I don’t use, but I’m sure most of you aren’t too lazy to go out and get the required gear (watch the video) to get starting video chatting on your own! I’ve got a friend who video chats with his mom overseas (pretty sure he uses Skype, but its the the same idea), and I’ve got family in 2 states I could video chat with because they live far away.

Often when I tell people that I work on Google video chat, I hear stories about how they’ve used it to give a video tour of a new home to friends, introduce a baby to relatives, keep in touch with traveling loved ones… the list goes on. This got me thinking about how convenient— and sometimes even magical — the experience of video chatting is.

- Gmail blog (link below)

Check out the Grandmother’s guide to video chat on the Gmail blog for more info and find out how to get a t-shirt, printable guide and VHS of the video.

GOOGLE VIDEO CHAT

YouTube Preview Image
chat, gmail, google, video
word doc view in gmail

View Word .doc Files with 1 Click in Gmail

Jun 25th

Posted by admin in Email and Gmail

No comments

The title of this post says it all: View Word .doc Files with 1 Click in Gmail

word doc view in gmail

Of course, you’ve already been able to open some other documents like this in Google Docs such as PDFs…

pdf view in gmail

 

gmail, google, google docs

Using PHP to redirect to another page

Jun 18th

Posted by admin in Web Design

No comments

Using PHP to redirect to another page is a common task, especially when you are working with email forms. Fill the form out, process it, then redirect to a “thank you” page:

<?php
header( “Location: http://www.example.com” ) ;
exit;

?>

You can also use variables for the URL like so:

<?php
$destURL = “http://www.example.com”;
header( “Location: ” . $destURL ) ;
exit;

?>

NOTE: The code above has to be processed before any HTML headers, so it needs to be placed above ANY HTML code.

NOTE 2: Watch the code above, depending upon my current CSS in my current theme the single quotes or even double quote may change to fancy quotes which will need to be edited if you cut-n-paste the code.

MORE info available on PHP.net’s header manual page

php

Using PHP to grab the Referer

Jun 18th

Posted by admin in Web Design

No comments

You can use PHP to track how someone got to a specific page by grabbing the referring page, called the referer. Use this code to get that info:

<?php
$myReferer = $_SERVER['HTTP_REFERER'];
?>

NOTE: Watch the code above, depending upon my current CSS in my current theme the single quotes or even double quote may change to fancy quotes which will need to be edited if you cut-n-paste the code.

MORE info available on PHP.net’s $_SERVER manual page

php
«12345»1020...Last »
  • Search

    • Recent comments
    • Popular posts
    • Archives
    • Tags
    • Categories
    • Email and Gmail (70)
    • Internet (27)
      • Blogging (4)
      • Google (7)
    • Scams (3)
    • Technology (35)
      • Computers (10)
      • Organizing (5)
    • Video Games (32)
    • Web Design (14)
    • Windows (7)
    add-ons amd android cell phone chat chrome css dead space email EndWar firefox gcalendar gears of war gmail gmail contacts gmail labels godaddy google google docs green green technology hack halo wars intel internet radio ipod classic ipod nano ipod touch labels microsoft new design new yahoo phishing php safer surfing security slacker g2 smartphones Tom Clancy Windows windows 7 windows xp wordpress xbox 360 yahoo
    • August 2010 (11)
    • July 2010 (2)
    • June 2010 (6)
    • May 2010 (1)
    • April 2010 (5)
    • March 2010 (6)
    • December 2009 (4)
    • November 2009 (6)
    • October 2009 (10)
    • September 2009 (11)
    • August 2009 (8)
    • July 2009 (9)
    • June 2009 (11)
    • May 2009 (7)
    • April 2009 (12)
    • March 2009 (9)
    • February 2009 (11)
    • January 2009 (10)
    • December 2008 (20)
    • November 2008 (16)
    • October 2008 (6)
    • September 2008 (7)
    • More Gmail Themes (12)
    • Cricket Wireless – My Cricket Adventures 12/3/2008 (7)
    • Gears of War 2 Takes Aim at Used Game Sales (6)
    • Google gets Greener (5)
    • Gears of War 2 Tip: Intestinal Fortitude – Avoid Suffocating (5)
    • Gears of War 2 Aiming (4)
    • Gears of War 2 Intestinal Fortitude’s Avoid Jets and Pools of Acid (4)
    • Gmail Spam Filter, New Controls, and Multiple Inboxes (4)
    • New Social Site – Diddit; WordPress Glitch or OpenDNS blocking? (4)
    • Slacker G2 goes head-to-head with iPod? (3)
    • Umang: Using gmail has always been a pleasure. Now its even better. Thanks to Google and all involved....
    • Bob Hairstyle: There’s a wealth of information here. Thanks! I’ll be back for more.
    • Santosh: Released at less than $400. LOL!
    • Wonderblog Gets New Theme – My mostly tech-stuff blog: [...] ‘tune’ the theme to my preferences and ‘rules’.  Since this theme has ...
    • admin: Hey @SIMANGA try this link, the first one is a ZDNet article that looks promising:...
    • SIMANGA: HOW TO UPGRADE IPHONE FROM2G TO 3G
    • Austin Cook: I have 100 domains on Godaddy and i can say that this company is very reputable."'.
    • Charity Lee: very funny....
  • Ads

    ESET Smart Security - Save 25%
  • My latest tweets

    Loading tweets...
    Follow me on Twitter!
    • Tag Cloud

      add-ons amd android cell phone chat chrome css dead space email EndWar firefox gcalendar gears of war gmail gmail contacts gmail labels godaddy google google docs green green technology hack halo wars intel internet radio ipod classic ipod nano ipod touch labels microsoft new design new yahoo phishing php safer surfing security slacker g2 smartphones Tom Clancy Windows windows 7 windows xp wordpress xbox 360 yahoo
    • Categories

      • Email and Gmail
      • Internet
        • Blogging
        • Google
      • Scams
      • Technology
        • Computers
        • Organizing
      • Video Games
      • Web Design
      • Windows
Mystique theme by digitalnature | Powered by WordPress
RSS Feeds XHTML 1.1 Top