@optikalefxx I agree on the eclipse part. But most of the IDE's for native mobile are in Eclipse, cant escape it. Oh, what editor and capture software do you use?
@PuReWebDev no prob. I actually tried it first before I replied. I got an error on $a and $b not defined. Which is what I expected because those params have to be passed somewhere. Thanks!
question.... Why not just pass strnatcasecmp() with the required values as a parameter inside of your usort? Demo purposes or not possible from there?
@PuReWebDev Yea, you can't pass an actual type function into the 2nd paramater. You have to pass a callback, which is either a type string, or type array.
Please show us some tips to achieve your nifty designs, thanks!
think2go 3 weeks ago
What text editor do you use to write html,css, and php on your mac?
NossidraN 1 month ago
@NossidraN textwrangler and Coda
optikalefxx 1 month ago
Oh my God, I've been dying to do this for so long. Don't ever stop making tutorials
abz121 2 months ago
I think its time you dive into Appcelerator. I've been using it since it was released and all I can say is, FUN!
secoxxx 2 months ago
@secoxxx If it wasn't in shitty eclipse I might give it a try.
optikalefxx 2 months ago
@optikalefxx I agree on the eclipse part. But most of the IDE's for native mobile are in Eclipse, cant escape it. Oh, what editor and capture software do you use?
secoxxx 2 months ago
@optikalefxx you are spot on, I should have just read the usort function description:
usort — Sort an array by values using a USER-DEFINED comparison function.
You were spot on as always. Another great vid. Thank you.
PuReWebDev 2 months ago
@PuReWebDev no prob. I actually tried it first before I replied. I got an error on $a and $b not defined. Which is what I expected because those params have to be passed somewhere. Thanks!
optikalefxx 2 months ago
question.... Why not just pass strnatcasecmp() with the required values as a parameter inside of your usort? Demo purposes or not possible from there?
PuReWebDev 2 months ago
@PuReWebDev Yea, you can't pass an actual type function into the 2nd paramater. You have to pass a callback, which is either a type string, or type array.
optikalefxx 2 months ago
y no DRY !!!
Kappa
ovenaut 2 months ago