Friday, 29 January 2010

List of Blog writing tool support Blogger

Blogger is a good blog platform but its editor is not good .It's quite simple and lack of options for profession writer . So using a third-party tool for writing is a good choice .
I used some Writing tools that support Blogger ,and in this post ,I will make a list of them . I hope this will make your blogging become easy and interesting .


1,Window Live Writer
One of the most professional blog writing tools .A full editor with word processing ,tables . It also support upload images in your post to image hosting services automatically . Easy to set-up ,write and publish post  .Free to use . I highly recommend this software .
2,BlogJet
A popular blog writing tool . Look like Window live writer.
3,W.bloggar
A free tool with a long feature list .
4,Elicit
A desktop blog client that integrates Web and RSS services for content recommendation .
5,RocketPost
Blog software designed for serious bloggers and business users. RocketPost is a complete, stand alone editor which puts you in control. It’s the only blog editor with WYSIWYG editing, full local editing and full blog import . It also has a built-in photo editing ,automatic linking to related posts ,and other features.
6,ScribeFire
An Add-on of Firefox browser . It's a small-size blogging tool but very effective . It support manage drafts, posts ,and support multiple blogs
7,Ecto
A good addition that accommodates both Mac and Windows users. It’s one of the older editors that will run from your desktop. It’s feature list is growing. Manages multiple blogs, imports categories and saves drafts.
8,Zoho Writer
Online application . Not only does it take care of all your blogging queries, but also provides an interface that makes saving and sharing documents easier.

huy signature

Thursday, 28 January 2010

Fade in and Fade out effect for elements in Blogger blog

Jquery is the most popular Javascript framework .With jquery ,we don't need to work much for creating website effects as we did with Javascript . And in this post ,I will show you the way to create fade in / fade out effect for elements in website using Jquery . It look like hover effect which applied to links .



You can take a look in live demo
Steps to make this effect :
1, Open your Blog template and insert this code before </head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
This code is for inserting Jquery framework into your blog
2,Insert this code after the code above :

<script type="text/javascript">
$(function() {
// OPACITY OF BUTTON SET TO 50%
$("element").css("opacity","0.5");
       
// ON MOUSE OVER
$("element ").hover(function () {
                                         
// SET OPACITY TO 100%
$(this).stop().animate({
opacity: 1.0
}, "slow");
},
       
// ON MOUSE OUT
function () {
           
// SET OPACITY BACK TO 50%
$(this).stop().animate({
opacity: 0.5
}, "slow");
});
});
</script>

in this code , if you want to apply fade in /fade out effect to a specific element in your blog , replace element to id of this element .For example ,we have a div layout tag with id="div1" like this :
<div id="div1">
.....................content
................
</div>
to apply fade in/fade out effect to this div tag ,we change ' element ' to '#div1' like this :
<script type="text/javascript">
$(function() {
// OPACITY OF BUTTON SET TO 50%
$("#div1").css("opacity","0.5");
       
// ON MOUSE OVER
$("#div1").hover(function () {
                                         
// SET OPACITY TO 100%
$(this).stop().animate({
opacity: 1.0
}, "slow");
},
       
// ON MOUSE OUT
function () {
           
// SET OPACITY BACK TO 50%
$(this).stop().animate({
opacity: 0.5
}, "slow");
});
});
</script>


And fade in/fade out effect will be applied to the div tag which id = "div1" (included all of its content)
If you want to apply this effect to many elements in your site ,you can make a class for elements you want ,and change "element" to " .name_of_class"
For example ,we want to add fade in/fade out effect to images in blog , we can add a class "fade" to all image elements like this :
<img src="url_image_1" class="fade"/>
<img src="url_image_2" class="fade"/>
<img src="url_image_3" class="fade"/>
<img src="url_image_4" class="fade"/>
And change "element" in script to ".fade" :

<script type="text/javascript">
$(function() {
// OPACITY OF BUTTON SET TO 50%
$(".fade").css("opacity","0.5");
       
// ON MOUSE OVER
$(".fade").hover(function () {
                                         
// SET OPACITY TO 100%
$(this).stop().animate({
opacity: 1.0
}, "slow");
},
       
// ON MOUSE OUT
function () {
           
// SET OPACITY BACK TO 50%
$(this).stop().animate({
opacity: 0.5
}, "slow");
});
});
</script>



So Fade in/Fade out effect will be applied to all elements which have class="fade"
 I hope this post helpful to you . If you want more ,you can save the live demo and see the source code .
 If you see Blogger errors when saving the code ,you can encode the script in this post before inserting to template file . You can encode here .Just paste the script in this post to textarea and click on Encode ,then paste the result to template file .
