Welcome to Gaia! ::

Is relocating the thread a hassle?

Yes. :< 0.3 30.0% [ 3 ]
No. :> 0.4 40.0% [ 4 ]
Apology for relocating not accepted. D: 0.3 30.0% [ 3 ]
Total Votes:[ 10 ]
This poll closed on December 18, 2012.
No longer accepting new votes.
<< < 1 2 ... 12 13 14 15 16 17 18 19 ... 30 31 32 > >>

11,475 Points
  • Partygoer 500
  • Conventioneer 300
  • Forum Sophomore 300
S u n n i e pea
Mkay cool. :3 I'll take a look at it and rework the code when I get home from my trip on saturday. ^^ Thank you. :3


Haha, you're welcome. I'm sure you can fix it. 3nodding
This guide is amazing x)
OTL May I ask how I can add separate pictures/text into a v1 profile?

11,475 Points
  • Partygoer 500
  • Conventioneer 300
  • Forum Sophomore 300
Eien no Natsu
This guide is amazing x)
OTL May I ask how I can add separate pictures/text into a v1 profile?


What do you mean?

5,800 Points
  • Peoplewatcher 100
  • Friendly 100
  • Bidding War 100
Knight Yoshi
You can do anything you want in Current profiles just like Classic. Though Gaia has JS to keep the elements inside the columns, you can use CSS to move it around. I use a Current profile.

Note: Don't use display:none, when you save the profile, it acts like when you click the X.

I personally re-write all of the CSS Gaia has so that I don't have any complications in doing something, via removing the floats, paddings, and margins. 3nodding

Cool, I thought that with the columns there... I wouldn't be able to move stuffs around that much, like let's say do a five-pointed star layout (just an example). All I have to do is to keep everything inside their respective columns. Afterwards, I'll be able to re-size them and stuff via CSS, right?

Like this:
------------------------
|-----_----------------
|----|_|----.--___-----
|-------------|----|--
|--------_--.-|___|------
|-------|_|--------------
------------------------

If I wanted to do something like that (fail illustration above): I'll have to use 2 columns; Move and re-size each content area (red,green,blue box) using #id_x. I guess I have to test this out myself. But yeah, your input will be appreciated.

I'd probably try rewriting everything as a practice.

11,475 Points
  • Partygoer 500
  • Conventioneer 300
  • Forum Sophomore 300
ZeFluffyKitty
Knight Yoshi
You can do anything you want in Current profiles just like Classic. Though Gaia has JS to keep the elements inside the columns, you can use CSS to move it around. I use a Current profile.

Note: Don't use display:none, when you save the profile, it acts like when you click the X.

I personally re-write all of the CSS Gaia has so that I don't have any complications in doing something, via removing the floats, paddings, and margins. 3nodding

Cool, I thought that with the columns there... I wouldn't be able to move stuffs around that much, like let's say do a five-pointed star layout (just an example). All I have to do is to keep everything inside their respective columns. Afterwards, I'll be able to re-size them and stuff via CSS, right?

Like this:
------------------------
|-----_----------------
|----|_|----.--___-----
|-------------|----|--
|--------_--.-|___|------
|-------|_|--------------
------------------------

If I wanted to do something like that (fail illustration above): I'll have to use 2 columns; Move and re-size each content area (red,green,blue box) using #id_x. I guess I have to test this out myself. But yeah, your input will be appreciated.

I'd probably try rewriting everything as a practice.


You don't have to leave them in the columns, as I said, you can use CSS to move it outside of the column, however, I find this to be highly unorthodox. If you're gonna do that, just use one column, remove the other two, tell column_1 to have a width of 100% and move the elements around inside of that using position: relative.

5,800 Points
  • Peoplewatcher 100
  • Friendly 100
  • Bidding War 100
Knight Yoshi
You don't have to leave them in the columns, as I said, you can use CSS to move it outside of the column, however, I find this to be highly unorthodox. If you're gonna do that, just use one column, remove the other two, tell column_1 to have a width of 100% and move the elements around inside of that using position: relative.

I wanted to decrease the overall loading time of the background by slicing the image in half, that's why I planned on using 2 columns.

Thanks for tips~

11,475 Points
  • Partygoer 500
  • Conventioneer 300
  • Forum Sophomore 300
ZeFluffyKitty
Knight Yoshi
You don't have to leave them in the columns, as I said, you can use CSS to move it outside of the column, however, I find this to be highly unorthodox. If you're gonna do that, just use one column, remove the other two, tell column_1 to have a width of 100% and move the elements around inside of that using position: relative.

I wanted to decrease the overall loading time of the background by slicing the image in half, that's why I planned on using 2 columns.

Thanks for tips~


This is a bad idea. As well it won't decrease the time of the image to load, it'll take the same amount if not longer cause its now loading two images that are half the file size of the whole, so it has to load half of it then load another half.

If you want it to load a bit faster, post the image somewhere and let Gaia cache it, then use the cache URL.

5,800 Points
  • Peoplewatcher 100
  • Friendly 100
  • Bidding War 100
