Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~519 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for JivanAmara

Hi all, I usually work on website back-ends and I'm not an expert in js, but circumstances are pushing me to understand it better. I have to make updates to a web page and I found the following code: html: <a href='javascript:void(0)' id='extra'></a> js: $("#extra").on('click',function(){ ... }) css: #extra { …

Member Avatar for JorgeM
0
130
Member Avatar for begueradj

AJAX is both client-side and server-side with most of the processing done server-side. It's like asking the server to run a function for you. You can view the client-side call to ask the server to perform the function, but what the server does with that call to produce the results …

Member Avatar for JivanAmara
1
166
Member Avatar for sirlink99

Continue to look for the right school as you are now. I would rephrase the question though, as few places will say "Yeah, our CS program sucks." It sounds to me like you're interested more in the craft of programming than the theoretical side of things. When you talk to …

Member Avatar for sirlink99
0
223

The End.