Enjoy ^^

huy signature

Monday, 25 January 2010

10 Firefox add-on that Blogger’s user should have

Mozilla Firefox Icon
One of the most popular features of Firefox is its add-on. Firefox has amazing collection of add-on for everything you can expect . Some of them are excellent tools ,work better than stand-alone programs but cost free .
I myself use Firefox as one of working tool for web surfing ( of course ^^) ,RSS , getting information ,writing blogs ,SEO … With Firefox and its add-on ,I don’t need to install programs for separated tasks , saving my time and disk space .
In this post ,I will make a list of Firefox add-on for Blogger user,I hope you like it .



Here is the list :
1,ScribeFire : ScribeFire is a full-featured blog editor that integrates with your browser and lets you easily post to your blog. It support Blogger ,so use this add-on ,you don’t need to login to blogger dashboard and see the bored Blogger editor .
2,Apture : This add-on put a button in your Blogger editor toolbar ,so you can search photo ,video ,image … for your post directly from your Blogger window . It can search from more than 50 sources ,so you can easily find what you need to illustrate your post .
3,Zemanta : Zemanta show a small window in the right hand of Blogger editor window for information such as links ,articles or images relevant to current text you are writing . You can add these contents to your post with a single click .
4,Copy Plain Text : Sometime you need to copy text from other website ,but you don’t want to copy the format of text . This add-on will help you remove the format of text ,so the text you copied is plain text .
5,KGen : KGen show you the strongest keywords in visited web page . Information this add-on provide is very useful for SEO , it help you identify the main keywords of your post ,so you can make a post that better ranking in Search engine result .
6, Write Area : Whenever you find a textarea in a page, where HTML is allowed, you can right click and choose Edit in Write Area . A window with toolbars needed for editing will appear ,so you can write text and format them (bold,italic,add links…)without worrying about the HTML syntax .
7,Similar Web : You know a website that contain information on topics you interested in ,and you want to find websites similar to the one you already know ? Here is the add-on for you .
8,SenSEO : this add-on has a list of the most important on-page-SEO-criteria and calculating a grade of how good your site fulfills these criteria.
9,Shareaholic : Great tools for social submitting . You can submit your article to various social networks with this add-on .It has links to more than 100 social networks .
10,Firebug : If you know a little on HTML and CSS ,and interested in customizing your blog template ,this add-on is very useful .It help you inspect each element of your template, finding what is wrong ,what happen with Jquery or any script …
This is list of FireFox add-on I think Blogger’s users should have .If you know any better add-on or want to suggest an good add-on ,feel free to comment .
Enjoy it ^^
Reblog this post [with Zemanta]

Saturday, 23 January 2010

Blogger supported 'add pages' function

Like Wordpress ,Blogger now support 'add pages' function . It's an essential function for all bloggers to make about page ,or contact page . In previous posts ,I showed you the way to make a post become page ,but now ,it's not necessary . You can make a page by simply click on Add pages under Posting tab .


As  showed in picture above ,each blog can add maximum 10 pages . With a small blog ,I think this is enough .
Once your page is published, you can link to it from the new Pages widget. The Pages widget lets you add links to your pages as tabs at the top of your blog, or as links in your blog's sidebar
In the Pages widget, you can decide which pages will have links, and in what order they will appear. You can also choose whether or not you want links automatically created for pages when you create them by checking or unchecking the box to the left of Add New Pages by Default.


A notice for you all ,this function is unavailable in Blogger publish mode , it work only in Blogger Draft mode ,and there's no information found in Blogger Buzz . I guess Google need more time to test this function .So if you don't see 'add pages' link in Blogger mode (www.blogger.com ) ,try to login in draft mode at http://draft.blogger.com

huy signature


Showing live twitter stream in your blog using Jquery's Livetwitter plugin


Although Twitter now work as an instant messenger service, it was originally designed as a microblogging tool. The idea was to give short updates on what’s going on around you to a group of friends.

Twitter does still work well that way. Only now, your group of “friends” might be thousands of people, and what’s going on around you might be a natural disaster, an election or a concert. Twitter can be an excellent tool for “live Tweeting” these big events.

If you have a blog/website for an event ,you might want to add a live tweets streams on your site to keep track on what people are thinking .
And here is the solution for adding live tweets streaming into your site,a Jquery plugin named Jquery.Livetwitter



