Saturday, 28 April 2012

Stardoll!!!

Some of you come to this blog without a clue what stardoll is!! So I'm about to explain...








Stardoll  is an amazing website!!!!


games for girls <<click!!!!


~mickeymouse409 :D

Friday, 27 April 2012

New Button!

In the corner of jewellery there is a new button with a diamond with a cross through it. Press it and your jewellery will come off and go onto the shelf :D


~Eve

Buy Hair?!

You can buy hair now!! :D


~Eve

Friday, 20 April 2012

Sunday, 15 April 2012

Black to purple to black!!!


Here's my first ever 'div post'!!!





<div style="border: 2px solid rgb(14, 4, 23);">
<div style="background-color: black; border: 2px solid rgb(28, 9, 45);">
<div style="border: 2px solid rgb(41, 13, 68);">
<div style="border: 2px solid rgb(55, 17, 90);">
<div style="border: 2px solid rgb(69, 22, 113);">
<div style="border: 2px solid rgb(83, 26, 136);">
<div style="border: 2px solid rgb(97, 30, 158);">
<div style="border: 2px solid rgb(110, 34, 181);">
<div style="border: 2px solid rgb(124, 39, 203);">
<div style="border: 2px solid rgb(138, 43, 226);">
<div style="border: 2px solid rgb(150, 64, 229); text-align: center;">
<br />
<br />
<span style="font-family: trebuchet ms;"><strong><font color="#581d99"><span style="font-size: 24px;">Title</span> </font></strong><br />
<span style="font-size: 16px;"><span style="color: rgb(255, 240, 245);">Text<br><br><br>Text<br><br><br>Text<br><br><br>&copy mickeymouse409</span></span>.</span><br />

</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>










Title 
Text


Text


Text


© mickeymouse409
.








~mickeymouse409

HTML Lesson #2-Shadow; Flashing Text; Sized Border






I've decided to do 

this tutorial...

In circles. Its fun :B

Please Note: Flashing Text Can Only Be Viewed In Mozilla!




To do shadow write:

text-shadow: 0px 0px 0px red

Change the numbers and colour in the editor.




Flashing Test
Just type

Text-decoration: blink;

No editing
needed!




For a sized border all 
you have to do is adjust the numbers of the height and width:

Width: 400px; Height: 400px;


Next Lesson: Scrolling!

~mickeymouse409

HTML Lesson #1-Basics

I'm going to start doing HTML lessons, so all you can learn as well as copy and paste!






I do all my editing in htmledit.squarefree.com-so I can make sure I like the html before I use it.




When I do my html's, I start with a wide range of options, but I usually like to start with:


<p style="


The p means paragraph, and the style means we are about to change the font, size, etcetera.


Then I usually like to put:


text-align:


Which, aligns the text! The choices are left, center, or right. If you don't put text-align it will self align to left. I like to put it as center.




Me, I'm English, but HTML is American, so I have to remember not to put 'centre' or 'colour'.




In between each little bit you have to put a semi colon, otherwise it will not work.






I don't like to have a boring black HTML, but of course at times it looks...Nice! To change the colour write:


color: 


Then write any colour in! Or you can write a colour code, which is basically a code, that when you put it in, it changes the colour! To get the colour codes go to: www.computerhope.com/htmcolor.htm








To change the font, write:


font-family:


And then a font! I get my fonts from: support.microsoft.com/kb/924623


Most of the fonts on that website work, but some do not work on html's :(








Background colour is one of the easiest things! All you have to do is write:


background-color:


and then a colour! You can use colour codes too ;D




To change the font size write:


Font-size: 10px


Change the 10px to a size you like!






Now for border!!!! For a border, write:


border: 10px double red


You can adjust the 10 to what you would like :D


You can change the red to a colour or a colour code.


You can change the double to any of these:


Double
None
Ridge
Groove (same as ridge)
Inset
Outset
Dotted
Dashed
Solid










Finally, starting the text!


Write:




">THE TEXT GOES HERE!!!</p>












I included all of these features in one html and it gave me this:









<p style=" text-align: center; color: pink; font-family: monotype corsiva; font-size: 40px; background-color: deeppink; border: 10px ridge deeppink;">Hey!</p>











Next Lesson: Shadows, Flashing Text and Sized Borders.




~mickeymouse409

Whole Presentation-Black To Green Scrolly


