Thursday, December 17, 2009

Resolved Question: Have you ever complained about the quality of a product to a company and will the company attempt to rectify?

0 评论

I did one of those auto-enrolls for my Baby Shower Registry at Target and it filled my list with items from the brand Safety1st. My son is now 10 months old so I have been using a highchair, stroller, and carseat for nearly a year and am terribly disappointed. The highchair buckles pinch mine and my son's skin. The stroller broke after less than a dozen uses. The carseat is SO miserable to use I absolute hate the design.

If I submitted a complaint with the company's product would they even do anything to make me feel better? It's either that or I blog everywhere about how poorly made their product is. Thoughts?

Wednesday, December 16, 2009

Resolved Question: Can't Center My XHTML/CSS Layout!?

0 评论

What am I doing wrong? I'm having a hard time. Here's my index code:




Phantom Designing








Home
Home
Home
Home
Home
Home
Home



We Design Beautiful Websites at Affordable Prices



  • Get A Quote

  • Portfolio











  • And here is my CSS:

    @charset "utf-8";
    /* CSS Document */

    html {
    }

    body {

    font-size:90%;
    font-family: helvetica, georgia, sans-serif;
    text-align:center; /* for IE */

    }

    container {
    width: 990px;
    text-align:left;
    margin:0 auto; /* for the rest */

    }

    #container ul,
    #container ul li {
    list-style-type:none;
    }

    #header {
    background: url(images/header.jpg) no-repeat;
    overflow: hidden;
    min-height:62px;
    }

    #header h1 {
    display: none;
    }

    #crossbar {
    background:url(images/nav.jpg) no-repeat;
    overflow:hidden;
    min-height:34px;
    text-align:left;
    }

    #topcontent {
    background: url(images/topcontent.jpg) no-repeat;
    overflow: hidden;
    min-height:445px;
    }

    #topcontent h3 {
    display: none;
    }

    #topcontent h4 {
    padding-top: 250px;
    padding-left: 38px;
    width:600px;
    }

    li {
    list-style:none;
    display:inline;
    }


    a.quote {
    display: block;
    width: 175px;
    height: 60px;
    text-decoration: none;
    float: left;
    background: url("images/quote_button.png");
    }
    a.quote:hover {
    background-position: -175px 0;
    }
    .displace {
    position: absolute;
    left: -5000px;
    }

    a.portfolio {
    display: block;
    width: 175px;
    height: 60px;
    text-decoration: none;
    float: left;
    background: url("images/portfolio_button.png");
    }
    a.portfolio:hover {
    background-position: -175px 0;
    }
    .displace {
    position: absolute;
    left: -5000px;
    }

    #bottom {
    background:url(images/bottom.jpg) no-repeat;
    overflow:hidden;
    min-height:134px;
    }

    What did I do wrong?

    Monday, December 7, 2009

    Resolved Question: Blogger Skin XML Error Message: The element type "html" must be terminated by the matching end-tag ""?

    0 评论

    I copy in my Blogger template into Edit HTML, but I get this error. (Hello, I DID close the element "html"!!)


    Blog Header?
















    TheGirlWhoUhBrokeHerCorrectionTape

    Faye

    13

    Sep111996

    Virgo

    SOTA-SchoolOfTheArts

    91557041









    Tagboard





    <$BlogArchiveName$>



















    NO IBrokeMyCorrectionTape AGAIN.









    <$BlogDateHeaderDate$>

    -





    <$BlogItemTitle$>


    :



    <$BlogItemBody$>




    <$BlogItemAuthor$> whined at <$BlogItemDateTime$>













    THANKS could anyone point out the problem??

    Wednesday, December 2, 2009

    Resolved Question: Can someone help me with Blogger Template issues?

    0 评论

    Error Message: "We were unable to save your template
    Please correct the error below, and submit your template again. Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The processing instruction target matching "[xX][mM][lL]" is not allowed."

    I am trying to upload a three-column blogger template 'White Minima'.


    Code:






    <data:blog.pageTitle/>
    -----------------------------------------------
    Blogger Template Style
    Name: Minima
    Designer: Douglas Bowman
    URL: www.stopdesign.com
    Date: 26 Feb 2004
    Updated by: Blogger Team
    ----------------------------------------------- */

    /* Variable definitions
    ====================
    type="color" default="#fff" value="#ffffff">
    type="color" default="#333" value="#333333">
    type="color" default="#58a" value="#5588aa">
    type="color" default="#666" value="#666666">
    type="color" default="#999" value="#999999">
    type="color" default="#c60" value="#cc6600">
    type="color" default="#ccc" value="#cccccc">
    type="color" default="#999" value="#999999">
    type="color" default="#666" value="#666666">
    type="color" default="#999" value="#999999">
    type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
    type="font"
    default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
    type="font"
    default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
    type="font"
    default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
    type="font"
    default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
    type="automatic" default="left" value="left">
    type="automatic" default="right" value="right">
    */

    /* Use this with templates/template-twocol.html */

    body {
    background:$bgcolor;
    margin:0;
    color:$textcolor;
    font:x-small Georgia Serif;
    font-size/* */:/**/small;
    font-size: /**/small;
    text-align: center;
    }
    a:link {
    color:$linkcolor;
    text-decoration:none;
    }
    a:visited {
    color:$visitedlinkcolor;
    text-decoration:none;
    }
    a:hover {
    color:$titlecolor;
    text-decoration:underline;
    }
    a img {
    border-width:0;
    }

    /* Header
    -----------------------------------------------
    */

    #header-wrapper {
    width:960px;
    margin:0 auto 10px;
    border:1px solid $bordercolor;
    }

    #header-inner {
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    }

    #header {
    margin: 5px;
    border: 1px solid $bordercolor;
    text-align: center;
    color:$pagetitlecolor;
    }

    #header h1 {
    margin:5px 5px 0;
    padding:15px 20px .25em;
    line-height:1.2em;
    text-transform:uppercase;
    letter-spacing:.2em;
    font: $pagetitlefont;
    }

    #header a {
    color:$pagetitlecolor;
    text-decoration:non
    Template HTML: http://docs.google.com/Doc?docid=0AccqNx3SF1eLZDdwM2dueF8wbXp4dnQ1ZHQ&hl=en

    Need help with customizing my blog template.

    Tuesday, December 1, 2009

    Resolved Question: Do Repubs lie ALL the time or just most of the time?

    0 评论

    Obama and the Dems have done more (good) in 10 months than Bush and the Pubs did in EIGHT YEARS!
    Here are SOME things Obama has done SO far (as of Sept 2009):


    Foreign Policy
    April 2 2009 – Obama helps form a compromise between Presidents of France (Sarkozy) and China (Jintao) over making tax havens more transparent. The two Presidents were in a “heated” argument previous to Obama’s intervention.


    Government Reform
    Jan. 27 2009 – Administration tells Citigroup bank it is “unacceptable” to pay for a $42 million dollar luxury jet when they have received $45 billion in bailouts from taxpayers (OK, Cons, I know: not important 8-)

    Feb. 19 2009 – Bans the exception of the Iraq and Afghanistan wars from accounting the deficit. This results in a 2.5 trillion dollar increase in calculated deficit to the United States.

    Feb. 23 2009 – Announces Earl Devaney to oversee the oversight of the American Recovery and Reinvestment Act. Mr. Devaney worked as a Secret Service agent who exposed lobbyist corruption in the Department of the Interior.

    Mar. 9 2009 – Lifts ban on embryonic stem cell research. A major move in changing the politics of research and science in the United States (oh, sorry, I forgot: THAT one is a definitel "no-no" for Cons :-)

    May 22, 2009 – Creates a credit card bill of rights. Limits unwarranted spending and gives consumers more options to pay their bills on time. It has been debated if this will negatively affect the industry.

    May 22, 2009 – Tries to curb wasteful spending by the Pentagon on the defense budget by signing the Weapons System Acquisition Reform Act. Intended to price contracts and budgets lower; may potentially save billions of dollars in defense.

    June 22, 2009 – Allows the Food and Drug Administration (FDA) to have authority over the tobacco industry (oh, sorry, THAT is unimportant to Cons :-)


    Humanitarian
    Jan. 23 2009 – Obama orders the close of Guantanamo Bay facility (oh, sorry, THAT is unimportant to Cons :-)


    Civil Rights
    Jan. 29 2009 – Obama signs the Lilly Ledbetter Fair Pay Act. Reducing discrimination based on gender, age, religion, or race (oh, sorry, THAT is unimportant to Cons :-)


    Environmental
    Feb. 21 2009 – Obama signs a mercury reduction pact with 140 other nations. The policy reverses roles with George Bush and sets mandatory requirements by the United States (oh, sorry, THAT is unimportant to Cons :-)

    Mar. 30 2009 – Obama signs the Omnibus Public Lands Management Act of 2009, which serves to protect two million acres of land and creates a new system of land conservation for the Bureau of Land Management (oh, right, THAT is unimportant to Cons :-)

    May 19 2009 – Obama teams up with the auto industry to raise the Corporate Average Fuel Economy (CAFE) standards to an average of 35.5 mpg by 2016. The program is reported to save up to 1.8 billion barrels of oil or 900 million tons of greenhouse gases (oh, sorry, that also is irrelevant to Cons :-)


    Source:
    http://www.knowtheblog.org/blog/archives%E2%80%A6

    Friday, November 27, 2009

    Resolved Question: Conservatives: This chart of more Obama incompetence is making the rounds, is it true?

    0 评论

    http://blog.american.com/?p=7572

    This chart shows the dismal private sector experience level of Obama's cabinet. It would go right along with the fact that Obama has never run a lemonade stand let alone an auto repair shop or a laundromat in the private sector.... And he is running the economy?

    Anyway, I did a search of JP Morgan and can not find the report as claimed. I did a Google search and this same chart showed up on many blogs, but it's the same cut and paste with no link to support its validity. Is it an new urban legend or the truth? I also searched Snopes with no luck, but we all know they are liberal bias and are known to do their part by simply not posting.

    Can you help me out on this?
    /

    Tuesday, November 24, 2009

    Resolved Question: Put these fact together and tell me what you get because I see the death rattle of the US sounding?

    0 评论

    The estimated population of the United States is 307,348,183
    so each citizen's share of this debt is $39,096.15.
    http://www.brillig.com/debt_clock/


    National SNAP/Food Stamp Record: In December 2008, SNAP/Food Stamp participation was 31,784,453 people, the highest participation level on record, and an increase of nearly 700,000 individuals from November 2008.
    http://pachurchesadvocacy.org/weblog/?p=365



    09/30/2009 11,909,829,003,511.75
    09/30/2008 10,024,724,896,912.49
    09/30/2007 9,007,653,372,262.48
    09/30/2006 8,506,973,899,215.23
    09/30/2005 7,932,709,661,723.50
    09/30/2004 7,379,052,696,330.32
    09/30/2003 6,783,231,062,743.62
    09/30/2002 6,228,235,965,597.16
    09/30/2001 5,807,463,412,200.06
    09/30/2000 5,674,178,209,886.86

    http://www.treasurydirect.gov/govt/reports/pd/histdebt/histdebt_histo5.htm

    Notice the debt durring Bush's term and the wars

    Posted: January 25, 2009 - 2:00 AM

    WASHINGTON — The government said Thursday that it has distributed an additional $1.5 billion to 39 banks nationwide as part of the $700 billion financial rescue program.

    The latest capital infusions, which were made Jan. 16, bring the total amount used to buy bank stock to $193.8 billion. Nearly 300 banks in 43 states and Puerto Rico have received support through the program.

    The outgoing Bush administration also spent an additional $20 billion last week to provide support to Bank of America Corp. and $1.5 billion to bolster Chrysler's auto financing arm.

    Those payments brought the Bush administration's total bailout program spending to $299.6 billion.
    http://www.recordonline.com/apps/pbcs.dll/article?AID=/20090125/BIZ/901250322/-1/BIZ16

    If Congress approves the supplemental funding request submitted this week by the Obama administration, the cost of the war will rise by $87 billion for 2009, including a previous supplement approved during the Bush administration.

    Added to the amount spent through 2008, it would mean the Iraq war will have cost taxpayers a total of about $694 billion. By comparison, the Vietnam War cost $686 billion in inflation-adjusted dollars and World War II cost $4.1 trillion, according to a Congressional Research Service study completed last year.

    http://articles.latimes.com/2009/apr/11/nation/na-iraq-vietnam11

    * President Bush expanded the federal budget by a historic $700 billion through 2008. President Obama would add another $1 trillion.
    * President Bush began a string of expensive finan­cial bailouts. President Obama is accelerating that course.
    * President Bush created a Medicare drug entitle­ment that will cost an estimated $800 billion in its first decade. President Obama has proposed a $634 billion down payment on a new govern­ment health care fund.
    * President Bush increased federal education spending 58 percent faster than inflation. Presi­dent Obama would double it.
    * President Bush became the first President to spend 3 percent of GDP on federal antipoverty programs. President Obama has already in­creased this spending by 20 percent.
    * President Bush tilted the income tax burden more toward upper-income taxpayers. President Obama would continue that trend.

    * President Bush presided over a $2.5 trillion increase in the public debt through 2008. Setting aside 2009 (for which Presidents Bush and Obama share responsibility for an additional $2.6 trillion in public debt), President Obama’s budget would add $4.9 trillion in public debt from the beginning of 2010 through 2016.

    http://blog.heritage.org/2009/03/24/bush-deficit-vs-obama-deficit-in-pictures/

    Although accurate numbers are impossible to come by -- no one keeps national records on homeless veterans -- the VA estimates that 131,000 veterans are homeless on any given night.
    http://www.nchv.org/background.cfm
    Russian subs patrol off the Atlantic and the Pacific

    China ties the hands of the US at the UN using its veto to make sure NO FORCE can be used to inspect N Korean ships - N Korea has openly threatened to wipe the US off the map

    Russians have a new map of the US drawn
    http://strangemaps.files.wordpress.com/2009/05/panarin-us-break.jpg Their view of how the US will be partitioned


    ---------------

    Again I see the last strains for breath --- the death rattle of an Empire spent on military aggression

    --- How else can these things be seen?

    Saturday, November 21, 2009

    Resolved Question: Which Luxury Crossover would you choose?

    0 评论

    IF YOU HAD TO, Which one would you purchase from the following list? THE LIST!!!


    (2009 BMW X5)
    http://image.automotive.com/f/auto_shows/2008_detroit/8151022+pheader/0801_01z+2009_BMW_X5_xDrive_35d+front_three_quarter_view.jpg

    (2009 INFINITI FX)
    http://www.cargurus.com/blog/wp-content/uploads/2009/06/2009-infiniti-fx50.jpg

    (2009 Mercedes M)
    http://www.edmunds.com/pictures/VEHICLE/2010/Mercedes-Benz/2010.mercedes-benz.m-class.20297370-396x249.jpg

    (2009 Lexus RX)
    http://images.passionperformance.ca/photos/0/1/9/019443_2010_Lexus_RX.jpg

    Tuesday, November 17, 2009

    Resolved Question: Can anyone tell me identify what anime the fourth picture is from?

    0 评论

    The fourth picture, with two men outside with a cat. Flower petals everywhere

    http://kleo156.blog.interia.pl/

    Here's a link to the site translated into English:
    http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fkleo156.blog.interia.pl%2F&sl=auto&tl=en

    Thanks in advance!

    Wednesday, October 28, 2009

    Resolved Question: How do I post a song on a Blogger blog post?

    0 评论

    I am a singer/songwriter and I post up a song on my blog post once a week. Well, I post up a song on another place and then link to it because I cannot find how to post up a single, non-auto play song on a blog post. Please, please help!

    Monday, October 26, 2009

    Resolved Question: Who else believes that the government is NOT trying to take over every aspect of the private sector?

    0 评论

    Since obama became president the federal government has either taken over or is in the process of taking over the following...

    government take over of banks
    http://www.nytimes.com/2009/02/22/opinion/22sun1.html

    government take over of auto industry
    http://www.realclearpolitics.com/articles/2009/04/29/gm_chrysler_96244.html

    government take over of insurance companies
    http://online.wsj.com/article/SB122156561931242905.html

    government take over of mortgage industry
    http://www.mercurynews.com/realestatenews/ci_13309700?nclick_check=1#

    government take over of census
    http://republicanleader.house.gov/blog/?p=438

    government take over of the arts
    http://bighollywood.breitbart.com/pcourrielche/2009/08/25/the-national-endowment-for-the-art-of-persuasion-patrick-courrielche/

    government take over of the Internet
    http://biggovernment.com/2009/10/19/even-left-groups-mobilize-against-a-government-takeover-of-the-internet/#atuid-4ae36207363e31ff

    and last but not least.....government take over of health care
    http://www.investorsinsight.com/blogs/forecasts_trends/archive/2009/09/22/healthcare-reform-or-government-takeover.aspx

    Is this all just some big coincidence?

    oh and I almost forgot....
    coming soon....
    government take over of energy (cap & trade)

    Saturday, October 24, 2009

    Resolved Question: <iframe frameborder=0 width=620 height=5000 scrolling=auto src='/_easyweb/web/m1a/blog.php?username=h14101992&?

    0 评论



    Thursday, October 15, 2009

    Resolved Question: How to Disable Auto Start in this Flash SWF Code?

    0 评论

    Hi,

    I have a flash .swf that I've added to my Wordpress blog. When I first published the .swf, it loaded fine and started as the page loads. Now I am adding another post and I want to disable the autostart feature of that previous post.

    Here's the code I pasted into the blog:



    I'm not sure where to start. Any suggestions?

    Glenn

    Monday, October 12, 2009

    Resolved Question: Wordpress RSS Feed Help/ FeedBurner Help?

    0 评论

    Hi! I have a blog that runs with wordpress. I want to create a RSS feed of my blog, but I am having some issues. People told me that if I use wordpress, my blog automatically has a feed and I just need to use something like FeedBurner to acces the feeds. I have tried using FeedBurner, but it keeps giving me an error:

    Identify Feed Source
    Back to My Feeds
    The feed URL you entered is:

    http://www.miyoo.net/feed

    We could not find a valid feed at that address. Here are some possible reasons this might have happened:

    Is the feed valid? Confirm its validity now.

    The feed your site already creates needs to be “valid enough” to work with FeedBurner. This post from the FeedBurner Help Center explains why technical validity matters.

    Are you using the URL of the web page or the URL of the feed?

    FeedBurner is usually able to "auto-discover" your feed from a web page, but in this case we didn't find any related feeds. You may want to enter the URL of the feed directly.

    Is the URL is misspelled or a copy+paste action didn't work?

    If that's the case, please try again.

    --------
    So i tried validating the feed, but it says that it doesn't exist.
    Would anyone know what is going on? Unfortunatly, I am new to this stuff, and I am still trying to wrap my head around RSS....I hope this all makes sense

    Thank you!
    Hey Steven! I upgraded my wordpress and I was able to create a feed successfully:
    http://feeds.feedburner.com/hellololo

    I'm still having some issues, however. The website: http://www.bloglovin.com/en is not finding my blog because it says that I don't have RSS....would you happen to know what is going on?

    THANK YOU SO MUCH!!!!

    Wednesday, October 7, 2009

    Resolved Question: Having trouble getting Wordpress and Gmail to cooperate to do blog posts via email.?

    0 评论

    I have followed the instructions as per the codex on wordpress.org but it is still not working. Does any one know why or have and suggestions?
    I have configured the gamil account correctly and set up the WP blog to auto publish the posts. (by pasting sugested code in footer.php).
    But it still doesn't work....

    Sunday, October 4, 2009

    Resolved Question: Doesn't this list of czars look suspicious? There are many duplicates within and of Secretary positions?

    0 评论

    1. Afghanistan Czar – Richard Holbrooke
    2. AIDS Czar * – Jeffrey Crowley
    3. Auto Recovery Czar – Ed Montgomery
    4. Border Czar * – Alan Bersin
    5. California Water Czar – David J. Hayes
    6. Car Czar – Ron Bloom
    7. Central Region Czar – Dennis Ross(middle east including Afghanistan)
    8. Climate Czar – Todd Stern
    9. Domestic Violence Czar – Lynn Rosenthal
    10. Drug Czar * – Gil Kerlikowske
    11. Economic Czar * – Paul Volcker
    12. Energy and Environment Czar – Carol Browner
    13. Faith-Based Czar * – Joshua DuBois
    14. Government Performance Czar – Jeffrey Zients
    15. Great Lakes Czar – Cameron Davis
    16. Green Jobs Czar – Van Jones
    17. Guantanamo Closure Czar – Daniel Fried
    18. Health Czar * – Nancy-Ann DeParle
    19. Information Czar – Vivek Kundra
    20. Intelligence Czar * – Dennis Blair
    21. Mideast Peace Czar – George Mitchell
    22. Pay Czar – Kenneth R. Feinberg
    23. Regulatory Czar – Cass R. Sunstein *
    24. Science Czar – John Holdren
    25. Stimulus Accountability Czar – Earl Devaney
    26. Sudan Czar – J. Scott Gration
    27. TARP Czar – Herb Allison
    28. Technology Czar – Aneesh Chopra
    29. Terrorism Czar – John Brennan
    30. Urban Affairs Czar – Adolfo Carrion Jr.
    31. Weapons Czar – Ashton Carter
    32. WMD Policy Czar – Gary Samore

    http://me.jeremybuff.com/blog/list-of-obama-czars/?wpmp_tp=1

    Tuesday, September 29, 2009

    Resolved Question: What's wrong with this DIV code?

    0 评论

    I am trying to apply a DIV layout to my IMVU page, but whenever I try to paste it in the HTML/CSS section it just makes the whole page blank.

    The original code is from the side in the credit at the beginning, but I edited colours, fonts, etc. I was just wondering what seems to be wrong with it. Thankyou if you can help (:
    x






    Friday, September 25, 2009

    Resolved Question: Is a Twitter feed posted on my blog worth it?

    0 评论

    I have a blog on fantasy football and I was thinking about adding a Twitter feed to and from the blog. So, on my blog I would have what was said on Twitter and then I would auto post the blog posts to Twitter as well. Do you think that I will see a lot more traffic if I do this? Is it really worth it?

    Thursday, September 24, 2009

    Resolved Question: How do you create and make active , landing pages?

    0 评论

    Would anyone be willing to explain step by step or no of a video tutorial on how to create and get a landing page hosted.I do not have an auto responder to use with it yet.I just need something that will redirect them to my business website or blog

    Wednesday, September 23, 2009

    Resolved Question: How do I purchase one of these Ford F650's? (Picture link included)?

    0 评论

    I just wanted to know HOW I would go about getting my hands on one. Don't need to hear about the money part of it, just how I would get one. Where would I have to go, who would I have to talk to, etc, etc.

    http://images.motortrend.com/auto_shows/coverage/sema/112_2006_sema_299x+2007_ford_f650_by_DeBerti_Designs+side_view.jpg

    And one of these too.

    http://bejacksfriend.com/blog/wp-content/zombies.jpg

    Wednesday, September 16, 2009

    Auto Articles Poster Plugin Pack For Wordpress

    0 评论

    Auto Articles Poster which come with 3 Pack Of Plugins to help automate your wordpress blogging process by autopost article to your site effortless. whether you are adding larges amounts Of Plr article, Unique Articles, or even RSS Feeds to your blog with just few of click.
    Why this automation plugin pack so special is that [...]

    Tuesday, September 15, 2009

    Automatic Tools : WP Robot 6-In-One Wordpress Plugin

    0 评论

    WP Robot is a Wordpress Plugin automated tools which will not just automatically create blog posts from one source for your Wordpress Blog, it can create an unlimited number of posts from 6 different content sources.
    Here is a quick overview of all features automated tools of the WP Robot wordpress plugin, which can be extended [...]

    Friday, September 11, 2009

    Resolved Question: Does auto insurance cover you if someone steals things from inside the car?

    0 评论

    I had about $1000 worth of items stolen from my car overnight.
    Thanks
    Jen Baird
    My Blog
    http://www.GoodLifeToGreatLife.com

    Wednesday, September 9, 2009

    Resolved Question: Can you please name one good thing Obama has done?

    0 评论

    In addition to these items....

    Civil Rights
    Jan. 29 2009 – Obama signs the Lilly Ledbetter Fair Pay Act. Reducing discrimination based on gender, age, religion, or race. (source)

    Environmental
    Feb. 21 2009 – Obama signs a mercury reduction pact with 140 other nations. The policy reverses roles with George Bush and sets mandatory requirements by the United States. (source)

    Mar. 30 2009 – Obama signs the Omnibus Public Lands Management Act of 2009, which serves to protect two million acres of land and creates a new system of land conservation for the Bureau of Land Management. (source)

    May 19 2009 – Obama teams up with the auto industry to raise the Corporate Average Fuel Economy (CAFE) standards to an average of 35.5 mpg by 2016. The program is reported to save up to 1.8 billion barrels of oil or 900 million tons of greenhouse gases. (source)

    Foreign Policy

    April 2 2009 – Obama helps form a compromise between Presidents of France (Sarkozy) and China (Jintao) over making tax havens more transparent. The two Presidents were in a “heated” argument previous to Obama’s intervention. (source)

    Government Reform
    Jan. 27 2009 – Administration tells Citigroup bank it is “unacceptable” to pay for a $42 million dollar luxury jet when they have received $45 billion in bailouts from taxpayers. (source)

    Feb. 19 2009 – Bans the exception of the Iraq and Afghanistan wars from accounting the deficit. This results in a 2.5 trillion dollar increase in calculated deficit to the United States. (source)

    Feb. 23 2009 – Announces Earl Devaney to oversee the oversight of the American Recovery and Reinvestment Act. Mr. Devaney worked as a Secret Service agent who exposed lobbyist corruption in the Department of the Interior. (source)

    Mar. 9 2009 – Lifts ban on embryonic stem cell research. A major move in changing the politics of research and science in the United States. (source)

    May 22, 2009 – Creates a credit card bill of rights. Limits unwarranted spending and gives consumers more options to pay their bills on time. It has been debated if this will negatively affect the industry. (source)

    May 22, 2009 – Tries to curb wasteful spending by the Pentagon on the defense budget by signing the Weapons System Acquisition Reform Act. Intended to price contracts and budgets lower; may potentially save billions of dollars in defense. (source)

    June 22, 2009 – Allows the Food and Drug Administration (FDA) to have authority over the tobacco industry. (source)

    Humanitarian

    Jan. 23 2009 – Obama orders the close of Guantanamo Bay facility (source)

    Feb.2009 American Recovery Act- http://en.wikipedia.org/wiki/American_Recovery_and_Reinvestment_Act_of_2009

    http://www.knowtheblog.org/blog/archives…

    Wednesday, August 26, 2009

    Resolved Question: Can someone help me with my blog background?

    0 评论

    I'm very bad with html codes and i wanted to change my post background and side bar (which is plain white). Here's my url: august-in-acoustic.blogspot.Com, viewing it might help. I know that the field that should be edited is somewhere below but i can't figure out where. I really want to get rid of the white background. Help me please?

    body{
    background:url(http://i93.photobucket.com/albums/l60/venus160/Backgrounds/SushiTile.jpg);
    background-color: #a89973;
    background-repeat:repeat;
    background-position:bottom left;
    background-attachment:movable;
    cursor: default;
    font-weight:none;
    font-family: arial;
    font-size: 8pt;
    margin: 0px auto;
    text-align: justify;
    }

    blockquote {
    padding-left: 29px;
    padding-top:10px;
    background: #FFFFFF;
    color: #9F9F9F;
    background-image: url('http://i617.photobucket.com/albums/tt258/hiuxxing/bq.png');
    background-repeat: no-repeat;
    }


    .box{ border: 1px solid #E0E0E0; color: #555555; Cursor: default; padding: 5px; background:#fff;}
    .profilebox{ border: 1px solid #E0E0E0; color: #555555; Cursor: default; padding: 5px; background: url(http://i42.photobucket.com/albums/e322/kpinion03/Backgrounds%20etc/cherryblossomonpink.jpg); background-repeat: repeat;}
    .title{ font-family: arial; font-size: 20pt; font-weight: none; color: #ccc; text-align: center; text-transform:none; letter-spacing: -1.5px; border-bottom:0px dashed #ddd;}
    .date {font-family: arial; font-size: 7pt; text-align: center; letter-spacing: 1pt; color:#ddd; text-transform:uppercase;}
    .post {font-family: arial; font-size:8pt;}
    .header {font-family: georgia; line-height: none; letter-spacing: -2px; font-size:25pt; color: #FF5E5E; text-align:center;}
    .header2 {font-family: georgia; font-size:15pt; color: #FF5E5E; text-align:center; font-style: italic;}
    .header3 {background: none; text-align: right; font-family: georgia; line-height: 8px; font-size: 43px; letter-spacing: -4px; color: #9c9c9c;}
    .headerbox {border: 1px solid #E0E0E0; color: #ddd; Cursor: default; padding: 5px; background: url(http://i269.photobucket.com/albums/jj64/camille-gk/Backgrounds/pattern-1.jpg); text-align:center;}
    .headerfont{ background: none; text-align: center; font-family: georgia; line-height: 8px; font-size: 43px; letter-spacing: -4px; color: #9c9c9c;}
    .userpic{ border:1px #eee solid; background:#f7f7f7; width: 151px; height: 151px; padding:5px;}

    .post-footer { color: #9ACB04; margin: 5px 0 5px 0; padding: 5px 0 5px 0; font-size: 90%;}
    .blogger-labels { text-transform: lowercase; font-size: 10px; width: 100%; text-align: right;}

    b, strong {color: #aaa;}
    u {color: #aaa; font-weight:bold;}
    i, em, s{color: #bbb;}

    a:link, a:visited {color: #44573f; background: transparent url() repeat-x scroll 0 0; border-bottom: 1px solid #E6E6E6; padding: 1px 0; text-decoration: none;}
    a:hover {text-decoration:none; border-bottom: 1px solid #575757;}
    a.link:link, a.link:visited {font-family: Tahoma, Arial; font-size: 10px; color: #B5B5B5; text-decoration:none; background-color: #f5f5f5; background-image: none; border-left: 4px solid #e7e7e7; border-bottom: 0px; padding-left: 3px; display: block; text-align: left; line-height: 13px; margin-bottom: 1px;}
    a.link:hover {font-family: Tahoma, Arial; font-size: 10px; color: #FFFFFF; text-decoration:none; background-color: #BABABA; background-image: none; border-left: 4px solid #212121; border-bottom: 0px; padding-left: 3px; display: block; text-align: left; line-height: 13px; margin-bottom: 1px;}

    your help is very much appreciated (:

    Thursday, August 13, 2009

    Resolved Question: I need help on my css.?

    0 评论

    Does any one know there css when it comes to making a website?

    Please visit my site so i can explain better, just look at the home page the way my layout is set.

    http://grotesque-lullaby.com

    I am using containers. The blog is nicley at the top but as it goes down the rest is on the left below the side bar. I just want it all to go centerd with the top of the blog.

    The rest of my content does this too. its fine untill the bottom were its under the side bar.

    This is what my css container code looks like in my style sheet.

    What am i doing wrong?

    #container {
    background-image:url(http://i29.tinypic.com/9zp8i.png);
    background-color: #986e6e;
    width: 700px;
    margin: 0 auto 0;
    padding: 0;
    }

    #header {
    width:700px;
    height:444px;
    margin-bottom:-3px;
    padding-bottom:0px;
    }

    #content {
    width: 200px;
    padding: 4px;
    float: right;3px
    }

    #sidebar {
    width: 160px;
    margin-left: 30px;
    padding-bottom: 4px;
    float: left;1px
    }



    #footer {
    background-color: #986e6e;
    background-image: url();
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #B0834A;
    clear: both;
    text-align: center;
    height: 65px;
    padding-top: 0px;
    }


    #footer p, #footerbottom p {
    margin: 0;
    color: #B0834A;
    font-size:8pt;
    font-family:arial;
    padding-top: 3px;
    }

    Wednesday, August 12, 2009

    Resolved Question: How do I get "live" text (like a live sports score) on my blog?

    0 评论

    I want the text to update automatically on the screen once I edit it - without having to refresh it

    the closest thing i can think of live football scores

    http://www.uefa.com/live/competitions/uefacup/matchcentrelight/matchday=-4/day=2/match=2000646/index.html

    this text updates automatically (and then page also auto refreshes)

    what code do they use ?

    i use blogger

    any idea how I can incorporate this - widgets ? preferably javascript code ? I want it in the main body of the blog. i'm not talking about adding a widget from a sports (or whatever) site - its my own text in my blog that i want to appear "live"

    to clarify - I update the text, if someone is looking at the page the text updates immediately (once I have saved it) without refreshing the page

    maybe with a flash or sound when text changes ?

    or failing this how do I incorporate an autorefresh feature ?

    please let me know, even if not possible on blogger, how this could be done thanks !

    Sunday, August 2, 2009

    Resolved Question: I am moving to Canada... Need help finding a certain enviroment?

    0 评论

    Alright so, I am moving to Canada once I am done studying in Florida, US (Auto Technician with Ford) that would be about a year from now. And I am trying to find a place that would fit to what I'd like to see every night. Just a nice city so when me and my girlfriend go out and stuff like that we get to see many nice views and just spend the night having fun out there, exploring. Not much of a party person, much of a explorer.
    Anyways, I'll show you guys some pictures... It doesn't have to be exactly like this but at least similar. I just love to see big buildings at night, it makes me happy in a way.
    Here are some examples:
    http://hyder.me/wp-content/uploads/chicago-night-large.jpg

    http://www.playthings.com/articles/blog/390000439/20090714/new-york-city-at-night.jpg

    http://www.richard-seaman.com/USA/Cities/Chicago/Landmarks/ChicagoAtNight1.jpg

    http://www.zastavki.com/pictures/1024x768/2008/Cities_Night_skyscraper_005353_.jpg

    I just need to see if there would be a place like this in Canada, I've always wanted to live in a place like this. I know some might even be very expensive... But that doesn't mean I'll go right into it, right when I am done with school. I am just taking things easy and slow now that way everything will be ready when I leave. My girlfriend suggested Winnipeg, If any of these can be found in Manitoba it would be better for me.

    So the main question is. Where can I find a city like this in Canada to that would be fun and entertaining for a family of 2 to live in? If one is located in Winnipeg it would be awesome.

    Thank you,
    Leon.

    Saturday, August 1, 2009

    Resolved Question: Does Anthony Watts know he's been debunked?

    0 评论

    For those who don't know, Anthony Watts is a meteorologist who has put together a network of volunteers to go around rating the surface temperature stations used by groups like NASA and NOAA to measure the global surface temperature (or at last, the temperature in the USA). Watts suggests that too many stations are located in poor places (near buildings, concrete pads, asphalt, etc.) to be reliable due to the 'urban heat island' effect. NOAA and NASA claim they filter out these kinds of effects.

    Apparently there's a “Climate Crock of the Week” video series on YouTube. Recently, they did a piece on Watts and NOAA. The piece covered a recent NOAA report which used Watts' own data to prove the "bad" stations and "good" stations have almost identical data.
    http://www.ncdc.noaa.gov/oa/about/response-v2.pdf

    The video was auto-scrubbed by YouTube after Watts claimed the video broke YouTube’s copyright rules. The video has since been reviewed by a number of US copyright experts and there appears to be nothing that could be construed as anything but fair use. You can see the video for yourself here (I highly recommend it).
    http://climateprogress.org/2009/07/29/the-video-that-anthony-watts-does-not-want-you-to-see-the-sinclair-climate-denial-crock-of-the-week/

    One 'skeptic' wrote “I have to admit it doesn’t look good for the skeptic side when something gets scrubbed like this. Watts loses some stature here unless he can post something convincing about why he did it on his blog. Silence won’t get it done.”

    It's standard procedure for YouTube to remove a video when somebody complains of copyright infringement. Do you think Watts exploited this loophole because he realized the video debunked the whole purpose of his site? Now that Watts' surfacestations project is worthless, what relevance does he have?
    This isn't the first time this kind of analysis has been done. The 'best stations', 'worst stations', and GISTemp show the same trend.
    http://rabett.blogspot.com/2007/09/and-so-it-goes.html
    http://bigcitylib.blogspot.com/2007/09/deniers-rediscover-hockey-stick.html

    Thursday, July 30, 2009

    Resolved Question: *~ All About Blogs ~*?

    0 评论

    I am a 15 year old girl and I am interested in starting a blog.

    If there was ANY blog in the WORLD you would actually sit down and read and become interested in...what would it be. It also had to be a blog you would come back to for updates....

    I was thinking a biography/auto. about myself...but I am not really interesting..although I do have some things to share...but I don't know...I don't really have any hobbies either.

    Thanks,

    Ally

    Wednesday, July 22, 2009

    Resolved Question: How to change Wordpress MySQL database setup from auto to manual on Blog Colony?

    0 评论

    I mistakenly chose the automatic setup option for the Wordpress MySQL database setup when I added a blog at Blog Colony. How will I change it to manual so I could use the MySQL database from my host? I tried editing the wp-config.php file, but the blog contents are not showing up so I restored the original wp-config.php file. Help urgently needed pls. Thanks!

    Monday, July 20, 2009

    Resolved Question: Obama admin. lies, media concocted propaganda, or change?

    0 评论

    what do you think,....sources contained in the link below

    Civil Rights
    Jan. 29 2009 – Obama signs the Lilly Ledbetter Fair Pay Act. Reducing discrimination based on gender, age, religion, or race. (source)

    Environmental
    Feb. 21 2009 – Obama signs a mercury reduction pact with 140 other nations. The policy reverses roles with George Bush and sets mandatory requirements by the United States. (source)

    Mar. 30 2009 – Obama signs the Omnibus Public Lands Management Act of 2009, which serves to protect two million acres of land and creates a new system of land conservation for the Bureau of Land Management. (source)

    May 19 2009 – Obama teams up with the auto industry to raise the Corporate Average Fuel Economy (CAFE) standards to an average of 35.5 mpg by 2016. The program is reported to save up to 1.8 billion barrels of oil or 900 million tons of greenhouse gases. (source)

    Foreign Policy

    April 2 2009 – Obama helps form a compromise between Presidents of France (Sarkozy) and China (Jintao) over making tax havens more transparent. The two Presidents were in a “heated” argument previous to Obama’s intervention. (source)

    Government Reform
    Jan. 27 2009 – Administration tells Citigroup bank it is “unacceptable” to pay for a $42 million dollar luxury jet when they have received $45 billion in bailouts from taxpayers. (source)

    Feb. 19 2009 – Bans the exception of the Iraq and Afghanistan wars from accounting the deficit. This results in a 2.5 trillion dollar increase in calculated deficit to the United States. (source)

    Feb. 23 2009 – Announces Earl Devaney to oversee the oversight of the American Recovery and Reinvestment Act. Mr. Devaney worked as a Secret Service agent who exposed lobbyist corruption in the Department of the Interior. (source)

    Mar. 9 2009 – Lifts ban on embryonic stem cell research. A major move in changing the politics of research and science in the United States. (source)

    May 22, 2009 – Creates a credit card bill of rights. Limits unwarranted spending and gives consumers more options to pay their bills on time. It has been debated if this will negatively affect the industry. (source)

    May 22, 2009 – Tries to curb wasteful spending by the Pentagon on the defense budget by signing the Weapons System Acquisition Reform Act. Intended to price contracts and budgets lower; may potentially save billions of dollars in defense. (source)

    June 22, 2009 – Allows the Food and Drug Administration (FDA) to have authority over the tobacco industry. (source)

    Humanitarian

    Jan. 23 2009 – Obama orders the close of Guantanamo Bay facility (source)
    http://www.knowtheblog.org/blog/archives…

    Wednesday, July 15, 2009

    Resolved Question: Por que en mi blog no salen los cuadros para dejar comentarios?

    0 评论

    ----------------------------------------------- */
    #navbar-iframe {
    height:0px;
    visibility:hidden;
    display:none;
    }
    /* ---( page defaults )--- */
    body { margin: 0px; padding: 0px; text-align: left; font:normal normal 100% Trebuchet, Trebuchet MS, Arial, sans-serif; color:#ffffff; background: #000000; }
    blockquote { margin: 0 0 0 0px; padding: 0px 0 0 0px; line-height: 1.5em; }
    blockquote p { margin-top: 0; }
    abbr, acronym { cursor: help; font-style: normal; }
    code { color: #f63; }
    hr { display: none; }
    img { border: none; }
    /* unordered list style */
    ul { list-style: none; margin-left: 2px; padding: 0; }
    li { list-style: none; padding-left: 2px; margin-bottom: 3px; }
    /* links */
    a:link { color: #f98d06; text-decoration: none; }
    a:visited { color: #f98d06; text-decoration: none; }
    a:hover { color: #ffc883; text-decoration: none; }
    a:active { color: #f98d06; text-decoration: none; }
    /* ---( layout structure )---*/
    #outer-wrapper { width: 850px; margin: 0px auto 0; text-align: justify; }
    #content-wrapper { margin-left: 0px; /* to avoid the border image */ width: 100%; }
    #main { float: left; width: 510px; margin-left: 0px; margin-top: 0px; padding: 0px 0px 0px 0px; line-height: 1.5em; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }
    #sidebar { float: right; width: 210px; padding-right: 20px; margin-top: -340px; color: #ffffff; line-height: 1.4em; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }
    #newsidebar-wrapper {
    width: 260px;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    }
    #center {background: #000000 url('http://photos1.hi5.com/0099/249/628/QQlray249628-02.jpg') repeat-y top left;}


    /* ---( header and site name )--- */

    #header-wrapper { margin: 0; }
    #header { margin: 0; height:290px; width:1002; color: #ffffff; background: url('') no-repeat top left; }
    #header h1 { width: 470px; font: normal bold 210% Verdana, sans-serif; padding: 35px 0px 0px 280px; filter: glow(color=#f98d06,Strength=7); text-align: left;}
    #header h1 a { text-decoration: none; color: #ffffff; }
    #header h1 a:hover { color: #f98d06; }
    #header .description { margin:0px 5px 5px 0px; text-align: left; padding-left:0px; width:960px; font: normal bold 137% Trebuchet, Trebuchet MS, Arial, sans-serif; color: #f98d06; }
    #navcontainer
    {
    margin-left: 0px;
    padding: 0 0 0 0px;
    background: url('') no-repeat top left;
    }
    #navcontainer UL
    {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    }
    #navcontainer LI
    {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 107px;
    }
    #navcontainer A
    {
    color: #cccccc;
    display: block;
    width: auto;
    height:50px;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    background: url('mi imagen de fondo') no-repeat top left;
    margin: 0;
    padding: 20px 10px 0px 10px;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-right: 1px solid #616161;
    border-bottom: 1px solid #616161;
    }

    #navcontainer
    {
    margin-left: 0px;
    padding: 0 0 0 0px;
    background: url('imagen para los botones') repeat top left;
    }
    #navcontainer UL
    {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    }
    #navcontainer LI
    {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 107px;
    }
    #navcontainer A
    {
    color: #cccccc;
    display: block;
    width: auto;
    height:50px;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    background: url('') no-repeat top left;
    margin: 0;
    padding: 20px 10px 0px 10px;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-right: 1px solid #616161;
    border-bottom: 1px solid #616161;
    }
    #navcontainer A:hover, #navcontainer A:active { background: #cccccc url('imagen para los botones de menu'); background-position: 106px 0px; padding: 20px 10px 0px 10px;
    color: #ffffff;
    border-left: 1px solid #616161;
    border-top: 1px solid #616161;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    }

    /* ---( main column )--- */

    h2.date-header { margin-top: 0; padding-left: 0px; font-size: 90%; color: #ffff66; text-decoration: underline; }
    .post h3 { margin-top: 0; font: normal bold 131% Trebuchet, Trebuchet MS, Arial, sans-serif; color: #f98d06; border-bottom: 5px solid #f98d06; }
    .post { border: 0px solid #ffffff; margin-left:0px; margin-right:0px ; margin-top:0px ; margin-bottom:1em; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:1em; background: url('') repeat-y top left; text-aling: justify;}
    .post h3 a {text-decoration: none;}
    .post h3 a:hover { color: #ffc883; text-decoration: none; }
    .post-footer { margin: 0; padding: 0px; font-size: 88%; color

    Saturday, July 11, 2009

    Resolved Question: I have a problem with my wordpress? plz plz help me?

    0 评论

    ok every one know about the 2.8 update on wordpress right
    but i cant update to it i dont even know what version i have i know you can check the version from the dashboard but every time i look in the dashboard it dosnt tell me also the only way i can upgrade is auto upgrade and i cant because on my dashboard it doesnt say upgrade to 2.8 and i cant upgrade the other way cuse i dont have the money nor time to and yes i know i have a version less then 2.8 because i do not have the plugins tab on my dashboard please someone help me


    my blog is
    trickshack.wordpress.com

    please help find a way to update

    Friday, July 3, 2009

    Resolved Question: SEO: I have a WP blog and want to build a lot of content using an e-bay/amazon autoposter. Good or Bad?

    0 评论

    1. I read that building a lot of content is important to having a high page ranking etc. and affiliating myself with keyword themes. So I used this plugin to gather many books/book descriptions from amazon and e-bay items related to (travel, anthropology, china). I don't have these post to the main page but in categories. Most of my outbound links are to e-bay or amazon.

    2. I do heavy linking and interlinking with in the articles also (good or bad?).

    3. I use a plugin that auto post's my article titles as the link and it tends to be quite long some times but hits a lot of keywords, good or bad? Ex. www. blah. blah/ seo-works-or-not-for-my-stupid-wordpress-blog-please-read-now-do-it-nice-shoes

    Wednesday, June 10, 2009

    Restart OS X Dock

    0 评论
    For the last 6 months or so, I’ve run into the same problem across a range of different mac computers. I go to change an application or open a finder window and it just wont work.
    I have a second window changer installed which is called witch. I highly recommend using this if you don’t already [...]

    Saturday, May 30, 2009

    Ubuntu Gateway / Access Point Server

    0 评论
    I’ve been wanting to play wifi king for a long time. Providing free wireless internet access to a reasonable sized area. Finally I got to have a play.
    The basic idea is to have a server which shares the internet from a standard connection (e.g DSL) to anyone who connects wirelessly. “You mean a wireless access [...]

    Sunday, April 19, 2009

    Ebook package 2 cost $247

    0 评论

    No longer do you have to spend days and weeks preparing fresh products to sell.

    100 of the newest, hottest digital products for next to nothin'!

    "Who else wants a complete portfolio of products worth more than $30,000 for only pennies on the dollar all ready for you to rock and roll and make an incredible ROI (Return On Investment)?"

    Any previous firesale or collection of products pales into insignificance compared what I have for you here.




    All Ebooks details you can see here
    http://www.marketingwildfire.com
    [DIR] 15 of the Biggest Qu..> 09-Jan-2008 13:48 -
    [DIR] 17 Skills/ 09-Jan-2008 13:49 -
    [DIR] A - Z of RSS/ 09-Jan-2008 13:53 -
    [DIR] Adsense - The $$ Pro..> 09-Jan-2008 13:53 -
    [DIR] Adsense Business in ..> 09-Jan-2008 14:13 -
    [DIR] Adsense Money Machine/ 09-Jan-2008 14:14 -
    [DIR] Adsense and Affilate..> 09-Jan-2008 13:53 -
    [DIR] Affiliate Marketers ..> 09-Jan-2008 14:14 -
    [DIR] Affiliate Marketing ..> 09-Jan-2008 14:15 -
    [DIR] Article site Builder/ 09-Jan-2008 14:18 -
    [DIR] Basement to Boardroom/ 09-Jan-2008 14:19 -
    [DIR] BootStrap Graphic De..> 09-Jan-2008 14:45 -
    [DIR] Build a Huge List wi..> 09-Jan-2008 14:45 -
    [DIR] CBAds Genie/ 09-Jan-2008 14:49 -
    [DIR] Car Detailing Business/ 09-Jan-2008 14:45 -
    [DIR] Color Schemer/ 09-Jan-2008 14:50 -
    [DIR] Competitive Keyword ..> 09-Jan-2008 14:54 -
    [DIR] Content Magnet Artic..> 09-Jan-2008 14:55 -
    [DIR] Content Shrinker/ 09-Jan-2008 14:56 -
    [DIR] Copyright Research I..> 09-Jan-2008 15:00 -
    [DIR] Del.icio.usly Yours/ 09-Jan-2008 15:10 -
    [DIR] Desktop Spy/ 09-Jan-2008 15:10 -
    [DIR] Domain Alarm/ 09-Jan-2008 15:11 -
    [DIR] Download site Creator/ 09-Jan-2008 15:15 -
    [DIR] Easy JV and Affiliat..> 09-Jan-2008 15:15 -
    [DIR] Exponential Profit M..> 09-Jan-2008 15:19 -
    [DIR] FAQs Service/ 09-Jan-2008 15:20 -
    [DIR] Following the Guru/ 09-Jan-2008 15:20 -
    [DIR] Forum Fortunes/ 09-Jan-2008 15:21 -
    [DIR] Freelancing Report/ 09-Jan-2008 15:21 -
    [DIR] High Rollers Guide t..> 09-Jan-2008 15:22 -
    [DIR] Install CGI Scripts/ 09-Jan-2008 15:42 -
    [DIR] Instant Info-Riches/ 09-Jan-2008 15:49 -
    [DIR] Instant Split Commis..> 09-Jan-2008 15:49 -
    [DIR] Instant Video Suite/ 09-Jan-2008 16:04 -
    [DIR] Investing in You/ 09-Jan-2008 16:06 -
    [DIR] JV Secrets/ 09-Jan-2008 16:06 -
    [DIR] Jeff Dedricks PLR Ar..> 09-Jan-2008 16:06 -
    [DIR] Keyword Content Mult..> 09-Jan-2008 16:06 -
    [DIR] Keyword Niche Power/ 09-Jan-2008 16:15 -
    [DIR] Laser Focus Mega Mem..> 09-Jan-2008 17:28 -
    [DIR] Link Shrinker - The ..> 09-Jan-2008 17:29 -
    [DIR] List Management Secr..> 25-Oct-2008 12:22 -
    [DIR] Liz Tomey EXPOSED/ 09-Jan-2008 18:26 -
    [DIR] Magic Formula Mini-S..> 11-Jan-2008 22:46 -
    [DIR] Mailing List GOLD/ 11-Jan-2008 22:46 -
    [DIR] Making Money with Au..> 11-Jan-2008 22:47 -
    [DIR] Marketing Secrets Vo..> 16-Oct-2008 13:58 -
    [DIR] Money Secrets Vol 2/ 11-Jan-2008 22:47 -
    [DIR] Niche Modulator/ 11-Jan-2008 22:48 -
    [DIR] Niche Pay Per Click ..> 11-Jan-2008 22:48 -
    [DIR] PDF Stamper/ 11-Jan-2008 22:52 -
    [DIR] Paid Customers GoldM..> 11-Jan-2008 22:48 -
    [DIR] Personalise Your Web..> 11-Jan-2008 22:52 -
    [DIR] Podcasting Made Easy/ 11-Jan-2008 22:53 -
    [DIR] Poor Boys Squeeze Page/ 11-Jan-2008 22:55 -
    [DIR] Powerful 'Offline' M..> 11-Jan-2008 22:55 -
    [DIR] Product Launch 1-2-3/ 11-Jan-2008 22:56 -
    [DIR] Product Launch Secrets/ 11-Jan-2008 22:56 -
    [DIR] Product Launch Strat..> 11-Jan-2008 22:56 -
    [DIR] Profit Secrets II/ 11-Jan-2008 22:56 -
    [DIR] Public Domain Resear..> 11-Jan-2008 22:56 -
    [DIR] Quick Firesale/ 11-Jan-2008 22:57 -
    [DIR] Recruiting JV Partners/ 11-Jan-2008 22:57 -
    [DIR] Resell Rights Profits/ 11-Jan-2008 22:59 -
    [DIR] Resell it on eBay/ 11-Jan-2008 22:59 -
    [DIR] Reverse Polarity/ 11-Jan-2008 23:04 -
    [DIR] Rising Internet Stars/ 11-Jan-2008 23:04 -
    [DIR] SEO Guru/ 11-Jan-2008 23:08 -
    [DIR] Sales Letter Creator/ 11-Jan-2008 23:07 -
    [DIR] Sales Page Rapid Fire/ 11-Jan-2008 23:07 -
    [DIR] Search Engine Strate..> 11-Jan-2008 23:07 -
    [DIR] Site Pro Wizard/ 11-Jan-2008 23:15 -
    [DIR] Software Index/ 11-Jan-2008 23:15 -
    [DIR] Software Maker PRO/ 11-Jan-2008 23:16 -
    [DIR] Sonic Opt-In/ 11-Jan-2008 23:16 -
    [DIR] Stretch Marks Preven..> 11-Jan-2008 23:18 -
    [DIR] Super Forum Marketin..> 16-Oct-2008 14:09 -
    [DIR] Teleseminars and Web..> 11-Jan-2008 23:18 -
    [DIR] Tell A Friend Detona..> 11-Jan-2008 23:18 -
    [DIR] The Big Article Pack 1/ 11-Jan-2008 23:19 -
    [DIR] The Definite Guide t..> 11-Jan-2008 23:19 -
    [DIR] The Google Problem/ 11-Jan-2008 23:23 -
    [DIR] The Idea Bucket/ 11-Jan-2008 23:23 -
    [DIR] The Making of an Int..> 11-Jan-2008 23:23 -
    [DIR] The Mega PLR Article..> 11-Jan-2008 23:24 -
    [DIR] The Perfect Guide to..> 11-Jan-2008 23:24 -
    [DIR] The Secrets to High ..> 11-Jan-2008 23:25 -
    [DIR] Turnkey Site Solution/ 11-Jan-2008 23:26 -
    [DIR] Unique Content PRO/ 11-Jan-2008 23:27 -
    [DIR] Unlimited Product Id..> 11-Jan-2008 23:28 -
    [DIR] Unlimited Profits & ..> 11-Jan-2008 23:29 -
    [DIR] Unlocking The Niche ..> 11-Jan-2008 23:30 -
    [DIR] Virtual Real Estate ..> 11-Jan-2008 23:31 -
    [DIR] Web Audio Plus/ 11-Jan-2008 23:32 -
    [DIR] Web Page Shrinker/ 11-Jan-2008 23:34 -
    [DIR] Word Press Auto Blog..> 11-Jan-2008 23:37 -
    [DIR] e-Magic Linker Softw..> 09-Jan-2008 15:19 -
    [DIR] internet millionaire/ 09-Jan-2008 16:04 -
    [DIR] logan/
    All Ebooks details you can see here
    http://www.marketingwildfire.com

    Only 50 copies of this will be sold.
    Amount left: 50 48 46 43 39 35 34 27 20 18 14 9 left

    This EXACT package is being sold elsewhere for $247
    but it is yours for my Motherlode special.
    I only have a few left before I close this offer out.
    A measly $19.95!

    Join VIP at $10,you can down all this books

    You will be getting instant downloads for the products. Even if it's 2 AM!


    Ebook package

    0 评论


    Product #1
    Tiger Project
    Manager

    Master Resale Rights
    Product #2
    eBay Cashflow
    Site
    Master Resale Rights


    Product #3
    Mass Control Revealed
    Personal Use
    Product #4
    DeskTopPop
    Master Resale Rights

    Product #5
    Article Marketing For Newbies
    Private Label Rights
    Product #6
    Advanced Wordpress Training
    Master Resale Rights

    Product #7
    Membership
    Mastery

    Private Label Rights
    Product #8
    Instant Membership Site Creator V3.2
    Master Resale Rights

    Product #9
    Xoops Membership Set-Up
    Personal Use
    Product #10
    Adwords Video Tutorials
    Personal Use


    Product #11
    12 Webmaster Sticky Scripts
    Master Resale Rights
    Product #12
    The Secret
    Of Wealth

    Master Resale Rights

    Product #13
    Secret Traffic Code
    Personal Use
    Product #14
    Powersellers Niches
    Master Resale Rights
    Product #15
    E-Z Download Page Protector
    Master Resale Rights
    Product #16
    Real World Traffic Strategies
    Master Resale Rights
    Product #17
    Sales Overload
    Master Resale Rights
    Product #18
    HubPages Tutorials
    Master Resale Rights

    Product #19
    Turn Your Ability Into Cash
    Master Resale Rights
    Product #20
    cPanel Basics Videos
    Master Resale Rights

    Product #21
    e-Book Mastery Videos
    Master Resale Rights
    Product #22
    List Building Basics
    Master Resale Rights

    Product #23
    Mini-Site Made Easy With Frontpage
    Master Resale Rights
    Product #24
    Blogging Made Easy With Wordpress
    Master Resale Rights

    Product #25
    Exit Feedback Trapper
    Master Resale Rights
    Product #26
    Sales Intimidator
    Private Label Rights

    Product #27
    CPA Explosion
    Master Resale Rights
    Product #28
    Hub Blueprint
    Master Resale Rights

    Product #29
    Web Marketing Explained Master Resale Rights
    Product #30
    Instant Niche Expert
    Master Resale Rights

    Product #31
    Vital Viral
    Master Resale Rights
    Product #32
    Stress Management
    Master Resale Rights

    Product #33
    47 Newbie Marketing Videos
    Master Resale Rights
    Product #34
    Graphical Opt-In Box Collection
    Master Resale Rights

    Product #35
    Aromatherapy
    Master Resale Rights
    Product #36
    Truth Behind Hypnosis
    Master Resale Rights

    Product #37
    Create Web Audio Buttons
    Master Resale Rights
    Product #38
    Alternative Medicine
    Master Resale Rights

    Product #39
    Blogging 101
    Master Resale Rights
    Product #40
    Web Video Marketing
    Master Resale Rights



    Special Bonus #1
    200 PLR Articles
    20 sets of 10 articles each which you can do anything you like with (except give away)

    Special Bonus #2
    5 Brand New Top Quality Complete Audio
    "Brainstorm With The Masters" Sessions

    Master Resale Rights

    Traffic Mayhem
    1 Million Visitors Free


    View sales page

    Real World Search Engine Optimization

    View sales page


    How To Turn Videos Into Cash

    View sales page

    Truth Or Dare

    View sales page


    Million Dollar Membership

    View sales page

    You pay just $27 $17 for all of this.
    And you will be given first opportunity to purchase all future monthly mega packages for just $17.

    So don't delay, grab this package while it's still available click on the order button below and you could be downloading these items within a few minutes.




    Join VIp at 10$ ,you can down all this ebooks



    Followers

     

    Wordpress autoblog. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com