1,At first , click here to download Jquery.LiveTwitter plugin .
2,Upload file Jquery.Livetwitter.js to a host . I recommend Google code for an unlimited bandwidth and storage hosting .
3,Create a HTML/Javascript widget in your Blogger page elements .
4,Paste these lines into widget content :
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" ></script>
<script src="your hosting / jquery.livetwitter.js" type="text/javascript"></script>
5,To add style to live tweets streams widget , paste this code into widget content :
<style type="text/css" media="screen">
        body {
            background: #E1EBFF;
            font-family: Verdana;
            font-size: 13px;
            color: #111;
            margin: 40px 120px;
            line-height: 1.4;
        }
        h2 {
            margin-top: 40px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 24px;
            font-weight: bold;
        }
        a, a:visited {
            color: #066999;
        }
        a:hover {
            color: #111;
        }
        .tweet {
            background: #fff;
            margin: 4px 0;
            width: 500px;
            padding: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
        }
        .tweet img {
            float: left;
            margin: 0 8px 4px 0;
        }
        .tweet .text {
            margin: 0;
        }
        .tweet .time {
            font-size: 80%;
            color: #888;
            white-space: nowrap;
        }

        #twitterSearch .tweet {
            min-height: 24px;
        }
        #twitterSearch .tweet .text {
            margin-left: 32px;
        }
    </style>

You can modify values in this code for what you want .
6, Now adding code to make this plugin work :
<div id="twitterSearch" class="tweets"></div>
    <script type="text/javascript">

        // Basic usage
        $('#twitterSearch').liveTwitter('keyword', {limit: 5, rate: 5000});
    
    </script>
in this code :
-the 'keyword' is the topic you want to show tweets ,for example ,you want to show live tweets on election ,the 'keyword' is 'election' .
-Limit :5 mean showing 5 latest tweets . You can increase this number to show more
-rate :5000 mean the time to refresh 5000 milliseconds .
7,Instead of showing tweets from others ,you can show your tweets only by using this script :


<div id="twitterUserTimeline" class="tweets"></div>

    <script type="text/javascript">

        $('#twitterUserTimeline').liveTwitter('username', {limit: 5, refresh: false, mode: 'user_timeline'});

    </script>
username : mean the name of twitter account you want to show its tweets .
Ok,you are done .
Save your widget and see the result .
I see there is a widget in Blogger for showing Twitter updates ,but I love this plugin because it's easy to use and has a lot of option . You can see its option at this page


huy signature

Wednesday, 20 January 2010

Wanna show stock quotation and chart in your blog ? here is what you need

You have a blog on finance and want to show stock quotation and stock chart ? I will show you an easy way to do it in Blogger using Yahoo Pipes




First ,go to Yahoo Pipes : Stock Quote watch list with Chart
You will see this screen :

Enter the symbol of stocks you want to show quote and chart in Enter Stock Ticker . Click on Run Pipe
Second ,Click on Get as Badge

click on Blogger logo . It will add a Widget in your site for showing quotation and chart of stocks you choose.
Very easy ,isn't it?
I hope this helpful to you .




huy signature

Monday, 18 January 2010

15+image hosting services for you ! all are free .


Many peoples mailed to me asked for reason why images in template can't be shown .The reason is very simple ,I hosted images on photobucket ,and the bandwidth is limited . So when bandwidth is out, photobucket errors shown instead of images you need .
In this post ,I make a list of 15+ image hosting services for you . You can upload images of template to one of them and change image url's in template file (xml format). Most of them unlimited bandwidth .


Here is the list for you :
  1. Flickr – 20 MB monthly upload limit / unlimited bandwidth
  2. Zooomr – 100 MB monthly upload limit / unlimited bandwidth
  3. Visadig – Max file size 1.6MB / unlimited bandwidth
  4. Photobucket – 1 GB disk space / 25 GB monthly bandwidth
  5. TinyPic – Unlimited photo hosting and bandwidth
  6. PutPix – 2 GB of space / 10 GB bandwidth / 2 MB file size limits
  7. ImageShock.eu – no limits mentioned / cool bonus tools included
  8. ImageShack – max file size of 1.5 MB / unlimited bandwidth
  9. Supload – unlimited disk space and bandwidth
  10. ImageVenue – max file size of 3 MB / unlimited bandwidth
  11. ImageTitan – max file size 1536 KB / unlimited bandwidth
  12. PixHosting.info – max file size 10 MB / unlimited bandwidth
  13. ImagesFly.com – max file size 5 MB / unlimited bandwidth
  14. PostImage – max file size 4 Mb / unlimited bandwidth
  15. FreeImageHost -max file size 3 MB / unlimited bandwidth
  16. ImageBam – max file size 3 MB / unlimited bandwidth
  17. ImageCabin -max file size 25 MB / unlimited bandwidth
  18. WeImage – max file sie 2 MB / unlimited bandwidth
