• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 01:46
CET 07:46
KST 15:46
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
[BSL21] RO32 Group Stage1Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win62025 RSL Offline Finals Dates + Ticket Sales!10BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION3
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" TL.net Map Contest #21: Voting RSL S3 Round of 16 [TLCH] Mission 7: Last Stand Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament Monday Nights Weeklies SC4ALL $6,000 Open LAN in Philadelphia $3,500 WardiTV Korean Royale S4 Crank Gathers Season 2: SC II Pro Teams
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace
Brood War
General
[ASL20] Ask the mapmakers — Drop your questions SnOw's ASL S20 Finals Review [BSL21] RO32 Group Stage BGH Auto Balance -> http://bghmmr.eu/ RSL S3 ro16
Tourneys
BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION [ASL20] Grand Finals Small VOD Thread 2.0 The Casual Games of the Week Thread
Strategy
Current Meta How to stay on top of macro? PvZ map balance Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Dawn of War IV Stormgate/Frost Giant Megathread ZeroSpace Megathread General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Dating: How's your luck? Canadian Politics Mega-thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread [Manga] One Piece Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Why we need SC3
Hildegard
Career Paths and Skills for …
TrAiDoS
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1757 users

html help and general webcomic questions

Blogs > FreelanceSatan
Post a Reply
FreelanceSatan
Profile Blog Joined January 2011
36 Posts
Last Edited: 2012-06-12 19:47:50
June 12 2012 19:45 GMT
#1
Hey guys I have a graphic novel (heavily inspired by the starcraft universe!!) that I have been working on for many years now. One of the ideas I would like to try to incorporate into a web published version is to have a system setup for it where the page loads just the images of the page without any text or speech bubbles first and then text will only load into the picture after you click the image (or a button perhaps) and then the words are layered on top of it. I have been trying to figure out a method to create this kind of process but I have yet to yield any results. My html knowledge is very limited but I have a strong desire to learn. Does anyone have any idea how I can go about achieving this result?

In general I would love to hear feedback on this idea from people (good or bad doesnt matter)

I am also kinda conflicted on what the general consensus is around here on web comics and resolutions. Should I publish the pages in extremely high detail and large resolution and sacrifice load times and mobility + accessibility

Or should I reduce the file sizes dramatically to fit on a small screen with no scrolling and low load times but sacrifice extremely large amounts of detail.

heres an example of the size I would like to publish it in
+ Show Spoiler +
[image loading]



+ Show Spoiler +
[image loading]


*****
KharadBanar
Profile Joined February 2011
Austria463 Posts
Last Edited: 2012-06-12 19:49:43
June 12 2012 19:49 GMT
#2
I have no idea how to HTML, but your pics sure look bloody amazing :O
5/5 for the art style alone
FreelanceSatan
Profile Blog Joined January 2011
36 Posts
June 12 2012 19:56 GMT
#3
thanks man
Integra
Profile Blog Joined January 2008
Sweden5626 Posts
Last Edited: 2012-06-12 20:01:12
June 12 2012 20:00 GMT
#4
Sounds like you might wanna learn CSS and html with javascript. With CSS you can create elements on the page, such as text or images, that is hidden, and with javascript you then can trigger the CSS script to show the hidden elements. For more info you can go here:
http://www.w3schools.com/css/default.asp
"Dark Pleasure" | | I survived the Locust war of May 3, 2014
Weson
Profile Blog Joined December 2010
Iceland1032 Posts
June 12 2012 20:04 GMT
#5
I cant think of any way to achieve this with only HTML. I think you have to look into javascript or PHP to find a solution.
"!@€#" - as some guy said
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
June 12 2012 20:04 GMT
#6
On June 13 2012 05:00 Integra wrote:
Sounds like you might wanna learn CSS and html with javascript. With CSS you can create elements on the page, such as text or images, that is hidden, and with javascript you then can trigger the CSS script to show the hidden elements. For more info you can go here:
http://www.w3schools.com/css/default.asp

This is definitely the way to go. Have the images in the background, and use invisible divs for the text bubbles absolutely positioned over it. Making a javascript to show the hidden divs on a click or similar is extremely simple (and if you want to learn something slightly more advanced but sweeter to work with, you can use jQuery, a javascript library which makes javascript together with css incredibly easy to work with).
Integra
Profile Blog Joined January 2008
Sweden5626 Posts
June 12 2012 20:06 GMT
#7
On June 13 2012 05:04 Weson wrote:
I cant think of any way to achieve this with only HTML. I think you have to look into javascript or PHP to find a solution.

