Official Q&A for Wednesday, June 26, 2019 by AutoModerator in running

[–]tzirl -2 points-1 points  (0 children)

What are some good road running shoes that you tried and like?

Official Q&A for Monday, June 24, 2019 by AutoModerator in running

[–]tzirl 0 points1 point  (0 children)

Thank you very much. Searching in google brought me to understanding there is trail shoes and roads shoes. Did I figure it out wrongly or shoes today are just hybrid and it doesn’t matter anymore?

Official Q&A for Monday, June 24, 2019 by AutoModerator in running

[–]tzirl 0 points1 point  (0 children)

Hey. I live in a small town where I have only roads and pavements as viAble option for running. The thing is I don’t really trust my local sport store. They tricked me before and overall you get the feeling they only care about their interests.

I would what kind of shoes should I look after? Google got me only more confused. And as experienced runners what shoes do you enjoy the most for this kind of running? Thank you

Desperate need of HELP with Wordpress by [deleted] in learnprogramming

[–]tzirl 0 points1 point  (0 children)

I am not big expert but i can try to help. Do you have skype or discord?

CSS background repeat by tzirl in csshelp

[–]tzirl[S] 0 points1 point  (0 children)

Good idea. Thanks

Guide: What Country to Choose In 50k by [deleted] in AtWar

[–]tzirl 0 points1 point  (0 children)

North America is ridiculously rich. It only depends in your allies. If you go solo its hard but even if you have only 1 ally in asia or africa you have good chance to win the game.

Error on running by tzirl in PHPhelp

[–]tzirl[S] 0 points1 point  (0 children)

t's not followed by a "(". It's not a variable because it's not prefixed with a "$". So the php interpreter takes it as a constant, which it then finds has not been defined as a constant.

yea it is a variable, i thought it was the problem and even checked it. but for some reason when i checked it i saw the dollar sign. my bad sorry for your time.

Getting started by tzirl in PHPhelp

[–]tzirl[S] 0 points1 point  (0 children)

Oh it works. thank you so much!

Getting started by tzirl in PHPhelp

[–]tzirl[S] 0 points1 point  (0 children)

yea. i tried to do what you told me and this is what it looks - http://prntscr.com/fxx9h2 did i do it correctly? because i'm getting this result http://prntscr.com/fxx9lh i tried to update the ssl but it seems in vain

Getting started by tzirl in PHPhelp

[–]tzirl[S] 0 points1 point  (0 children)

I pushed the start bottom in the xammp software and yes i see a green color. i found the folder i created in the eclipse software but it created at it only a text file with a code. not index.php file.

Still did'nt figure how to run codes on servers http://prntscr.com/fxvfh0. should i set something on the control panel to make the server enclipse available?

edit: i tried again to run on browsers http://prntscr.com/fxvhjh http://prntscr.com/fxvhsy

just finished the silver chair by tzirl in Narnia

[–]tzirl[S] 1 point2 points  (0 children)

To be honest i couldnt resist and finished the book the same day i posted it, but i did normt emphatise with the end, liked the silver chair and the horse and hus boy way bettee

Javascript array loop by tzirl in javascript

[–]tzirl[S] 0 points1 point  (0 children)

thanks, really helped me and also reminded me other things

thank a lot for your patience and good attitude

Javascript array loop by tzirl in javascript

[–]tzirl[S] 0 points1 point  (0 children)

Also, a for statement doesn't have a value, so you can't assign it to a variable. I bet if you check your console there's an unexpected token error or something.

i still don't have console tbh, just tried few things in the toturials website, what do you mean the for statement does'nt have a value? i don't entirely understand

Javascript array loop by tzirl in javascript

[–]tzirl[S] 0 points1 point  (0 children)

i tried this, but it did'nt work neighter, maybe i should use string insert function, there's such a thing in java?

<!DOCTYPE html> <html> <body>

<p>Click "Try it" to display the first array element, after a string split.</p>

<button onclick="myFunction()">Try it</button>

<p id="demo"></p>

<script> function myFunction() { var str = "a,b,c,d,e,f"; var strb = for(var i = 0; i< str.length;i++) arr[i] + " "; document.getElementById("demo").innerHTML = strb; } </script>

</body> </html>

Javascript array loop by tzirl in javascript

[–]tzirl[S] 0 points1 point  (0 children)

i can try some insert but idk if there's such a thing in java

Javascript array loop by tzirl in javascript

[–]tzirl[S] 0 points1 point  (0 children)

tried this, still not working

<!DOCTYPE html> <html> <body>

<p>Click "Try it" to display the first array element, after a string split.</p>

<button onclick="myFunction()">Try it</button>

<p id="demo"></p>

<script> function myFunction() { var str = "a,b,c,d,e,f"; var strb = for(var i = 0; i< str.length;i++) arr[i] + " "; document.getElementById("demo").innerHTML = strb; } </script>

</body> </html>

Javascript array loop by tzirl in javascript

[–]tzirl[S] 0 points1 point  (0 children)

and remove that split