I hope this list helpful to you . If you met photobucket errors when installing templates from my site ,please upload images in folder comes with template file to one of hosting services in this list and change image url's in xml template file . Everything will be ok .
Enjoy it !




Supporters:
For other low cost web hosting services, check out Hosting Observer!

Sunday, 17 January 2010

PayPal and eBay Contacts list - reach live humans

This list is from 2010 and it might outdate in some items

When I was scammed via Paypal ,I found this list in internet . I started mailing to addresses in this list and finally I took money back .
This is an useful list for you to reach the real human at Paypal/eBay . There's contact info for executive relations, high executives, practically every department, and more, both US and international. The information comes courtesy of Screw-Paypal.com .
I hope this post helpful to you :



PayPal Phone Numbers: America - Canada

1-408-967-5033 (TOLL NUMBER) Michael Oldenburg, HE WANTS TO HEAR YOUR COMPLAINTS!
1-408- 376-7514 (TOLL FAX Number) Ryan Downs, Senior Vice President Operations, PayPal, Inc. and eBay Inc.
1-402-935-2050 (Toll Number)
1-888-215-5506 (Toll Free Number)
1-888-221-1161 (Toll Free Number)
1-408-376-7400 (Toll Number)
1-408-376-7514 (Toll Fax Number) PayPal, San Jose, General Fax #
1-650-864-8000 (Toll Number)
1-402-935-2284 (Toll Number — Banking and Check Issues)
1-402-935-2212 (Toll Number — ACH Processing & Check Services)
1-402-935-2255 (Toll Number — Account Review Department)
1-402-935-2257 (Toll Number — Account Review Department)
1-402-935-2223 (Toll Number — PayPal Compliance)
1-402-935-2250 (Toll Number — PayPal Compliance)
1-402-935-2000 (Toll Number — Customer Service Department)
1-402-935-2007 (Toll Number — Customer Service Department)
1-402-935-5181 (Toll Number — Debit Card Services)
1-402-935-2116 (Toll Number — Escalations Department)
1-402-935-2129 (Toll Number — Escalations Department)
1-402-935-2238 (Toll Number — Management, Escalations Department)
1-402-935-2239 (Toll Number — Fraud Prevention Department)
1-402-935-2251 (Toll Number — Manager, Resolutions Department)
1-650-251-1101 (Toll FAX Number — Never Fax w/o a Case Number!)
1-408-376-7514 (Toll FAX Number — Never Fax w/o a Case Number!)
1-408-967-1005 (Toll Number — Amanda Pires, PayPal Media Relations)
1-402-537-5755 (Toll FAX Number — PayPal Chargeback Department)
1-402-938-2337 (Toll FAX Number — Compliance Department)
1- 303-395-2802 (Toll FAX Number — Compliance Department)

PayPal Phone Numbers: America & Canada — Senior Agents

Should you have a PayPal problem that needs decision making authority, these are the persons you can contact directly. Each one of these persons has the power to review your account, unlimit your account or arrange for your money to be returned to you (among other things as well). PayPal Office of Executive Escalations:

1-402-952-8691 (Thomas, PayPal Executive Dying to Receive Your Call)
1-402-935-2238 (Tiffany Zaporowski, Strategic Risk Operations)
1-402-935-2116 (Elizabeth Morey, Supervisor, Executive Escalations)
1-402-952-8691 (Thomas, Senior Agent, Dying to Receive Your Call)
1-402-935-2172 (Adam Braasch, Senior Agent)
1-402-952-8902 (Gabriel, Agent, Executive Escalations)
1-402-935-2268 (Beth Beutler, Senior Agent)
1-402-935-5146 (Leslie Byrne, Senior Agent)
1-402-935-2399 (Janyce Erikson, Senior Agent)
1-402-935-5145 (Melody Fry, Senior Agent)
1-402-935-2174 (Jackie Hart, Senior Agent)
1-402-935-2229 (Michael Lazure, Senior Agent) *ACH/Wire Expert*
1-402-935-5163 (Rick Martin, Senior Agent)
1-402-935-5073 (Stephanie Mikovec, Senior Agent)
1-402-935-2157 (Megan Moore, Senior Agent) *WORKS WEEKENDS*
1-402-935-3533 (Peggy Pattavina, Senior Agent)
1-402-935-2331 (Tara Stevens, Senior Agent)
1-402-938-3532 (Megan Wetzel, Senior Agent)