<p style=" background-color: #000000; color: #000000;">H</p>
<p style=" background-color: #033300; color: #033300;">H</p>
<p style=" background-color: #076600; color: #076600;">H</p>
<p style=" background-color: #0A9900; color: #0A9900;">H</p>
<p style=" background-color: #0ECC00; color: #0ECC00;">H</p>
<p style=" text-align: center;background-color: #11FF00; color: #11FF00;">H<span style=" color: black; font-size: 72px; text-shadow: 0px 0px 15px black; letter-spacing: -0.2em;"><br>Name&hearts;<br><span style=" font-size: 30px; letter-spacing: 0.0em;">Online [x] Offline [  ]<br><br><br><span style=" margin: auto; overflow-y: scroll; overflow-x: auto; display: block; height: 100px; width: 460px;"><u>About Me</u><br>Write all your 'about me' here!<br>Remember, Enter makes a new box, Shift and Enter make a new line!<br>Enojy :D<br><br><u>Friends</u><br>Write a list of friends here,<br>or change the title to something else!<br><br><br><br><span style=" font-size: 50px; ">Quote Here<br><br>^&smile;^<span style=" font-size: 30px; "><br><br><br><u>Heading</u><br>Text<br>Text<br>Text<br>Text<br>Text<span style=" font-size: 25px;"><br><br>&copy mickeymouse409</p>
<p style=" background-color: #0ECC00; color: #0ECC00;">H</p>
<p style=" background-color: #0A9900; color: #0A9900;">H</p>
<p style=" background-color: #076600; color: #076600;">H</p>
<p style=" background-color: #033300; color: #033300;">H</p>
<p style=" background-color: #000000; color: #000000;">H</p>












~mickeymouse409




Take off the credit-Make me angryyyy!

Circle Border

Keep the credit or get reported!




Most of the html's I make are at stardoll-html-presentations.blogspot.com


I haven't had time to post any here :(





<p style="margin: auto; padding: 15px; border-radius: 15px; text-align: center; color: #ffffff; line-height: 0-.2px; overflow-x: hidden; overflow-y: hidden; word-wrap: break-word; background-image: none; background-attachment: scroll; background-repeat: repeat repeat; background-color: #ffffff; border-image: initial; border: 10px ridge gold;"><span style="color: #fffffff; font-size: 18px;"><span style="font-size: 72px;"><span style="text-shadow: black 0px 0px 2px;"><span style="font-family: mistral;"><strong style="font-weight: bold;">&nbsp;</strong></span></span></span></span><span style="font-size: medium;"><br /><span style=" color: green; font-size: 70px; text-shadow: 0px 0px 0px #333333;">Name<br /><span style=" font-size: 20px; ">Online [x] Offline [ ]<br><br><span style="font-family: 'Century Gothic';"><br /><br /><span style="color: #ffffff; font-size: 20px; text-shadow: 2px 3px 3px green; font-family: century gothic;"><span style="margin: 0px auto auto; width: 480px; height: 200px; color: #ffffff; display: block; overflow-x: auto; overflow-y: scroll;"><span style="color: #fa03a0;"><span style="color: gold;">ABOUT ME GOES HERE!<br><br><br>Click Shift & Enter For More Lines!<br><br><br><br><br><br><br><br>&nbsp;</span></span><br /><br /><br /></span><span style="margin: 0px auto auto; width: 480px; height: 200px; color: #ffffff; display: block; overflow-x: auto; overflow-y: scroll;"><span style="color: green; text-shadow: 2px 3px 3px gold;">Paragraph!</span><span style="color: #f39fd4;"></span><span style="color: #f39dd4;"></span><span style="color: #f39bd3;"></span><span style="color: #f399d2;"></span><span style="color: #f397d2;"></span><span style="color: #f496d1;"></span><span style="color: #f494d1;"></span><span style="color: #f492d0;"></span><br /><span style="color: green; text-shadow: 2px 3px 3px gold;">Yes that's right folks, this is a paragraph...Where you write stuff! Ooooo!!!!! </span><span style="color: #f48cce;"></span><span style="color: #f48acd;"></span><span style="color: #f488cd;"></span><span style="color: #f486cc;"></span><span style="color: #f484cb;"></span><span style="color: #f483cb;"></span><span style="color: #f481ca;"></span><span style="color: #f57fca;"></span><span style="color: #f57dc9;"></span><span style="color: #f57bc8;"></span><span style="color: #f579c8;"></span><span style="color: #f577c7;"></span><span style="color: #f575c6;"></span><span style="color: #f573c6;"></span><span style="color: #f571c5;"></span><span style="color: #f570c4;"></span><span style="color: #f56ec4;"></span><span style="color: #f56cc3;"></span><span style="color: #f56ac2;"></span><span style="color: #f668c2;"></span><span style="color: #f666c1;"></span><span style="color: #f664c1;"></span><span style="color: #f662c0;"></span><span style="color: #f660bf;"></span><span style="color: #f65ebf;"></span><span style="color: #f65cbe;"></span><span style="color: #f65bbd;"></span><span style="color: #f659bd;"></span><span style="color: #f657bc;"></span><span style="color: #f655bb;"></span><span style="color: #f653bb;"></span><span style="color: #f751ba;"></span><span style="color: #f74fba;"></span><span style="color: #f74db9;"></span><span style="color: #f74bb8;"></span><span style="color: #f749b8;"></span><span style="color: #f748b7;"></span><span style="color: #f746b6;"></span><span style="color: #f744b6;"></span><span style="color: #f742b5;"></span><span style="color: #f740b4;"></span><span style="color: #f73eb4;"></span><span style="color: #f73cb3;"></span><span style="color: #f83ab3;"></span><span style="color: #f838b2;"></span><span style="color: #f836b1;"></span><span style="color: #f834b1;"></span><span style="color: #f833b0;"></span><span style="color: #f831af;"></span><span style="color: #f82faf;"></span><span style="color: #f82dae;"></span><span style="color: #f82bad;"></span><span style="color: #f829ad;"></span><span style="color: #f827ac;"></span><span style="color: #f825ab;"></span><span style="color: #f923ab;"></span><span style="color: #f921aa;"></span><span style="color: #f920aa;"></span><span style="color: #f91ea9;"></span><span style="color: #f91ca8;"></span><span style="color: #f91aa8;"></span><span style="color: #f918a7;"></span><span style="color: #f916a6;"></span><span style="color: #f914a6;"></span><span style="color: #f912a5;"></span><span style="color: #f910a4;"></span><span style="color: #f90ea4;"></span><span style="color: #fa0da3;"></span><span style="color: #fa0ba3;"></span><span style="color: #fa09a2;"></span><span style="color: #fa07a1;"></span><span style="color: #fa05a1;"></span><span style="color: #fa03a0;"></span></span><span style="margin: 0px auto auto; width: 480px; height: 200px; color: #ffffff; display: block; overflow-x: auto; overflow-y: scroll;"><span style="color: gold; font-size: 40px;">Quote Here ^&smile;^</span><span style="color: #f3a1d5;"></span><span style=" text-shadow: 2px 3px 3px gold; color: green; font-size: 20px; "><br><br><br>Paragraph!<br><br><br><br><br>&hearts;<span style="color: #f3a1d5;"></span><span style=" color: black; text-shadow: 0px 0px 15px green;">mickeymouse409</p>





