Developer|web Article Requests

Thor

Honorary Master
Joined
Jun 5, 2014
Messages
44,413
Reaction score
7,522
Location
Bellville
Hi folks, since you know I lately started loving PHP a lot. Like this is a whole new world.

I joined their IRC channel and then they said they are looking for reader's input as to what languages people want to read about.

So I decided to make this thread, I am not sure how a POLL request works, but if it is allowed can a mod please make a POLL with the following language options:

• PHP
• Python
• JavaScript / jQuery
• C#
• Ruby
• SQL

If a POLL can't be made then you can simply reply to this thread with the language you would like them to write about and create tutorials in.

It doesn't have to be just those Languages it can be any web oriented language or Framework you prefer.

Personally I am casting my Vote for PHP hehe :)

Thanks for taking the time I appreciate it in advanced.


( @MickeyD I'm just going to tag you here if that is okey regarding the possibility of a Poll, since I am not sure who to ask and you seem nice )
 
JQuery is not a language. Javascript != jQuery, jQuery != language.
 
JQuery is not a language. Javascript != jQuery, jQuery != language.

Uhm... JavaScript as far as my knowledge goes is a Scripting Language please do prove me wrong and regarding the jQuery Library it's common across the interwebz to mention the two together like that.

To me personally I used it like that since both of them to my knowledge is JavaScript code the one is just a streamlined version essentially doing the same but with less code example:

jQuery

HTML:
$ (‘body’) .css (‘background’, ‘#ccc’);

JavaScript

HTML:
Function changeBachground(color) {

        Document.body.style.background = color;

}

Onload=”changeBackground (‘red’);”

Side Note: semaphore I know you want to vote PHP come join me please. I so badly want to learn more!
 
Last edited:
Uhm... JavaScript as far as my knowledge goes is a Scripting Language please do prove me wrong and regarding the jQuery Library it's common across the interwebz to mention the two together like that.

To me personally I used it like that since both of them to my knowledge is JavaScript code the one is just a streamlined version essentially doing the same but with less code example:

jQuery

HTML:
$ (‘body’) .css (‘background’, ‘#ccc’);

JavaScript

HTML:
Function changeBachground(color) {

        Document.body.style.background = color;

}

Onload=”changeBackground (‘red’);”

Side Note: semaphore I know you want to vote PHP come join me please. I so badly want to learn more!

jQuery is a library, not a language.
 
I said exactly that in the text you have quoted yes :)

This
Uhm... JavaScript as far as my knowledge goes is a Scripting Language please do prove me wrong and regarding the jQuery Library it's common across the interwebz to mention the two together like that.

made it sound like you don't agree with semaphore ;)
 
This


made it sound like you don't agree with semaphore ;)

Oh I'm sorry, no I do agree with him regarding jQuery not being a language, but I then explained or tried to explain why I used jQuery library in the same breath as the JavaScript Language.
 
Go

There...I said it. In Go we have channels and that makes us better than you.
 
You're such a groupie.

Code:
philistineChan := make(chan string)

go func() {
   for true {
      select {
      case philistine := <-philistineChan:
         fmt.Println(philistine, "is a PHILISTINE and doesn't appreciate art!!!!!!")
      }
   }
}()

philistineChan <- "semaphore"
 
Code:
philistineChan := make(chan string)

go func() {
   for true {
      select {
      case philistine := <-philistineChan:
         fmt.Println(philistine, "is a PHILISTINE and doesn't appreciate art!!!!!!")
      }
   }
}()

philistineChan <- "semaphore"


Code:
section     .text
global      _start                              

_start:                                        

    mov     edx,len                             
    mov     ecx,msg                             
    mov     ebx,1                               
    mov     eax,4                               
    int     0x80                                

    mov     eax,1                               
    int     0x80                                

section     .data

msg     db  'I am no philistine!',0xa                 
len     equ $ - msg
 
Code:
section     .text
global      _start                              

_start:                                        

    mov     edx,len                             
    mov     ecx,msg                             
    mov     ebx,1                               
    mov     eax,4                               
    int     0x80                                

    mov     eax,1                               
    int     0x80                                

section     .data

msg     db  'I am no philistine!',0xa                 
len     equ $ - msg

Ancient like a Philistine so... :erm:
 
Top
Sign up to the MyBroadband newsletter
X