CSS and javascript will be fine, he won't need PHP since...It doesn't have damn thing to do with doing an webpage dynamic or interactive.
"Dark Pleasure" | | I survived the Locust war of May 3, 2014
Weson
Profile Blog Joined December 2010
Iceland1032 Posts
Last Edited: 2012-06-12 20:23:42
June 12 2012 20:18 GMT
#8
On June 13 2012 05:06 Integra wrote:
Show nested quote +
On June 13 2012 05:04 Weson wrote:
I cant think of any way to achieve this with only HTML. I think you have to look into javascript or PHP to find a solution.

CSS and javascript will be fine, he won't need PHP since...It doesn't have damn thing to do with doing an webpage dynamic or interactive.

With some ugly code the same result could be achieved with PHP. However, you will have to do postbacks and it probably wont look as good as with a CSS&Javascript solution. He might want to load the text from a database, then PHP and mysql would be perfect.
"!@€#" - as some guy said
rastaban
Profile Blog Joined May 2010
United States2294 Posts
June 12 2012 20:23 GMT
#9
At its simplest you can have 2 versions of the picture one with, and one without, the text then link the no text version to the one with text.

Not optimal by any means but should be the easiest to do for someone with no experience in setting up something like this in js or CSS.
Tyler: "...damn it, that's StarCraft. Opening doors is what we do. Being the first to find food is the greatest pleasure a player can have!"
FreelanceSatan
Profile Blog Joined January 2011
36 Posts
Last Edited: 2012-06-12 20:25:27
June 12 2012 20:23 GMT
#10
this sounds like its all way out of my league. Im just a humble amateur comic book creator. from what I see so far perhaps it would be best to try and find someone more knowledgeable on the subject of web creation to join my crusade.

edit*

On June 13 2012 05:23 rastaban wrote:
At its simplest you can have 2 versions of the picture one with, and one without, the text then link the no text version to the one with text.

Not optimal by any means but should be the easiest to do for someone with no experience in setting up something like this in js or CSS.


I think this is the direction I would be most likely be able to work with. Would there be any kind of drawbacks to this?
Integra
Profile Blog Joined January 2008
Sweden5626 Posts
Last Edited: 2012-06-12 20:29:09
June 12 2012 20:24 GMT
#11
On June 13 2012 05:18 Weson wrote:
Show nested quote +
On June 13 2012 05:06 Integra wrote:
On June 13 2012 05:04 Weson wrote:
I cant think of any way to achieve this with only HTML. I think you have to look into javascript or PHP to find a solution.

CSS and javascript will be fine, he won't need PHP since...It doesn't have damn thing to do with doing an webpage dynamic or interactive.

With some ugly code the same result could be achieved with PHP. However, you will have to do postbacks and it probably wont look as good as with a CSS&Javascript solution.. He might want to load the text from a database, then PHP and mysql would be perfect. PHP code cant make a site dynamic?

no, Javascript has dynamic event handlers, PHP does not. Even if it was possible the amount of code and programming skills would be much greater, essentially you would use a rocket trying to kill a bug when all you need is a swatter. Even if he wanted to load the text from a database, which I can't possible understand why since databases are meant for complex data, he would need to learn how to use SQL and AJAX as well in order to load the data... SO no, PHP is bad in every possible way in this situation.
"Dark Pleasure" | | I survived the Locust war of May 3, 2014
rastaban
Profile Blog Joined May 2010
United States2294 Posts
June 12 2012 20:30 GMT
#12
On June 13 2012 05:23 FreelanceSatan wrote:
this sounds like its all way out of my league. Im just a humble amateur comic book creator. from what I see so far perhaps it would be best to try and find someone more knowledgeable on the subject of web creation to join my crusade.

edit*

Show nested quote +
On June 13 2012 05:23 rastaban wrote:
At its simplest you can have 2 versions of the picture one with, and one without, the text then link the no text version to the one with text.

Not optimal by any means but should be the easiest to do for someone with no experience in setting up something like this in js or CSS.


I think this is the direction I would be most likely be able to work with. Would there be any kind of drawbacks to this?


The image would have to load twice exacerbating the large image problem, but if you are already using large images it probably isn't an issue for people who load them without problems. Also you wouldn't have any transition affects like fading ins.
Tyler: "...damn it, that's StarCraft. Opening doors is what we do. Being the first to find food is the greatest pleasure a player can have!"
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
Last Edited: 2012-06-12 20:37:19
June 12 2012 20:33 GMT
#13
Man, with my limited experience it is not trivial to do such thing with HTML/CSS/JS because a single image can have multiple panels. You might have to learn Flash.

However, if an image represents a single panel, then there are different ways to achieve what you want.

