in discussion Hidden / Per page discussions » Angela Edwards Challenge
I'm not sure what to make of it to be honest. I've only just come across Angela. I'm going to do a bit more digging to see if it really works like she says it does.
acp · nav · staff · my other sites
I'm not sure what to make of it to be honest. I've only just come across Angela. I'm going to do a bit more digging to see if it really works like she says it does.
I no longer buy her product, but I still think the method works. I have a site that is in a very competitive niche, but with 80 of these links I have brought it from #97 to #3. I did the 80 about a month ago and it took about 2 weeks to hit #3. Now I'm working on more sites. <a href="http://www.wedding-centerpiece.net">wedding centerpiece</a> <a href="http://www.wedding-centerpiece.net/wedding-table-decorations.html">wedding table decorations</a>
Her methods work really well! :D
Vil du lese mer om forbrukslån? Her kan du gjøre det. Dessuten kan du også finne artikler om kredittkort. Eller kanskje du vil sammenligne forbrukslån?
angela is so crazy lol but i do belieave her methology works
Does it work though, I am not sure. There seems to be a lot of hype about it :)
hehe Ive actually found this page while googled for AngelaE8654 :)
Angela is too busy spamming the internet to defend herself hehe.
It's all about selling her backlink product, which anyone could find themselves with minimal effort. (Google her username, AngelaE8654, then do what she does and learn how to do it better and find others, it's easy, and free.)
She's a marketer, so why should we be surprised? However, her claims annoy me as well, knowing they are complete B.S. Inner page rank has nothing to do with main page rank. It just sounds nice to say you have a link on a "website" with a high page rank. She leaves out that her links are on inner pages that count only as run-of-the-mill links from PR0 pages. A cruddy blog you can create for free has just as much link juice.
I won't bother leaving my links… I don't want her slimy name attached to mine in any way.
I really don't believe that angela's method can do any good to your site.
Did the job nicely, and nice one shutting Morning Copy up!
:)
Hi Morning Copy and thanks for posting.
For some reason I had a hard time following your tutorial, though it was laid out nicely and after going over it a few times my summarized version seemed to do the trick for me.
By the way, original attribution for the tutorial goes to the UNL as shown in the article: Google Document Forms but has been rehashed all over the web a few hundred times, this of course includes our sites.
To find other versions of this tutorial using Google just click here.
Thanks for summarizing our tutorial for your readers Whane.
Check out our original tutorial here: http://www.morningcopy.com.au/news/how-to-style-google-forms/
Hey that's a nice trick…. worked like a gem! Thanks!
The map still appears for me. *shrugs*
map doesn't show anymore
On the surface it's a great idea, attracting articles and giving back-links and 100% adsense revenue in return, but I don't believe Qassia is long for this world, I just don't see a revenue stream for them, they say that they post their ads on search pages and the like, but I can't recall ever actually seeing one. Another clue that they are cash strapped is that they are currently running a public appeal for funds to buy a back-up server. Given the price of a server, it seems strange that they aren't able to generate enough revenue to pay for that.
Another issue I'm seeing is that they seem to be getting progressively less traffic from their members (judged solely on the speed of the submit queue). This suggests that previously active Qassia members are going away.
I'm a fairly active user of Qassia after having been with them a couple of months and I am now getting a little direct adsense revenue and some traffic from them, so they aren't a complete loss, but I'm only investing spare time with them, and have backups of all the original articles I submitted so I can easily recycle them if it does go away.
You should set the account display and the search box above the menu(top-right corner). Also position it by using the top and right properties, it is aligned top-right after all.
Hey nice fix,
but how do you display the actual context you want to display? without looking like a link and the "error-block" module does not work properly, it shows it on the page even though the link works fine
Thanks
Stuff like this bothers me so bad that sometimes I can't sleep! After trying many, many different things, something in the back of my brain remembered that I've seen (and used in the past) a negative margin to get things to align. The 13 pixel setting looks perfect in Firefox. I didn't look in IE yet. Dump the above code and use this:
-Ed
#side-bar{
position:absolute;
top: 154px;
}
#side-bar {
margin-top: -13px;
}
#page-title{
display:none;
}
Solution found for the side bar gap:
#side-bar{
position:absolute;
top: 154px;
}
Keep in mind that while this fixes pages with no titles, it also breaks the bottom bar (footer area) causing it to rise to the top behind the left navigation unless you have enough content on the page to keep it below the rest of the content. So if you plan to have pages with a small measure of content, you are better off without this part of the code, just make sure you include a page title.