gucci handbag « Result #1 on Nov 29, 2009, 10:27pm »
This time we will gucci shoes take a close look at another stunning design of Gucci bags of 2009. Gucci Icon Bit tote is a bit drama, clean-lined, yet plenty of glam. It has a duffel-like shape with a round zip closure, and pleating detail adds femininity and delicacy. The ruthenium hardware and horse bit clasp and D ring detail give modern touch. It provides spacious interior with inside zip, cell phone and PDA pockets. With a detachable shoulder strap, it works functionally to your preference. This bag comes in a range of luscious materials including croc, python, suede, pony hair and iridescent patent leather, and in a colorful gucci handbags spectrum from black to blue, silver, purple and white. Offering a modern and chic style, it is a perfect item to bring you an instant day-to-night glamour, and work well with either casual or elegant outfit. Gucci Icon Bit bag is supremely luxurious in dark blue crocodile skin with ruthenium hardware. The shinny croc patterns are so appealing that gucci sunglasses will be the limelight wherever you go, moreover, the refined quality guarantees a lifetime use.
We know, we chi flat iron know, your best friend has a CHI flat iron and you want one too. chi hair straightener Or maybe your hairstylist told you to buy a CHI so you can get chi flat irons those silky straight strands at home. We hear it all the time, "I want to buy the CHI 1" Flat Iron." We gladly answer, "Sure, which one?" CHI truly is an innovative brand well known in the beauty industry for producing some of the most sought after flat irons on the planet, and it seems as if absolutely everyone has been told chi hair straighteners to buy one. But, there are so many CHI's out there; CHI Original, CHI Turbo, CHI Pink, CHI Nano, which CHI is right for you? Turn on the turbo and get a great style fast with the CHI Turbo 1" Flat Iron. Ceramic, ionic technology seals in the hair's natural moisture and shine by smoothing the hair cuticle, creating a healthy static-free shine. Variable temperature settings from jordan shoes 175 to 356 degrees F allow you to control the amount of gentle, far infrared heat as you style. Negative ion activity straightens your hair making it sleek and smooth, and the curved edge plates allow you to make air jordan shoes curls and waves as well.
Uggs are especially Bailey Button Ugg Boots famous for their ability of keeping people wearing them warm during the winter season. The Uggs originated in Australia, where sheep Classic Tall Ugg Boots herders wore made them from sheep skin to keep them warm and avoid frost bite on the feet Classic Cardy Ugg Boots during winters. Ugg Boots are typically called so because the initial ones looked quite bland and uninteresting. However, today manufacturers Classic Short Ugg Boots are created stunningly fashionable Uggs for everyone to wear for all types of occasions. Uggs are created from sheepskin. The sheepskin is used inside out so the fur touches the skin and keeps it warm. The sheep fur did not need you to wear socks inside these shoes thereby making them the most easy and comfortable shoes for the winter. These fashion Ugg shoes Nightfall Ugg Boots were created without the use of any stiff material to give it definitive shape. This made Ultra Tall Ugg Boots these shoes lose their shape. However, manufacturers today do use a stiff ¡®in sole' so as to make these stiffer and the shape of these shoes lasts longer.Price of these shoes depends on quality of the sheepskin used, the designing and the type of shoes. Simple shoes designs are always cheaper than those which are a little Sundance II Ugg Boots complicated and require talented labor. Those shoes are more expensive which have been created by keeping in mind their specific usage. The formal shoes will be a lot more expensive than the casual shoes.
Joined: Oct 2008 Gender: Male Posts: 102 Location: MI, USA Karma: 1
Easy Image Rollovers with Preload « Result #8 on Sept 5, 2009, 1:18am »
Easy Image Rollovers with Preload by SubDevo Tested in IE, FF, Opera and Safari
I have to say... This is a nice code! This will be the EASIEST rollovers you will ever do. No need to edit the code to add all your URL's to your rollover images. For any image you want to use as a rollover, just name both of the images the same filename and same extension. Then add, before the extension (.jpg .gif .png etc.), "_off" to the normal/off image and add "_on" to the rollover/on image filename.
Upload both the images to the SAME folder to your image host. Your host must have folders and BOTH the images must be in the same folder. Photobucket.com is set up this way. Example: htp://www.fakehost.com/images/list_off.png htp://www.fakehost.com/images/list_on.png
The code will find the "_off" images and automatically use the "_on" image as the rollover.
Using this method, you can easily add rollovers to ANY image on your forum, without a single code edit! Items such as your menu buttons, UBBC buttons, reply/quote etc... even your avatar and signature images! Use your imagination...
Here is the only option to edit: var pLoad=1; // Preload Rollover Images? 1=Yes, 0=No.
Leave this at "1" to preload (download) your rollover images. This way there is no delay when you mouse over a image. The rollover image is instantly shown. No more of those boxes with a "x" in it while the rollover image downloads.
Enjoy!!! SubDevo
Location: Global Footer
Code:
<script type="text/javascript"> <!-- /* Easy Image Rollovers with Preload by SubDevo */ /* Global Footer - Please leave this header intact. Do not repost. */ /* [url]http://interoceandesigns.proboards.com[/url] or [url]http://lsdp.proboards.com[/url] */
var pLoad=1; // Preload Rollover Images? 1=Yes, 0=No.
var n=document.images; var nI=[]; var oF="_off."; var oN="_on."; function Iswp(i,a,b,c){i.src=((c)?c:i).src.replace(a,b);} for(var x=0;x<n.length;x++){ if(n[x].src.match(oF)){ if(pLoad){nI[x]=new Image; Iswp(nI[x],oF,oN,n[x]);} n[x].onmouseover=function(){Iswp(this,oF,oN);} n[x].onmouseout=function(){Iswp(this,oN,oF);} } } //--> </script>
Joined: Oct 2008 Gender: Male Posts: 102 Location: MI, USA Karma: 1
Mini-Profile Background Image Global/Certain Users « Result #9 on Sept 3, 2009, 5:49am »
Mini-Profile Background Image Global/Certain Users by SubDevo Tested in IE, FF, Opera and Safari
Allows you to use a background image for the Mini-Profile for your entire forum. Allows you to give certain users a different background of your choosing.
Using a global mini-profile image will give your forum a little more "character". Admins can use the "certain users" background image as a "prize" or a "thank you" or whatever for a "special" member! Let your staff have their own image too! This sets them apart from the regular members.
Enjoy!!! SubDevo
Variable Descriptions:
var pImg="URL TO IMAGE"; // URL to Global Image. Enter the URL to your global mini-profile background image. This image will be used for all mini-profiles except for the members listed in the next variable below.
uI[0]=["USERNAME","URL TO IMAGE"]; // Username, URL to Image. Enter the user name (NOT display name) in the first part, and the URL to their image in the second part. Any users listed here will overide the global image. To add more users, simply copy/repeat this line and renumber them.
Example:
uI[0]=["admin","URL TO IMAGE"]; // Username, URL to Image. uI[1]=["joe2000","URL TO IMAGE"]; // Username, URL to Image. uI[2]=["maryjp","URL TO IMAGE"]; // Username, URL to Image.
To temporarily disable any user, just set the user name part to "". Using this method, you don't have to remove the entire line of code and you can reuse it later.
IMPORTANT! The first line (the one with a "0"), MUST ALWAYS be in the code in order for the code to work! uI[0]=["USERNAME","URL TO IMAGE"]; // Username, URL to Image. You can disable it by setting the user name to "", but do NOT delete this line!
NOTE: If you have a user in the list, and the url does not start with "http://", the global image will be shown instead. If the URL is "bad", even the global image will not show. In this case, correct the URL or disable the user in the list by setting the user name to "".
Another point... You can change the code for use just for a single image to use for ALL mini-profiles by setting all the user names in the list to "". Likewise, you may set the Global image to "", to only use a background image for certain users.
Location: Main Footer
Code:
<script type="text/Javascript"> <!-- /* Mini-Profile Background Image Global/Certain Users by SubDevo */ /* Global Footer - Please leave this header intact. Do not repost. */ /* [url]http://interoceandesigns.proboards.com[/url] or [url]http://lsdp.proboards.com[/url] */
var pImg="URL TO IMAGE"; // URL to Global Image. var uI=[]; // DO NOT TOUCH uI[0]=["USERNAME","URL TO IMAGE"]; // Username, URL to Image.
var td=document.getElementsByTagName("td"); var rm=/=viewprofile/i; if(location.href.match(/=(display|(pm)?view|user|recent)/i)||document.title.match(/search/i)){ for(var x=0;x<td.length;x++){ var i=0; if(td[x].width=="20%"&&td[x].innerHTML.match(rm)){ uImg=pImg; var uN=td[x].getElementsByTagName("a"); while(!uN[i].href.match(rm)&i<uN.length){i++;} with(uN[i].href){var pUser=slice(lastIndexOf("=")+1);} if(uI[0][0]){for(var a=0;a<uI.length;a++){ if(pUser==uI[a][0]&&uI[a][1].match(/^http:\/\//i)){uImg=uI[a][1];break;}}} if(uImg){td[x].style.backgroundImage="url("+uImg+")";} }}} // --> </script>
Joined: Oct 2008 Gender: Male Posts: 102 Location: MI, USA Karma: 1
Replace/Remove Any Titles « Result #10 on Sept 3, 2009, 2:58am »
Replace/Remove Any Titles by SubDevo Tested in IE, FF, Opera and Safari
This small, flexible code allows you to replace any text that is bold with just about anything! Replace your chosen text with another word, image, variable or HTML!
This code looks for text inside of bold tags not font tags. So just about any words you see that are bold on your forum can be replaced with this code.
Examples of "normal" words/titles you can replace: Forum Name, Topics, Posts, Started by, Replies, Views, Last Post, Subject, Sub-Boards, Author, Users Online, Active Users In The Past 24 Hours.
Now these are "special". Quick Reply, Info Center, Forum Statistics For any of these, if you set the replacement to "", it will remove/hide that row. Nice... Or, you can just rename them.
You can also replace the titles with just about any HTML! Now, I haven't tried it, but I'm sure you could also use embed tags. That means sound and video! Let me know if you try this!
Enjoy!!! SubDevo
Variable Description: Do not touch the lines in Red! Do not remove or put any additional text on those lines! Edit the Yellow portions:
var n=[ ["Topics","Threads"], ["Posts","Posts"] ];
Enter the EXACT word to replace in the first part. It IS case sensitive. Enter the replacement in the second part. Add more lines by copying and pasting the previous line. Make sure there is a comma at the end of each line except for the last one. Notice the LAST line in the list, does NOT have a comma at the end.
Extras!
Replace text with an image: "<img src='URL TO IMAGE' alt='Quick Reply' />"
Tip: Replace your board/category/Info Center/Quick Reply titles with an image using this method!
Replace with text and color/style it: "<span style='color: #FF0000;'>Threads</span>" If you know CSS, you can put just about any style tag in here!
Replace with a "variable". Make sure there are NO quotes around a variable name.
Example: ["-ME-",pb_displayname]
Put "-ME-" in a post/personal text/signature, put bold tags around it. When your post is viewed, it will be replaced by the name of the member who is viewing it! Imagine a signature like... "Hey [ b]-ME-[/b ]! Click my Freaking Signature!"
Location: Global Footer
Code:
<script type="text/javascript"> <!-- /* Replace/Remove Any Titles by SubDevo */ /* Global Footer - Please leave this header intact. Do not repost. */ /* [url]http://interoceandesigns.proboards.com[/url] or [url]http://lsdp.proboards.com[/url] */ var n=[ ["Topics","Threads"], ["Posts","Posts"] ]; var tn=document.getElementsByTagName("b"); if(!(location.href.match(/headersfooters/)||document.postForm)){ for(x=0;x<tn.length;x++){var tc=tn[x].innerHTML; for(i=0;i<n.length;i++){if(tc==n[i][0]){tn[x].innerHTML=tc.replace(n[i][0],n[i][1]);}} } } //--> </script>