~mickeymouse409

Prez.Peepz

Please join my new club Prez.Peepz! Thanks!




~mickeymouse409

Saturday, 14 April 2012

Bling Bling-Now in Starplaza!

The fantastic Decor shop in suite shop has hit Starplaza, with even more funky furniture! Mainly stardollars, but a couple of starcoin stuff too!


~mickeymouse409

Friday, 13 April 2012

Free Joon Pillow and Bottle

If you live in the USA, log into Stardoll, click HERE and follow the instructions below (ignore the proxy part).
If you are from anywhere else, you can use a web proxy such as www.proxoin.com or www.webwarper.net or www.turbo-proxy.com or www.dontfilter.us


If you wish to use a manual proxy, you can use:
IP: 65.66.73.156 Port: 80


Type in the proxy URL bar
www.stardoll.com and log in.
Replace the proxy URL with:
http://www.stardoll.com/en/campaigns/joongirl/wishlist.php
You should be redirected to a wishlist:


 Select any item on the wishlist and select Create My Wishlist. Fill in anything where it wants you to and send.
Remember to log out of the proxy. The pillow and bottle should be in your suite.

~mickeymouse409

Free Lamp


If you are from Portugal or the UK, log in to stardoll, click HERE,  enter the comp by sending a picture . The lamp should be in your suite.
If you are from anywhere else, you'll have to use a manual proxy.
Web proxies don't work with this kind of contests.

You can use these:
IP:194.79.87.40 PORT:80
IP:84.91.189.194 PORT:80

After setting the manual proxy, go to this link:

Hit Enter and log in to your account. Once you log in, enter the comp by sending a picture. You can now get rid of the manual proxy. The lamp should be in your suite.


~mickeymouse409

New Decades Collection!

Ermm...Your opinions?