One of them is to use JS to switch the image without the bubbles to the one equivalent with the bubbles. No idea if this is efficient.

On June 13 2012 05:30 rastaban wrote:
Show nested quote +
On June 13 2012 05:23 FreelanceSatan wrote:
this sounds like its all way out of my league. Im just a humble amateur comic book creator. from what I see so far perhaps it would be best to try and find someone more knowledgeable on the subject of web creation to join my crusade.

edit*

On June 13 2012 05:23 rastaban wrote:
At its simplest you can have 2 versions of the picture one with, and one without, the text then link the no text version to the one with text.

Not optimal by any means but should be the easiest to do for someone with no experience in setting up something like this in js or CSS.


I think this is the direction I would be most likely be able to work with. Would there be any kind of drawbacks to this?


The image would have to load twice exacerbating the large image problem, but if you are already using large images it probably isn't an issue for people who load them without problems. Also you wouldn't have any transition affects like fading ins.


I believe its possible to add special effects using JQuery though;

oh, you could just overlap two images, one with the drawings, the other with the bubbles. Will have to learn CSS.
"When the geyser died, a probe came out" - SirJolt
Xyik
Profile Blog Joined November 2009
Canada728 Posts
June 12 2012 21:14 GMT
#14
This should be very doable with javascript and css, and it won't be too complex, the javascript you'll need to write is actually minimal, mainly positioning and responding to a mouse click event.
Weson
Profile Blog Joined December 2010
Iceland1032 Posts
June 12 2012 22:57 GMT
#15
On June 13 2012 05:24 Integra wrote:
Show nested quote +
On June 13 2012 05:18 Weson wrote:
On June 13 2012 05:06 Integra wrote:
On June 13 2012 05:04 Weson wrote:
I cant think of any way to achieve this with only HTML. I think you have to look into javascript or PHP to find a solution.

CSS and javascript will be fine, he won't need PHP since...It doesn't have damn thing to do with doing an webpage dynamic or interactive.

With some ugly code the same result could be achieved with PHP. However, you will have to do postbacks and it probably wont look as good as with a CSS&Javascript solution.. He might want to load the text from a database, then PHP and mysql would be perfect. PHP code cant make a site dynamic?

no, Javascript has dynamic event handlers, PHP does not. Even if it was possible the amount of code and programming skills would be much greater, essentially you would use a rocket trying to kill a bug when all you need is a swatter. Even if he wanted to load the text from a database, which I can't possible understand why since databases are meant for complex data, he would need to learn how to use SQL and AJAX as well in order to load the data... SO no, PHP is bad in every possible way in this situation.

Yeah you are absolutly right. Was dumb of me mentioning someting that requires a lot more work and will not function as well as something that can be done with a much more simpler method.

Just got to say your pictures looks amazing
"!@€#" - as some guy said
FreelanceSatan
Profile Blog Joined January 2011
36 Posts
Last Edited: 2012-06-12 23:47:18
June 12 2012 23:44 GMT
#16
thanks man. tl.net has been with me every step of the way on pretty much every art project i have ever done.
Please log in or register to reply.
Live Events Refresh
PiGosaur Monday
01:00
#56
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech131
StarCraft: Brood War
Rain 13355
Tasteless 166
zelot 29
League of Legends
Reynor42
Counter-Strike
m0e_tv210
Super Smash Bros
Mew2King118
Other Games
summit1g10234
WinterStarcraft427
C9.Mang0233
SortOf39
Organizations
Other Games
gamesdonequick837
Counter-Strike
PGL130
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota21370
League of Legends
• Lourlo953
• Stunt763
Other Games
• Scarra949
Upcoming Events
Replay Cast
2h 14m
WardiTV Korean Royale
5h 14m
LAN Event
8h 14m
OSC
16h 14m
The PondCast
1d 3h
LAN Event
1d 8h
Replay Cast
1d 16h
LAN Event
2 days
Korean StarCraft League
2 days
CranKy Ducklings
3 days
[ Show More ]
WardiTV Korean Royale
3 days
LAN Event
3 days
IPSL
3 days
dxtr13 vs OldBoy
Napoleon vs Doodle
Replay Cast
3 days
Sparkling Tuna Cup
4 days
WardiTV Korean Royale
4 days
LAN Event
4 days
IPSL
4 days
JDConan vs WIZARD
WolFix vs Cross
Replay Cast
5 days
Wardi Open
5 days
WardiTV Korean Royale
6 days
Liquipedia Results

Completed

BSL 21 Points
SC4ALL: StarCraft II
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025

Upcoming

BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.