Posts by Peterson Ramos • 63 points
3 posts
-
2
votes2
answers663
viewsQ: Ruby - comparison of values between a range or greater than, less than
I’m starting to study programming so, here’s a good beginner question. I took the test below to learn about case in Ruby, current_time = ARGV.first.to_i case current_time when 0..45 then puts('First…
-
3
votes1
answer222
viewsQ: Random site theme with exchange every 30min
I am needing my site to change the theme randomly every 30 min. So the logic would be: User enters the site now and views it in blue color (which is the default), but if this same user comes back in…
-
1
votes1
answer1838
viewsQ: Error typing IF and Else in jquery
I’m starting to venture now into the world of development and hit a question while using IF and Else. The code below is OK <select id="course_list" > <?php $my_query = new…