• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:43
CEST 16:43
KST 23:43
  • 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
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL50Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation The GOAT ranking of GOAT rankings How does the number of casters affect your enjoyment of esports? Statistics for vetoed/disliked maps Esports World Cup 2025 - Final Player Roster
Tourneys
RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo) FEL Cracov 2025 (July 27) - $8000 live event HomeStory Cup 27 (June 27-29)
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Player “Jedi” cheat on CSL BGH Auto Balance -> http://bghmmr.eu/ Unit and Spell Similarities Help: rep cant save Flash Announces Hiatus From ASL
Tourneys
[BSL20] Grand Finals - Sunday 20:00 CET [Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile What do you want from future RTS games? Beyond All Reason
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
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Trading/Investing Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread NBA General Discussion Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 769 users

The Big Programming Thread - Page 291

Forum Index > General Forum
Post a Reply
Prev 1 289 290 291 292 293 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
white_horse
Profile Joined July 2010
1019 Posts
April 25 2013 17:07 GMT
#5801
Ok thanks for the information guys. Then is it better to learn HTML with php, or learn HTML with css? I've taken classes in c++/c so I'm pretty familiar with "actual" programming.
Translator
Rannasha
Profile Blog Joined August 2010
Netherlands2398 Posts
April 25 2013 17:10 GMT
#5802
On April 26 2013 02:07 white_horse wrote:
Ok thanks for the information guys. Then is it better to learn HTML with php, or learn HTML with css? I've taken classes in c++/c so I'm pretty familiar with "actual" programming.


Depends on what you want to do. HTML is just a language to mark different parts of content ("this bit is a paragraph", "this bit is an image", "this bit is a table", etc...). CSS is a language to assign style (colour, font, etc...) to the different HTML elements to create a good looking page. PHP is a serverside language that allows you to generate HTML pages (and other stuff) dynamically, often in combination with a database.

So CSS is for looks, PHP is for (dynamic) functionality. They're not comparable and a good website uses both,
Such flammable little insects!
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
April 25 2013 17:11 GMT
#5803
On April 26 2013 02:07 white_horse wrote:
Ok thanks for the information guys. Then is it better to learn HTML with php, or learn HTML with css? I've taken classes in c++/c so I'm pretty familiar with "actual" programming.


Depends on what you want to learn.

If you want to make pretty websites you only need HTML, CSS and probably javascript, no need to learn PHP.
If you want to develop interactive websites, e.g. blogs, shops, etc., then you need to learn a server side language so you might as well start with both and combine PHP & HTML learning. HTML is quite simple as long as you don't go too deep into it, so learning it on-the-fly while writing PHP should be no problem.
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-04-25 17:36:37
April 25 2013 17:35 GMT
#5804
On April 26 2013 02:07 white_horse wrote:
Ok thanks for the information guys. Then is it better to learn HTML with php, or learn HTML with css? I've taken classes in c++/c so I'm pretty familiar with "actual" programming.

PHP and C look very similar to each other and it's very easy to get started with PHP. It's a major attraction. That said, you can use Ruby too if you'd prefer or some other server side language. Web development needs some server sided language. I disagree that you can't use PHP and you should use Ruby. You can if you want to.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
April 25 2013 22:37 GMT
#5805
Hey I thought you guys would think this is cool! I bound Lua to some OpenGL wrappers I wrote, along with a little binding to a physics engine I made. Everything was in C++ and bound to Lua: video demo. Just wanted to share
Sufficiency
Profile Blog Joined October 2010
Canada23833 Posts
April 25 2013 23:54 GMT
#5806
This is not exactly programming related, but I want to learn a bit about software development life cycle... can anyone recommend a book for this?
https://twitter.com/SufficientStats
billy5000
Profile Blog Joined December 2010
United States865 Posts
April 26 2013 00:59 GMT
#5807
http://hypem.com/

Can someone explain how this site works, specifically how it allows the user to listen to music while moving from page to page? I have a very limited knowledge on single page apps, let alone front-end programming--is the site a hybrid or something?
Tiger got to hunt, bird got to fly; Man got to sit and wonder, 'Why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand. Vonnegut
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 26 2013 01:11 GMT
#5808
On April 26 2013 09:59 billy5000 wrote:
http://hypem.com/

Can someone explain how this site works, specifically how it allows the user to listen to music while moving from page to page? I have a very limited knowledge on single page apps, let alone front-end programming--is the site a hybrid or something?

While I can't really say the exact system from a brief skim, the obvious answer is that you're not moving from page to page. The header, player, etc. are all static and clicking on the links simply changes the content display.
Average means I'm better than half of you.
FreezingAssassin
Profile Blog Joined March 2010
United States455 Posts
Last Edited: 2013-04-26 01:17:33
April 26 2013 01:16 GMT
#5809
I have been trying to write a Poker game in vb.net for a few days now.

I would like to be able to step through an array and while doing that, assign each number to an image.

So for instance
dim countCards as integer
dim currentcard as string
Private cardsNum as integer = {1, 2, 3, 4, ....52}

private cardValue as string = {AceSpades, AceDiamond, AceHeart.....}

for each x in cardsNum
x = currentCard
countcards += 1
next
and then output as something like this
currentCard(1)
currentCard(2)
...currentCard(52)

is this the right logic and thinking? I am a bit lost as to how to do it. I know I can go through and do a select case for every situation and that is easy. but SOO long.
"I love when stupid stuff happens, it makes me look smart" - IdrA
tofucake
Profile Blog Joined October 2009
Hyrule19030 Posts
April 26 2013 03:21 GMT
#5810
Your code is confusing. Is currentCard a function? Why do you assign x twice?
Liquipediaasante sana squash banana
FreezingAssassin
Profile Blog Joined March 2010
United States455 Posts
Last Edited: 2013-04-26 03:47:40
April 26 2013 03:46 GMT
#5811
Well the for each will make x step through cardsNum,

So for the first time through the loop, x = current cards, x will be 1 since it is pulling 1 from the array. It then holds this value into current card.

and count cards will be counted each time the loop is processed so i can call that instance of the loop so to speak, and pull back the index. so if i wanted to display 1, I would use currentCard(0) to display 1, or if i wanted 10 i would use currentCard(9) and so on.

Atleast that is what I am thinking but its not right. I was wondering what was wrong with my process.

Also the variables datatypes are probably wrong, i dont think currentCard should be string.

*EDIT: I am explaing what things do because I just want to be thorough on my explanation so you understand the view im coming in from so I may even be wrong. Not because everyone else here is incompetent of understanding a foreach loop. I just didn't want to come off as arrogant when I explained it. o.o
"I love when stupid stuff happens, it makes me look smart" - IdrA
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
April 26 2013 03:47 GMT
#5812
On April 26 2013 09:59 billy5000 wrote:
http://hypem.com/

Can someone explain how this site works, specifically how it allows the user to listen to music while moving from page to page? I have a very limited knowledge on single page apps, let alone front-end programming--is the site a hybrid or something?

It uses Ajax probably. Javascript that can run without a page refresh.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 26 2013 03:48 GMT
#5813
On April 26 2013 12:46 FreezingAssassin wrote:
Well the for each will make x step through cardsNum,

So for the first time through the loop, x = current cards, x will be 1 since it is pulling 1 from the array. It then holds this value into current card.

and count cards will be counted each time the loop is processed so i can call that instance of the loop so to speak, and pull back the index. so if i wanted to display 1, I would use currentCard(0) to display 1, or if i wanted 10 i would use currentCard(9) and so on.

Atleast that is what I am thinking but its not right. I was wondering what was wrong with my process.

Also the variables datatypes are probably wrong, i dont think currentCard should be string.

I'm having a lot of trouble understanding what it is you're trying to do, and I have very, very little experience with VB.net, but it sure sounds like you're putting in 5x the amount of effort and code required.

So, instead of saying what you want your code to do, what is it that you're actually trying to accomplish with the code?
Average means I'm better than half of you.
FreezingAssassin
Profile Blog Joined March 2010
United States455 Posts
Last Edited: 2013-04-26 03:54:26
April 26 2013 03:53 GMT
#5814
use an array to assign a numeric value to a variable, then assign that variable to a image.

So i have a method made that randomizes numbers between 1 - 52. Whenever say 5 is chosen, 10 of diamonds will display, or 51 two of hearts and so on.

I would love to hear nay easier and better ways to do it.
"I love when stupid stuff happens, it makes me look smart" - IdrA
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 26 2013 03:58 GMT
#5815
On April 26 2013 12:53 FreezingAssassin wrote:
use an array to assign a numeric value to a variable, then assign that variable to a image.

So i have a method made that randomizes numbers between 1 - 52. Whenever say 5 is chosen, 10 of diamonds will display, or 51 two of hearts and so on.

Okay, once again, no real experience with VB.net, but wouldn't it be far simpler to do this?

(Psuedo-code)

Cards = {AceDiamonds, AceHearts, ...}

PickCard(){
x = rand(1-52)
display(Cards[x])
}
Average means I'm better than half of you.
FreezingAssassin
Profile Blog Joined March 2010
United States455 Posts
April 26 2013 04:13 GMT
#5816
hmm, maybe it sounds more clear in my head.

I would like to step through the array, and while i do that assign a value to that position in the array and call that exact position.
"I love when stupid stuff happens, it makes me look smart" - IdrA
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 26 2013 04:24 GMT
#5817
On April 26 2013 13:13 FreezingAssassin wrote:
hmm, maybe it sounds more clear in my head.

I would like to step through the array, and while i do that assign a value to that position in the array and call that exact position.

Here's the thing...array's already have positions assigned. 0 is the first entry, 2 is the third, 51 is the fifty-second. So if "Cards" is your array, then "Cards[51]" calls the value stored in the fifty-second position.
Average means I'm better than half of you.
FreezingAssassin
Profile Blog Joined March 2010
United States455 Posts
April 26 2013 04:33 GMT
#5818
ok thanks a lot, I was just making it sound so much more confusing than what was.
"I love when stupid stuff happens, it makes me look smart" - IdrA
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 26 2013 04:39 GMT
#5819
On April 26 2013 13:33 FreezingAssassin wrote:
ok thanks a lot, I was just making it sound so much more confusing than what was.

No problem. In general, it's a good idea to skim documentation and see what tools already exist for functions you want to use.
Average means I'm better than half of you.
tec27
Profile Blog Joined June 2004
United States3696 Posts
April 26 2013 06:04 GMT
#5820
On April 26 2013 09:59 billy5000 wrote:
http://hypem.com/

Can someone explain how this site works, specifically how it allows the user to listen to music while moving from page to page? I have a very limited knowledge on single page apps, let alone front-end programming--is the site a hybrid or something?

They're just making AJAX requests with JS and replacing the content with the response, pretty simple. Its an older form of 'single page app' really. If you want a better example with better tech/code: http://soundcloud.com
Can you jam with the console cowboys in cyberspace?
Prev 1 289 290 291 292 293 1031 Next
Please log in or register to reply.
Live Events Refresh
OSC
13:00
King of the Hill #216
davetesta87
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko584
Hui .252
Vindicta 28
StarCraft: Brood War
Britney 57495
Calm 6793
Rain 3544
Shuttle 1426
Horang2 1401
EffOrt 1305
Hyuk 847
Larva 600
Light 294
BeSt 266
[ Show more ]
hero 201
Mini 166
Leta 164
ToSsGirL 113
Mind 87
Mong 75
Pusan 73
Snow 71
Hyun 62
Rush 49
Shinee 47
Barracks 45
JYJ39
Movie 26
soO 24
PianO 18
HiyA 13
Nal_rA 12
Backho 11
Shine 9
yabsab 8
IntoTheRainbow 8
SilentControl 7
zelot 3
Dota 2
Gorgc10538
qojqva2694
League of Legends
singsing2653
Other Games
Grubby2727
B2W.Neo1534
hiko948
DeMusliM571
Fuzer 292
XaKoH 261
ArmadaUGS126
QueenE25
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
• Kozan
StarCraft: Brood War
• Michael_bg 9
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 2657
• WagamamaTV410
League of Legends
• Nemesis6783
• Jankos1184
• TFBlade818
Upcoming Events
WardiTV European League
1h 17m
Scarlett vs Percival
Jumy vs ArT
YoungYakov vs Shameless
uThermal vs Fjant
Nicoract vs goblin
Harstem vs Gerald
FEL
1h 17m
Big Brain Bouts
1h 17m
Korean StarCraft League
12h 17m
CranKy Ducklings
19h 17m
RSL Revival
19h 17m
FEL
1d 1h
RSL Revival
1d 19h
FEL
1d 21h
BSL: ProLeague
2 days
Dewalt vs Bonyth
[ Show More ]
Replay Cast
3 days
Sparkling Tuna Cup
3 days
The PondCast
4 days
Replay Cast
5 days
RSL Revival
5 days
Replay Cast
6 days
RSL Revival
6 days
Liquipedia Results

Completed

Proleague 2025-06-28
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
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

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
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.