~mickeymouse409 (I'm bored of being Enter Name Here)

Saturday, 7 April 2012

Free Lorus Clock


If you are from the UK click HERE to go to the contest page, scroll down and click 'To Official Site. If you are from a different country use a UK proxy like slygeek.com/ or goproxing.com/

Paste this link into the proxy URL bar:


Now log in. Scroll down, then click 'To Official Site'. You will be taken to the Lorus site, but you can click off after the page has loaded.

Log out and close the proxy. The clock will be in your suite.
 
~mickeymouse409

Free Emerald Necklace

If you are from Russia, click HERE. Answer the quiz question and click 'Enter competition'. The necklace should be in your Beauty Parlor.
If you are from anywhere else, you'll have to use a web proxy, go to: webproxy.ru or fetcher.ru/proxer/ or uu.tj

Type this into the  bar:

Hit Enter and log into Stardoll. Answer the quiz questions and click 'Enter competition'. When the page loads, you can leave the proxy. The necklace should be in your Beauty Parlor.

~mickeymouse409

Free Egg and Chicken

If you are from The Czech Republic, click HERE. Fill in  the boxes and click 'Enter competition'. The Egg should be in your Suite.
 
If you are from anywhere else, you'll have to use a web proxy, go to: http://www.freeproxy.cz
Type this into the  bar:

Hit Enter and log into Stardoll.  Fill in  the boxes and click 'Enter competition'. When the page loads, you can leave the proxy. The Egg should be in your Suite.
 
 
~E.N.H.

Free Chair

Just Click
and enter the competition



~E.N.H.

Free Easter Egg Basket



If you are from Sweden Click here and enter the contest. 


If you're not from Sweden, you will need to use a proxy, eg.: facebooksurfing.info 

 Paste the contest link into the blank box of the proxysite
 


www.stardoll.com/en/contest/view.php?id=2538  

Hit Enter.Choose one of your photos, and click on it. 


Click Send To Competition button.You can now leave the proxy and go to Stardoll as usual.The egg basket should be in a box in your suite. :)


~mickeymouse409

Free Natura Faces Perfume

If you are from Brazil click here.And enter the compition.
The perfume should be in your suite.

 

If you don't live in brazil  
Click here.
Now paste the link below into the blank box of the proxysite
www.stardoll.com/en/do/campaign/naturafaces2012.php?item=2

It should be in your suite :D

~E.N.H.

Free Easter Decoration

To get it:

Go to: www.surfert.nl/

Enter: www.stardoll.com

in the url box.

Log in, then enter: www.stardoll.com/en/contest/view.php?id=2508
Enter the contest, then leave the proxy server.

~mickeymouse409

Free Beastly Red Rose

For a free Beastly red rose, click HERE.


Hopefully this works!

~mickeymouse409

Royalty Benifets

Today Imma 'spill the beans' with all the benifets of being royalty!:

  • A diamond next to your doll
  • Access to the VIP club
  • Hear news before others, like new LE or antidote
~E.N.H.

Friday, 6 April 2012

Alice and Eve TV-Episode 2!


New Hit TV show on Stardoll TV-Alice and Eve TV

Episode 2!

(I recommend you turn the sound off).




~Enter Name Here ♥

Alice and Eve TV

New Hit TV show on Stardoll TV-Alice and Eve TV


Episode 1!


(I recommend you turn the sound off).








~Enter Name Here ♥

Hackers!!!

Here are some hackers to report, watch out for them!!!


Mss.Cupcake
poshlouran
Puppypurplefan

More to come...


~SoPhIE

Free Dog!

If you are from the UK, log in to Stardoll and simply go to: 


And enter the contest. You do not have to fill in the boxes with your phone number, address, ect. I left them blank, or  fill them in with fake info, or fill them in with real!

If you are not from the UK, you will need to use a proxy, go to: slygeek.com

Type in the URL bar: stardoll.com

Wait till the page loads and log in. Then, when that page loads, change the URL to: 


Wait till THAT page loads, then finally go to:



Go to your suite and the dog should be there.

~SoPhIE

TFL-Stardoll Game!

There is a new Stardoll game called TFL-Stop Think Win.

And there are 3 free gifts!



To get them, go to:


Then click the 'invite your friends' thingy in the corner, choose a friend and click invite. Go to your suite and there will be a bag-in a bag!

And if you have a facebook account, click the 'Like' in the top left corner to get a free jacket.


For a free tree, simply go to your suite and it will be in a 'Stop, Think, Win' bag, along with the bag and the jacket!

~SoPhIE

Thursday, 5 April 2012

Stardoll Stardesign Sunset Tutorial-For Beginners








It's bad, but I wanted to just give you the idea. Oh, and sorry about the chatting, my brothers were being irritating. You are supposed to add more waves, but I had a limited time so I wanted to make it quick.




~Enter Name Here