PayPal Phone Numbers: United Kingdom

08707/ 307 191 (UK Calling Rates Apply)
0870/730-7191 (UK Calling Rates Apply)
0208/ 6053000 (Landline Phone Number)
020/8605 3001 (UK FAX — UK Calling Rates Apply)

PayPal Phone Numbers: Australia

(02) 8223 9500 (Australian Toll Rates Apply)
1800 073 263 (Toll Free Number)
(02) 8223 9555 (Fax Number Australia — AU Calling Rates Apply)
(02) 8223 9501 (Fax Number Australia — AU Calling Rates Apply)

PayPal Phone Numbers: Deutschland

0180/ 500 66 27 (14 Euro Cents Per Minute)
0870/730-7191 (Calling Fees Apply)
030-8019-5161 (PayPal/eBay Hauptquartier)
030-8019-5252 (FAX nummer PayPal/eBay Hauptquartier)

paypal.robert@ebay.de
paypal.nico@ebay.de
paypal.eva@ebay.de

PayPal Addresses America & Canada

PayPal President, Rajiv Dutta, 19700 Montauck Court, Saratoga, CA 95070 (Home Address)
PayPal Inc., 2211 North First Street, San Jose, CA 95131
PayPal Inc., 2145 Hamilton Avenue, San Jose, CA 95125
PayPal Inc., P.O. Box 45950, Omaha, NE 68145
PayPal Inc., 11128 John Galt BLVD, STE 300, Omaha, NE 68137
PayPal Inc., Legal Department, 2211 North First Street, San Jose, CA 95131
PayPal Inc., 701 First Avenue, Sunnyvale, CA 94089
PayPal Inc., 3000 Hanover Street, Palo Alto, CA 94304
PayPal Inc., 3404 E Harmony RD, Fort Collins, CO 80528
PayPal Inc., 18110 SE 34th Street, Vancouver, WA 98683

PayPal Addresses: United Kingdom

PayPal Europe Ltd, Hotham House, 1 Heron Square, Richmond upon Thames, Surrey, TW9 1EJ
PayPal Europe S.a.r.l. & Cie, S.C.A., 5th Floor 22-24, Boulevard Royal L-2449, Luxembourg

eBay (UK) LTD,
P.O. Box 9473
Dublin 15
Ireland

PayPal Managing Director, David Graham Clarke, 3 Woodside Road, New Malton, Surrey, KT3 3AH

PayPal Addresses: Australia
PayPal, Locked Bag 10, ATTN: Error Resolution, Australia Square PO, Sydney, NSW 1215
PayPal, 19 1 York Street, Sydney New South Wales

ADDITIONAL NOTES: PayPal Australia Pty Limited is a registered Australian Company (ACN 111 195 389) and is subject to Australian law.

PayPal Addressen: Deutschland
PayPal Europe S.a.r.l. & Cie, S.C.A., 5th Floor 22-24, Boulevard Royal L-2449, Luxembourg
PayPal GmbH., Marktplatz 1, Europarc-Dreilinden, BerlinD-14532

PayPal-Kundenservice
Postfach 750263
60532 Frankfurt/Main

PayPal Email Addresses

Avoid using PayPal's automated email submission center — that email goes straight to New Delhi, India where you will get a prompt reply back that has nothing to do with what you asked in the first place. For faster results, email the following departments (where people with decision making authority can help you or not help you):

moldenburg@paypal.com (Michael Moldenburg, Paypal Complaints)
sthompson@paypal.com (Scott Thompson, PayPal President)
mhentges@paypal.com (Mary Hentges, CFO PayPal)
crme@paypal.com (PayPal Office of Executive Escalations)
appeal@paypal.com
harbor1@paypal.com
account-review@paypal.com
ppelce@paypal.com
cardreview@paypal.com
complaint-response@paypal.com
abuse@paypal.com
Europeanservices@paypal.com
resolutions@paypal.com
appeals@paypal.com
compliance@paypal.com
escalations@paypal.com
webform@paypal.com
service@paypal.com (Unmonitored)
spoof@paypal.com
complaints@paypal.com
aup@paypal.com
press@paypal.com (Let public relations know you are filing complaints)
apires@paypal.com (Amanda Pires — Media Relations Contact)
chargebackresponse@paypal.com
pending_reversal@paypal.com
global2@paypal.com
intl@paypal.com
ppe_courtesycredit@paypal.com
BoEappeal@paypal.com