Knight Yoshi
This is a bad idea. As well it won't decrease the time of the image to load, it'll take the same amount if not longer cause its now loading two images that are half the file size of the whole, so it has to load half of it then load another half.

If you want it to load a bit faster, post the image somewhere and let Gaia cache it, then use the cache URL.

Whoa, all my web dev classes taught us that slicing up images will make the page load faster. I never really timed it since before but it had been my standard ever since. I slice up the image by sections, each one saved as either a jpg or a gif... a very tedious job. cat_sweatdrop
ZeFluffyKitty
Knight Yoshi
This is a bad idea. As well it won't decrease the time of the image to load, it'll take the same amount if not longer cause its now loading two images that are half the file size of the whole, so it has to load half of it then load another half.

If you want it to load a bit faster, post the image somewhere and let Gaia cache it, then use the cache URL.

Whoa, all my web dev classes taught us that slicing up images will make the page load faster. I never really timed it since before but it had been my standard ever since. I slice up the image by sections, each one saved as either a jpg or a gif... a very tedious job. cat_sweatdrop

Slicing up all images in a Web Dev is for cheap and inexperience developer. People who run porn sites slice up all the images cause they don't wanna pay for a good enough web developer. Slice up an image is okay for some things that are small but for whole web developments it's really really poor quality and looks really bad on a resume if you applying for a job at a company.

I suggest looking into a better development classes or read tutorials at NetTuts+.
Shamelessly formatted by GaiArch.User Image - Blocked by "Display Image" Settings. Click to show.

5,800 Points
  • Peoplewatcher 100
  • Friendly 100
  • Bidding War 100
coded101
Slicing up all images in a Web Dev is for cheap and inexperience developer. People who run porn sites slice up all the images cause they don't wanna pay for a good enough web developer. Slice up an image is okay for some things that are small but for whole web developments it's really really poor quality and looks really bad on a resume if you applying for a job at a company.

I suggest looking into a better development classes or read tutorials at NetTuts+.
Shamelessly formatted by GaiArch.User Image - Blocked by "Display Image" Settings. Click to show.

You said it yourself "Slice up an image is okay for some things that are small but for whole web developments it's really really poor quality". Personal pages, like a Gaia profile, are somewhat small so slicing is advisable. Professional pages are on a different level, having to meet what the client wants and doing so in the most efficient way.

Err, I dunno why I'm responding to this.. but yeah. cat_stare
ZeFluffyKitty
coded101
Slicing up all images in a Web Dev is for cheap and inexperience developer. People who run porn sites slice up all the images cause they don't wanna pay for a good enough web developer. Slice up an image is okay for some things that are small but for whole web developments it's really really poor quality and looks really bad on a resume if you applying for a job at a company.

I suggest looking into a better development classes or read tutorials at NetTuts+.
Shamelessly formatted by GaiArch.User Image - Blocked by "Display Image" Settings. Click to show.

You said it yourself "Slice up an image is okay for some things that are small but for whole web developments it's really really poor quality". Personal pages, like a Gaia profile, are somewhat small so slicing is advisable. Professional pages are on a different level, having to meet what the client wants and doing so in the most efficient way.

Err, I dunno why I'm responding to this.. but yeah. cat_stare

Still having to slice a whole "Design" for a gaiaonline page is bad. Yes it's a single page but still I was saying small as in a navigation or a widget, or something of the short. Not a whole page, unless it's like a promo page for like products which is okay. (NewEgg does it)

Distinct Dabbler

5,750 Points
  • First step to fame 200
  • Forum Regular 100
  • Signature Look 250
I got completely confused 0_0
I need like gaia profiles for dummies xDD
I don't know where to get these things..
Or even where I'd put them at :0
I thought it would be so much easier!
Lmaoo. Do you make them, and have people pay you?

11,475 Points
  • Partygoer 500
  • Conventioneer 300
  • Forum Sophomore 300
DESlRE
I got completely confused 0_0
I need like gaia profiles for dummies xDD
I don't know where to get these things..
Or even where I'd put them at :0
I thought it would be so much easier!
Lmaoo. Do you make them, and have people pay you?


Er.. Well I can make it, obviously. But I'm probably not the best person to ask for one, it would take forever to get completed. I have bigger projects I'm working on and college as well.. :T Have you tried look into a profile shop? I do believe those are located in the personalized graphics forum.

ritsuka909's Waifu

Hilarious Spotter

11,500 Points
  • Jolly Roger 50
  • Survivor 150
  • Profitable 100
What do you mean by "selector", I'm kinda confused on that one.

11,475 Points
  • Partygoer 500
  • Conventioneer 300
  • Forum Sophomore 300
Mizz Chopper
What do you mean by "selector", I'm kinda confused on that one.


A selector is what you use to target an element.
Selectors are, most commonly, ID tags which use the hash "#", class tags which use the dot ".", nodes what the element is, like links are anchors so their node is "a", same for un/ordered, "ol" or "ul". You can also use attribute selectors, but that's more advance.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum