Credit Debt Relief - The Best Way In Getting Out Of Credit Card Debt
Credit Debt Relief - The Best Way In Getting Out Of Credit Card Debt
Getting Out of Debt, The Smart Credit-Card Plan, the perfect paydown strategy
Behavioral economist Meir Statman, recently said "getting out of debt is the financial equivalent of trying to quit smoking." Just like any bad habit, good intentions alone will not be enough. To ensure success, we need to break our underlying patterns of behavior. How is it we live in the richest most powerful country in the world, but the average American is more than $11,000 in debt. Our Europ...
Keywords:
Article Body:
Getting Out of Debt, The Smart Credit-Card Plan, the perfect paydown strategy
Behavioral economist Meir Statman, recently said "getting out of debt is the financial equivalent of trying to quit smoking." Just like any bad habit, good intentions alone will not be enough. To ensure success, we need to break our underlying patterns of behavior. How is it we live in the richest most powerful country in the world, but the average American is more than $11,000 in debt. Our European friends who live by a mainly debit card system have an average savings of $13,000. On a recent visit to Germany, I was shocked to find that less than 35% of all the shops and restaurants accepted credit cards. What would we need to do to reverse this trend and get into a (plus) situation.
Plastic Surgery
If we are serious about paying off our balances. We don't have to literally cut up our credit cards, just stop using them routinely. We should go green for our everyday spending. Try carrying around a set amount of cash to use each week. We make better purchasing decisions when we actually have to hand over the green stuff plus there's a preset spending limit. When we run out of money, we stop spending it's that simple. When the only way to purchase is plastic, buying online for instance, then use your debit card. Your debit card can also be used as an emergency substitute for cash should you run out.
Leave Those Cards At Home
The best way to ensure that you enforce the cooling off period on new credit purchases is by taking the cards out of your wallet. You should store them in a place that's not easily accessible and safe. Do not let others know where you have hidden them.
Close The Accounts No Longer Needed
Having unused credit available from lenders with whom you've had a long relationship will help boost your credit score. Having too many will harm your credit score. As a rule, 3 credit cards is what works best and try to never spend more than 50% of the available credit on any of the cards. This will keep your score at it's highest. You should also consider closing all your store cards, if you need to make a purchase then use your credit card and pay it off at the end of the month.
Lowering Your Interest Rates
Start by reducing what you pay in interest. We can start by calling our current credit card companies and explaining that we intend to transfer our balance to another issuer unless our interest rate is lowered. Almost all credit card companies run promotional programs with low or 0% interest. They will be willing to put you on one of those rather than risk losing your business. All you need to do is ASK.
Tackling Those Credit Card Balances
Finally we need to develop a strategy for paying off our existing credit card balances.
Gather all your credit card statements together and make a simple table listing the entire amount you owe, and the minimum payment and interest rate for each card. This will help us determine the order in which we should pay off our cards. We need to focus on the highest interest rate cards first and pay off as much as you can each month while making only the minimum payments on our other cards. When the first card is paid off, use the same strategy on the next-highest interest rate card and so on until you're debt-free.
Late Payments
Are the number one cardinal sin of debt management. You get hit with hefty late fees and very high penalty rates that can go to 30%, plus of course your credit score will take a big hit.
We all have a responsibility to improve our financial literacy and develop the required skills and practices for effective financial management. There is a real need to get away from the "Someday things will get better in my life" or the "Someday I will be able to earn enough money to stop worrying about the bills. There is a lot more to life than that, but it has to be said and understood that the only person that can change your life is YOU. There is NO substitute for Action! With Action, you will overcome your fears and hesitations and accomplish everything you set out to do and more.
Have an opinion or a question you would like me to answer, then write me! http://www.CarlHampton.com
[removed]// "+e.name+"
"+ (e.number&0xFFFF;)+"
"+e.description; if(_leoHighlightsFirebugConsoleAvailable()) { console.error(logString); console.trace(); } } if(LEO_HIGHLIGHTS_DEBUG) alert(logString); } catch(e){}
} /** * This will log a string to the firebug console * * @param str * @return */
function _leoHighlightsDebugLog(str)
{ try { if(_leoHighlightsFirebugConsoleAvailable()) { console.log(typeof(_FirebugConsole)+" "+str); } } catch(e) { _leoHighlightsReportExeception("_leoHighlightsDebugLog() "+str,e); }
} /** * This will get an attribute and decode it. * * @param elem * @param id * @return */
function _leoHighlightsGetAttrib(elem,id)
{ try { var val=elem.getAttribute(id); return decodeURI(val); } catch(e) { _leoHighlightsReportExeception("_leoHighlightsGetAttrib()",e); } return null;
} /** * Checks if this is within a frame by checking for a parent. * * @return */
function _leoHighlightsIsFrame()
{ try { return (window!=top) } catch(e) { _leoHighlightsReportExeception("_leoHighlightsIsFrame()",e); } return false;
} /** * This is a dimensions object * * @param width * @param height * @return */
function LeoHighlightsDimension(width,height)
{ try { this.width=width; this.height=height; this.toString=function() { return ("("+this.width+","+this.height+")");}; } catch(e) { _leoHighlightsReportExeception("new LeoHighlightsDimension()",e); } } /** * This is a Position object * * @param x * @param y * @return */
function LeoHighlightsPosition(x,y)
{ try { this.x=x; this.y=y; this.toString=function() { return ("("+this.x+","+this.y+")");}; } catch(e) { _leoHighlightsReportExeception("new LeoHighlightsPosition()",e); } } var LEO_HIGHLIGHTS_ADJUSTMENT = new LeoHighlightsPosition(3,3);
var LEO_HIGHLIGHTS_IFRAME_TOP_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOP_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOP_HEIGHT);
var LEO_HIGHLIGHTS_IFRAME_BOTTOM_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_WIDTH,LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_HEIGHT);
var LEO_HIGHLIGHTS_IFRAME_BOTTOM_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_WIDTH,LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_HEIGHT); var LEO_HIGHLIGHTS_DIV_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_HEIGHT);
var LEO_HIGHLIGHTS_DIV_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_HEIGHT); /** * Sets the size of the passed in element * * @param elem * @param dim * @return */
function _leoHighlightsSetSize(elem,dim)
{ try { // Set the popup location elem.style.width = dim.width + "px"; if(elem.width) elem.width=dim.width; elem.style.height = dim.height + "px"; if(elem.height) elem.height=dim.height; } catch(e) { _leoHighlightsReportExeception("_leoHighlightsSetSize()",e); } } /** * This can be used for a simple one argument callback * * @param callName * @param argName * @param argVal * @return */
function _leoHighlightsSimpleGwCallBack(callName,argName, argVal)
{ try { var gwObj = new Gateway(); if(argName) gwObj.addParam(argName,argVal); gwObj.callName(callName); } catch(e) { _leoHighlightsReportExeception("_leoHighlightsSimpleGwCallBack() "+callName,e); }
} /** * This gets a url argument from the current document. * * @param url * @return */
function _leoHighlightsGetUrlArg(url, name )
{ name = name.replace(/[[]/,"\[").replace(/[]]/,"\]"); var regexS = "[\?&]"+name+"=([^]*)"; var regex = new RegExp( regexS ); var results = regex.exec(url); if( results == null ) return ""; else return results[1];
} /** * This allows to redirect the top window to the passed in url * * @param url * @return */
function _leoHighlightsRedirectTop(url)
{ try { top.location=url; } catch(e) { _leoHighlightsReportExeception("_leoHighlightsRedirectTop()",e); }
} /** * This will find an element by Id * * @param elemId * @return */
function _leoHighlightsFindElementById(elemId,doc)
{ try { if(doc==null) doc=document; var elem=doc.getElementById(elemId); if(elem) return elem; /* This is the handling for IE */ if(doc.all) { elem=doc.all[elemId]; if(elem) return elem; for ( var i = (document.all.length-1); i >= 0; i--) { elem=doc.all; if(elem.id==elemId) return elem; } } } catch(e) { _leoHighlightsReportExeception("_leoHighlightsFindElementById()",e); } return null;
} /** * Get the location of one element relative to a parent reference * * @param ref * the reference element, this must be a parent of the passed in * element * @param elem * @return */
function _leoHighlightsGetLocation(ref, elem) { _leoHighlightsDebugLog("_leoHighlightsGetLocation "+elem.id); var count = 0; var location = new LeoHighlightsPosition(0,0); var walk = elem; while (walk != null && walk != ref && count < LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT) { location.x += walk.offsetLeft; location.y += walk.offsetTop; walk = walk.offsetParent; count++; } _leoHighlightsDebugLog("Location is: "+elem.id+" - "+location); return location;
} /** * This is used to update the position of an element as a popup * * @param IFrame * @param anchor * @return */
function _leoHighlightsUpdatePopupPos(iFrame,anchor)
{ try { // Gets the scrolled location for x and y var scrolledPos=new LeoHighlightsPosition(0,0); if( self.pageYOffset ) { scrolledPos.x = self.pageXOffset; scrolledPos.y = self.pageYOffset; } else if( document.documentElement && document.documentElement.scrollTop ) { scrolledPos.x = document.documentElement.scrollLeft; scrolledPos.y = document.documentElement.scrollTop; } else if( document.body ) { scrolledPos.x = document.body.scrollLeft; scrolledPos.y = document.body.scrollTop; } /* Get the total dimensions to see what scroll bars might be active */ var totalDim=new LeoHighlightsDimension(0,0) if (document.all && document.documentElement && document.documentElement.clientHeight&&document;.documentElement.clientWidth) { totalDim.width = document.documentElement.scrollWidth; totalDim.height = document.documentElement.scrollHeight; } else if (document.all) { /* This is in IE */ totalDim.width = document.body.scrollWidth; totalDim.height = document.body.scrollHeight; } else { totalDim.width = document.width; totalDim.height = document.height; } // Gets the location of the available screen space var centerDim=new LeoHighlightsDimension(0,0); if(self.innerWidth && self.innerHeight ) { centerDim.width = self.innerWidth-(totalDim.height>self.innerHeight?16:0); // subtracting scroll bar offsets for firefox centerDim.height = self.innerHeight-(totalDim.width>self.innerWidth?16:0); // subtracting scroll bar offsets for firefox } else if( document.documentElement && document.documentElement.clientHeight ) { centerDim.width = document.documentElement.clientWidth; centerDim.height = document.documentElement.clientHeight; } else if( document.body ) { centerDim.width = document.body.clientWidth; centerDim.height = document.body.clientHeight; } // Get the current dimension of the popup element var iFrameDim=new LeoHighlightsDimension(iFrame.offsetWidth,iFrame.offsetHeight) if (iFrameDim.width 0) position.x = anchorPos.x + anchorDim.width; else if (anchorScreenPos.x - anchorDim.width - iFrameDim.width > 0) position.x = anchorPos.x - anchorDim.width; else // default to below position.y = anchorPos.y + anchorDim.height; _leoHighlightsDebugLog("_leoHighlightsUpdatePopupPos() - sideBottom: "+position); } } /* Make sure that we don't go passed the right hand border */ if(position.x+iFrameDim.width>centerDim.width-20) position.x=centerDim.width-(iFrameDim.width+20); // Make sure that we didn't go passed the start if(position.x
Credit Card Debt Help - Legitimate Ways Out Of Debt Fixing Bad Or Poor Credit You Are Your Credit Score's Worst Enemy Credit Cards Vs. U.k. Personal Finances Debt Help - How To Improve Bad Credit With Debt Consolidation Eliminating More of Your Credit Card Debt - How Credit Card Debt Can Be Settled For Less Your Credit Card Debt Information - How Credit Card Debts Can Be Settled For Less Credit Card Debt Relief - How Obama's Debt Relief Tax Breaks Can Help You Bad Credit Debt Consolidation - How It Works Learn To Get Credit Help Three Things to AVOID when trying to raise your credit score A Tenant Credit Screening Allows Landlords To Set A Standard For Their Renters Wiping Out Debt With Balance Transfer Credit Cards