Tip: Send your problem to EVERY PayPal email address that you can find, not just one. That way you have different people and different departments dealing with your problem.

eBay Contact Information America/Canada

1-800-322-9266 (eBay Customer Service Number — Toll Free America & Canada)
1-800-717-3229 (eBay Customer Serive Number — Toll Free America & Canada)
1-866-304-3229 (eBay Marketing — Toll Free America & Canada)
1-408- 376-7400(eBay General Phone Number — Toll Number)
1-408-376-7401 (eBay General FAX Number — Toll Number)
1-408-376-7419 (Gary Dellabo, ebay Strategic Partnership's Group — Toll Number)
1-408-376-7517 (eBay General FAX Number — Toll Number)
1-408-376-7205 (eBay Investor Relations, Tracey Ford — Toll Number)
1-408-376-7458 (eBay Media Relations, Hani Durzy — Toll Number)
1-801-545-2276 (eBay President, Direct Number Salt Lake City — Toll Number)
1-408- 376-7514 (TOLL FAX Number) Ryan Downs, Senior Vice President Operations, PayPal, Inc. and eBay Inc.
1-801-545-1853 (eBay Accounts, Christa, Accounts Specialist, Salt Lake City — Toll Number)

eBay Email Addresses

spoof@eBay.com (Report Spoof or Phishing Emails/Websites)
exec.relations@ebay.com (eBay Executive Relations)
matthewb@ebay.com ( Matthew J. Bannick, President, eBay International)
government_relations@ebay.com (eBay Government Relations Department)
billcobb@ebay.com (President, eBay North America)
paypal.robert@ebay.de
paypal.nico@ebay.de
paypal.eva@ebay.de
paypaldamon@ebay.com

eBay Address/eBay CEO Home Address

eBay Inc.
2145 Hamilton Avenue
San Jose, CA 95125
USA

eBay Contact Information United Kingdom

0700 500 3229 (eBay General Number — UK Calling Rates Apply)
020 8605 3111 (UK Power Seller's Help Line — UK Calling Rates Apply)
0906 665 8030 (eBay Customer Service — UK Calling Rates Apply)
0906 665 8030 (eBay Customer Service — UK Calling Rates Apply)

eBay Address UK

eBay UK Ltd, Complaints Department
PO Box 659, Richmond-upon-Thames
Surrey, TW9 1TX

eBay (UK) LTD,
P.O. Box 9473
Dublin 15
Ireland

PayPal Buyer Credit 866-571-3012 Say "agent" at each prompt, ignoring messages.
PayPal F 888-221-1161 Press 0 at each prompt, ignoring messages.

300 other internal numbers that might get you what you're looking for...

(402)935-2114 Kay P. ACH / Check Service
(402)935-2212 ACH Processing Main Line ACH / Check Services
(402)935-2284 cindy ACH / Check Services Processing / Bank Only
(402)935-2295 Chuck ACH / Check Services Processing Manager
(402)935-2255 Jasmine Account Review
(402)935-2256 Jamie Account Review
(402)935-2257 Jamie Account Review
(402)935-2328 Chris Account Review
(402)935-2333 Luke Account Review
(402)935-2114 Kay P. ACH / Check Services
(402)935-2212 ACH Processing Main Line ACH / Check Services
(402)935-2284 cindy ACH / Check Services Processing / Bank Only
(402)935-2295 Chuck ACH / Check Services Processing Manager
(402)935-2223 Sheryl AUP Compliance
(402)935-2250 Katrina AUP Compliance
(402)935-2275 Lisa AUP Compliance
(402)935-2332 Julie Gonzales AUP Compliance
(402)935-5140 Alahandre Elise(?) AUP Compliance
(402)935-2029 Todd Business Development
(402)935-5126 Shane Business Development Schedule: 8:30~5PM M-F
(402)935-5197 Ken Holston Business Development Business Management & Account Management
(402)935-2000 Call Center Inbound Call Center
(402)935-2007 Call Center Inbound Line Call Center
(402)935-2012 Call Center Inbound Call Center
(402)935-2011 Call Center Inbound Call Center
(402)935-2014 Call Center Inbound Call Center
(402)935-2017 Call Center Inbound: Debit Cards Call Center
(402)935-2019 Call Center Inbound Call Center
(402)935-2021 Call Center Inbound Call Center
(402)935-2022 Call Center Inbound Call Center
(402)935-2023 Call Center Inbound Call Center
(402)935-2024 Call Center Inbound Call Center
(402)935-2025 Call Center Inbound Call Center
(402)935-2030 Call Center Inbound Call Center
(402)935-2050 Call Center Inbound Call Center
(402)935-2053 Call Center Inbound: Premier Services Call Center
(402)935-2057 Call Center Inbound Call Center
(402)935-2065 Call Center Inbound Call Center
(402)935-2079 Call Center Inbound Call Center
(402)935-2080 Call Center Inbound Call Center
(402)935-2081 Call Center Inbound Call Center
(402)935-2082 Premier Service Line Call Center
(402)935-2084 Call Center Inbound Call Center
(402)935-2085 Call Center Inbound Call Center
(402)935-2092 Call Center Inbound Call Center
(402)935-2100 Call Center Inbound Call Center Premier Services Line
(402)935-2106 Call Center Inbound Call Center Premier Services Line
(402)935-2107 Call Center Inbound Call Center
(402)935-2124 Call Center Inbound Call Center
(402)935-2148 Call Center Inbound Call Center
(402)935-2166 Call Center Inbound Call Center
(402)935-2194 Call Center Inbound Call Center
(402)935-2233 Call Center Inbound Call Center
(402)935-2300 Call Center Inbound Call Center
(402)935-2323 Call Center Inbound Call Center
(402)935-5119 Call Center Inbound Call Center
(402)935-2165 Jessica Card Services
(402)935-2396 Tamara Spurlock Card Services
(402)935-5181 Lisa Weaver Card Services Debit Card Team
(402)935-2015 Teresa Rains Charge Backs
(402)935-2141 Mikalea Charge Backs
(402)935-2152 Anna Charge Backs
(402)935-2189 Margaret Charge Backs
(402)935-2340 Debbie Charge Backs
(402)935-2063 Taj Education Team Product Education
(402)935-2064 Dona Education Team
(402)935-2116 Elizabeth Executive Escalations Works closely w/Tiffany(detp.mgr). Very Responsive.
(402)935-2129 Joe Executive Escalations
(402)935-2156 Brian Executive Escalations
(402)935-2157 Megan Executive Escalations
(402)935-2172 Adam Executive Escalations
(402)935-2173 John Executive Escalations
(402)935-2174 Jackie Executive Escalations
(402)935-2192 Eric Executive Escalations
(402)935-2128 Stacy Executive Escalations
(402)935-2228 Stacy Executive Escalations
(402)935-2238 Tiffany Executive Escalations Manager of Executive Escalations.
(402)935-2268 Beth Executive Escalations
(402)935-2269 Michelle Executive Escalations Schedule: Tues~Thur 9:30AM~8PM
(402)935-2334 Luke Executive Escalations
(402)935-5145 Melanie Executive Escalations Schedule: M-F 4PM~Mid. CST
(402)935-5146 Leslie Executive Escalations
(402)935-5163 Rick Martin Executive Escalations
(402)935-2112 Gloria Finance
(402)935-2207 Jeremy Finance
(402)935-2371 Julie Finance
(402)935-2239 Collin Fraud & Security Fraud Prevention
(402)935-2267 Mark Fraud & Security Trust & Safety
(402)935-2272 Michael Fraud & Security Protection Services
(402)935-2366 Suzanne Combes Brown Fraud & Security Risk Management Manager
(402)935-2368 Sheryl London Fraud & Security Protection Services: Senior Agent
(402)935-5134 Bill Gray Fraud & Security Internal Audit. Mountain View Office: 650-864-8046
(402)935-2044 Paula Adams Global Services Global Help Desk
(402)935-2127 Amy Bush Global Services
(402)935-2048 Joyce Brown Human Resources Training Department
(402)935-2051 Melanie Human Resources Training Department
(402)935-2128 Michelle Human Resources HR/Benefits Coordinator
(402)935-2169 Sterling Blackwell Human Resources Employee Development
(402)935-2283 Amy Human Resources Staffing
(402)935-2318 John Latke Human Resources Training Department
(402)935-2339 Michelle Mullis Human Resources
(402)935-5128 Michelle Human Resources Benefits Coordinator
(402)935-2001 IVR Testing Line Internal / IT Tests voice recognition, play around.
(402)935-2004 IVR Testing Line Internal / IT Tests voice recognition, etc.. play around
(402)935-2026 Password Prompt (?) Internal / IT Line immediately prompts for password. Unsure of it's use.
(402)935-2032 Employee Attendance Line Internal / IT (try user: 1234 pass:1234, works to play around with)
(402)935-2069 ECS System Testing Internal / IT Play around, not sure of purpose.
(402)935-2299 Internal Software Helpdesk Internal / IT
(402)935-5100 Employee Attendance Line Internal / IT (user: 1234 / pass: 1234 to play around)
(402)935-5151 Hold Music / Advertisement Internal / IT Test Line for Hold Music ?
(402)935-5149 Monitoring Line? Internal / IT
(402)935-5168 Monitoring Line Internal / IT
(402)935-5184 Gene (or Steve) Internal / IT Technical Support Manager
(402)935-5199 Call Center Status Line Internal / IT This ext. will place the call center in Emergency or Normal state.
(402)935-2274 Matthew Member Services Member Services Supervisor
(402)935-2321 Michelle Member Services Supervisor (Sat/Sun/Mon 11A~Mid)
(402)935-2357 Terry Dale Member Services
(402)935-5161 Tim Loban Merchant Fraud & Risk Weekend Supervisor (Sat/Sun/Mon 11AM~Mid)
(402)935-5169 Alicia Merchant Fraud & Risk
(402)935-2074 Tammy Galvin Quality Development
(402)935-2226 Jenny Quality Development
(402)935-2034 Janie Bartlett Resolution Services
(402)935-2132 Bryant Resolution Services Team Leader
(402)935-2241 Lynn Vogue Resolution Services
(402)935-2251 Mike McCormick Resolution Services Resolution Services Supervisor
(402)935-2266 Rich H. Resolution Services
(402)935-2353 Lorie Kilstrom Resolution Services
(402)935-5120 Tim Underlow Resolution Services Product Education Trainer for Resolution Services
(402)935-5141 Resolutions Department Line Resolution Services

Friday, 8 January 2010

Simplex Gallery has some updates

I created a F.A.Q (frequently asking question ) for this template .You can see it here
It's such a busy time , I want to make these updates in some days before but it was delayed till now .
Here is the time these updates come to you .Thanks to Evan Kirkland and others who helping me find the bugs and give me advices to fix them .

There are two updates for this template . They are :
1,Including comment system to this template
2,Enable widget function in the footer .



Live demo | Download

Download and installed it as usual .You can see instruction to install Simplex Gallery here

With this template ,to show up comment page ,you need to set comment system in Full-page mode by go to Setting -->Comment and checked on Full-page at Comments Form Placement

To make the search function work properly ,in the post ,beside adding image tags as we did before ,you need to add a comment line to describe the content of image .For example :
<!-- cat animal eyes fur -->
<img src="catimage.jpg" title="Cat" alt="cat"/>
Because Blogger search can't search with post contain only image ,so adding a comment line as above will make blogger find out our posts easier .
At this time ,I hope you interested in these new updates !
Note for you all : Recently ,I received a lot of comments and message complaining why this template duplicate the comment line when click to thumbnail . Why this error occurred ? It's because you don't add title attribute to img tag . So I have to repeat the syntax to add image to this gallery template :
<!-- cat animal eyes fur -->
<img src="catimage.jpg" title="Cat"/>
 The comment line <!-- cat animal eyes fur --> is for searching your post easier .
 And if you don't add the title attribute ,you will see the duplicated comment lines .
If you have free time ,I hope you make some search in this blog or take a look on other comments .It's faster than make a question in comments form and wait for me to answer .


huy signature

Sunday, 3 January 2010

Automatic Twitter in Blogger using Google Feedburner



As you know ,Twitter has become one of the most popular social network recently, and you can get a lot of reader/traffic from this service . There are many tips and tricks to get traffic via Twitter ,one of them is " Tweet" on new post in your website each time it is published .
In Wordpress ,we can use plugin to tweet automatically when publishing a new post ,but in Blogger we can't do that . So this post is a small tip for you to do that using Google Feedburner .

FeedBurner is a free service offered by Google . Most of webmasters/bloggers use this service for providing RSS to readers .So if you are a web master or blogger ,I think you are familiar with it .
In this post ,I just mention to a function of Feed Burner service that allow us tweet automatically in Twitter each time a new post is published in our Blogger blog .
1,Create a feed for your Blogger in Feedburner .
2, Login to your FeedBurner account . Click on your Blogger Feed to go to the dashboard .
3,In the Feedburner Dashboard ,go to Publicize ,click on Socialize .


4,At this step ,you can see the button "Add a Twitter account " ,click on it to add your twitter account into Feedburner system .
5,There are some option for "tweet" message such as adding text ,include category name or not ... You can make it as you want .
5,Click on Active to make this service available .
Ok ,you are done , each time you post a new article in your blogger , a new message will post automatically in Twitter for announcing this .
That's all . I hope this helpful to you ^^




huy signature