Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 28 29 [30] 31 32 ... 370
436
News / Re: Android reaches the Nspire!
« on: June 27, 2015, 09:24:18 pm »
So this means I can use my calc to get on the internet if I have a USB Wifi dongle? O.O
Probably, you'd have to make sure android/linux support the wifi dongle and that the pages you are going too don't crash the android browser (limited ram compared to most android phones).

437
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: June 24, 2015, 03:22:52 pm »
This was just brought to my attention and I believe news is in order. I'm a bit too busy with work to post one myself but I'll tag a couple people and see which one does it first
@pimathbrainiac @Geekboy1011 @Sorunome @shmibs

438
The Axe Parser Project / Re: Features Wishlist
« on: June 24, 2015, 02:11:11 pm »
Be awesome option. Surprise us on what it does.

439
Axe / Re: Specific Tutorials List (Axe)
« on: May 19, 2015, 11:59:16 pm »
It would be helpful if there was a tutorial explaining even more basic things in Axe, because I just can't seem to figure out how to make a simple game.
http://z80.education/program-flow-platformer/ this may be helpful for basics on a simple platformer game. It's rather dated though (Axe hadn't been around for long when I wrote it).

440
The Axe Parser Project / Re: Features Wishlist
« on: May 06, 2015, 04:01:18 pm »
Can you make it so..
A) program will always be backed up, regardless if they are archived or not, and
B) that all subprograms used by main program will also be backed up.
 Several times already I had my files deleated or lost for some reason or another,(in archive too) and axe backup is sorta shaky to compleatly rely on.
Thanks,
Why do you want to back up an archived program? It sounds like you have another issue if the one in the archive is being deleted.

441
Axe / Re: Specific Tutorials List (Axe)
« on: May 06, 2015, 03:45:58 pm »
The Pseudo-Huffman Compression by shmibs and the Huffman Compression by Runer112 tutorials are linked to the same page  :P

They link to different posts though. Wait for the page to completely load and it will take you to the correct place.

442
Site Feedback and Questions / Re: Sending PM
« on: April 29, 2015, 06:18:13 pm »
Looks like cloudflare decided to check to make sure you are a human. This shouldn't happen again at your current IP address. If it keeps on happening let me know and I can follow up with them about it.

443
News / Re: z80 and ez80 ASM Support Added to SourceCoder 3
« on: April 20, 2015, 03:02:43 pm »
Woo! Can't wait to play around with this!

444
Other / Re: TECHNOLOGY EMERGENCY!
« on: March 19, 2015, 04:25:45 pm »
I fail to see how the the subject of this topic applies to the actual content of this topic.

445
Axe / Re: Axe Q&A
« on: March 17, 2015, 03:47:39 pm »
Hey Alex Just an fyi, edit your posts instead of adding a second post. Adding a second post like that is called double posting and it's a bit of a no-no around here.
Thanks!

446
News / Re: New user mentions
« on: March 13, 2015, 01:54:30 am »
@Sorunome I like it!

447
Computer Projects and Ideas / Re: Ping meter
« on: March 04, 2015, 06:59:53 pm »
I just added a new "settings" window with the features that Eeems and Sorunome requested:

http://i.imgur.com/FLBzlN0.png

Download is attached to this post.
I noticed that you force the user to add http:// to the setting. You could probably do some url parsing to figure out if it's been added or not. It's best to make the user think less when you design things :)

448
Computer Projects and Ideas / Re: Ping meter
« on: March 04, 2015, 12:43:12 pm »
This is quite useful actually, may I suggest allowing the user to choose what host to ping?

449
OmnomIRC Development / Re: IRC Client Integration
« on: February 27, 2015, 08:28:57 pm »
Sorunome: Mind adding this info to the IRC page?

450
Web Programming and Design / Re: Corest web programming
« on: February 19, 2015, 01:35:23 pm »
Just like every programming language is compiled to Machine code, what is Web programming compiled down to?
Not every programming language is compiled to machine code. Most popular programming languages are interpreted.
Kind of same for Javascript, but that's indeed a programming language. The Javascript engine shipped with your browser would interpret and execute each line, line by line, or something like that.
Most JavaScript engines make use of bytecode to increase speed. Bytecode is almost like machine code, but it is still not run directly by the computer, instead it's more of just short-hand for interpreted code.


Aside from all that, the three languages (Programming, Markup, etc) you will want to familiarize yourself with are JavaScript, HTML and CSS. This is only for the in browser stuff. If you want to start looking into programming server side stuff (database etc) then there are a number of options. Most people start with php+mysql. I myself would recommend looking at node.js though.

A great resource for learning web programming is w3schools as Sorunome mentioned. If you want to look more in depth at HTML+CSS+JavaScript though, I'd recommend Mozilla's Developer Network.

Pages: 1 ... 28 29 [30] 31 32 ... 370