• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 08:56
CET 14:56
KST 22:56
  • 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
TL.net Map Contest #21: Winners10Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
StarCraft, SC2, HotS, WC3, Returning to Blizzcon!33$5,000+ WardiTV 2025 Championship6[BSL21] RO32 Group Stage4Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win10
StarCraft 2
General
Mech is the composition that needs teleportation t TL.net Map Contest #21: Winners Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win RotterdaM "Serral is the GOAT, and it's not close" 5.0.15 Patch Balance Hotfix (2025-10-8)
Tourneys
Constellation Cup - Main Event - Stellar Fest $5,000+ WardiTV 2025 Championship Sparkling Tuna Cup - Weekly Open Tournament Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond)
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 BW General Discussion [BSL21] RO32 Group Stage BGH Auto Balance -> http://bghmmr.eu/ SnOw's ASL S20 Finals Review
Tourneys
[Megathread] Daily Proleagues [ASL20] Grand Finals [BSL21] RO32 Group B - Sunday 21:00 CET [BSL21] RO32 Group A - Saturday 21:00 CET
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile Should offensive tower rushing be viable in RTS games? Dawn of War IV
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 YouTube Thread Dating: How's your luck?
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread NBA General Discussion 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
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Why we need SC3
Hildegard
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1424 users

The Big Programming Thread - Page 291

Forum Index > General Forum
Post a Reply
Prev 1 289 290 291 292 293 1032 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
Hyrule19151 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 States3702 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 1032 Next
Please log in or register to reply.
Live Events Refresh
CranKy Ducklings
10:00
Sea Duckling Open #140
CranKy Ducklings84
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 198
Railgan 42
Creator 14
StarCraft: Brood War
Sea 6776
Horang2 4135
GuemChi 1585
Jaedong 890
actioN 290
Mini 250
BeSt 249
Soma 228
Killer 218
EffOrt 205
[ Show more ]
Rush 172
Mind 105
Hyun 95
Bonyth 72
ToSsGirL 67
Backho 60
PianO 34
JYJ32
sas.Sziky 32
Aegong 28
zelot 23
Terrorterran 14
soO 11
sorry 10
HiyA 7
Sacsri 7
Dota 2
Gorgc5272
singsing2292
qojqva1976
Dendi596
XcaliburYe219
BananaSlamJamma107
Heroes of the Storm
Khaldor214
Other Games
B2W.Neo1235
Sick275
Lowko237
Fuzer 197
Hui .121
XaKoH 87
nookyyy 56
MindelVK20
Organizations
StarCraft 2
WardiTV622
Counter-Strike
PGL231
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• StrangeGG 73
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 2101
League of Legends
• Stunt689
• HappyZerGling108
Upcoming Events
IPSL
4h 4m
dxtr13 vs OldBoy
Napoleon vs Doodle
LAN Event
4h 4m
Lambo vs Clem
Scarlett vs TriGGeR
ByuN vs TBD
Zoun vs TBD
BSL 21
6h 4m
Gosudark vs Kyrie
Gypsy vs OyAji
UltrA vs Radley
Dandy vs Ptak
Replay Cast
9h 4m
Sparkling Tuna Cup
20h 4m
WardiTV Korean Royale
22h 4m
LAN Event
1d 1h
IPSL
1d 4h
JDConan vs WIZARD
WolFix vs Cross
BSL 21
1d 6h
spx vs rasowy
HBO vs KameZerg
Cross vs Razz
dxtr13 vs ZZZero
Replay Cast
1d 19h
[ Show More ]
Wardi Open
1d 22h
WardiTV Korean Royale
2 days
Replay Cast
3 days
Kung Fu Cup
3 days
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
4 days
The PondCast
4 days
RSL Revival
4 days
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
4 days
WardiTV Korean Royale
4 days
RSL Revival
5 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
5 days
CranKy Ducklings
6 days
RSL Revival
6 days
herO vs Gerald
ByuN vs SHIN
Kung Fu Cup
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
BSL Season 21
Stellar Fest: Constellation Cup
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

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
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.