• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 14:31
CEST 20:31
KST 03:31
  • 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
Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy4Code S RO8 Preview: herO, Zoun, Bunny, Classic7Code S RO8 Preview: Rogue, GuMiho, Solar, Maru3BGE Stara Zagora 2025: Info & Preview27
Community News
Classic & herO RO8 Interviews: "I think it’s time to teach [Rogue] a lesson."2Rogue & GuMiho RO8 interviews: "Lifting that trophy would be a testament to all I’ve had to overcome over the years and how far I’ve come on this journey.8Code S RO8 Results + RO4 Bracket (2025 Season 2)14BGE Stara Zagora 2025 - Replay Pack2Weekly Cups (June 2-8): herO doubles down1
StarCraft 2
General
Jim claims he and Firefly were involved in match-fixing How herO can make history in the Code S S2 finals Rogue & GuMiho RO8 interviews: "Lifting that trophy would be a testament to all I’ve had to overcome over the years and how far I’ve come on this journey. Code S RO8 Results + RO4 Bracket (2025 Season 2) Classic & herO RO8 Interviews: "I think it’s time to teach [Rogue] a lesson."
Tourneys
[GSL 2025] Code S: Season 2 - Semi Finals & Finals WardiTV Mondays Sparkling Tuna Cup - Weekly Open Tournament $3,500 WardiTV European League 2025 Sea Duckling Open (Global, Bronze-Diamond)
Strategy
[G] Darkgrid Layout Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 477 Slow and Steady Mutation # 476 Charnel House Mutation # 475 Hard Target Mutation # 474 Futile Resistance
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ ASL20 Preliminary Maps BW General Discussion Recent recommended BW games FlaSh Witnesses SCV Pull Off the Impossible vs Shu
Tourneys
[Megathread] Daily Proleagues [BSL 2v2] ProLeague Season 3 - Friday 21:00 CET Small VOD Thread 2.0 [BSL20] ProLeague Bracket Stage - Day 4
Strategy
I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread Beyond All Reason What do you want from future RTS games?
Dota 2
Best crypto recovery experts in the world Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread UK Politics Mega-thread Russo-Ukrainian War Thread Vape Nation Thread
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
2024 - 2025 Football Thread Formula 1 Discussion NHL Playoffs 2024 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
A Better Routine For Progame…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 32302 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
BSL: ProLeague
18:00
Bracket Stage - Day 4
Bonyth vs Dewalt
Cross vs Doodle
MadiNho vs Dragon
ZZZero.O230
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ZombieGrub370
mouzHeroMarine 217
IndyStarCraft 149
BRAT_OK 89
MindelVK 11
StarCraft: Brood War
Calm 4306
Rain 2697
Horang2 1248
ZZZero.O 230
BeSt 151
Sacsri 62
sSak 43
Hyun 34
Killer 16
Terrorterran 8
Dota 2
Gorgc7685
League of Legends
Dendi2455
JimRising 430
Counter-Strike
fl0m5448
Foxcn371
flusha124
rGuardiaN66
Super Smash Bros
Mew2King170
Heroes of the Storm
Khaldor756
Other Games
tarik_tv42822
gofns21652
FrodaN3229
summit1g2633
B2W.Neo846
Mlord774
C9.Mang0564
Beastyqt538
KnowMe190
TKL 126
Organizations
Dota 2
PGL Dota 2 - Main Stream13769
Other Games
gamesdonequick979
EGCTV877
BasetradeTV16
angryscii9
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• HeavenSC 58
• 3DClanTV 54
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
• Kozan
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV514
• Ler129
League of Legends
• Jankos2924
Other Games
• imaqtpie1256
• Shiphtur267
Upcoming Events
Replay Cast
5h 30m
Wardi Open
16h 30m
Replay Cast
1d 5h
Replay Cast
1d 15h
RSL Revival
1d 15h
Cure vs Percival
ByuN vs Spirit
RSL Revival
2 days
herO vs sOs
Zoun vs Clem
Replay Cast
3 days
The PondCast
3 days
RSL Revival
3 days
Serral vs SHIN
Solar vs Cham
Replay Cast
4 days
[ Show More ]
RSL Revival
4 days
Reynor vs Scarlett
ShoWTimE vs Classic
uThermal 2v2 Circuit
4 days
SC Evo League
5 days
Circuito Brasileiro de…
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-06-11
BGE Stara Zagora 2025
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL 17: 2025 SUMMER
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025

Upcoming

Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
BLAST Open Fall 2025
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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.