Re: Need a Site For Cheap?
i have 50 post, think i would care about getting banned? LMFAO
think about it, the code you see from the browser is clientside, they could be using server side javascript to power some of the stuff on there site, which looks like the case if there using json. and IMO your the one that was in here trolling, trying to knock these guys hustle because your not getting any.
and i would just have an admin unban me, then de mod you from w/e it is you do
Re: Need a Site For Cheap?
Have fun trying to get me demodded, sorry to tell you Im not a mod.
Oh and lol@ they are probably using serverside javascript if they are using JSON. NO, JSON is just a way to store data. It has absolutely nothing to do with what language they are using serverside. They are more then likely just JSON to store data to pass into functions/class constructors of the different scripts they are using instead of having a full list of a bunch of different parameters to pass into the scripts(which is the most common use of JSON).
Re: Need a Site For Cheap?
but they are using json to store the data like i said, you do not see none of that data because it is encrypted on the clientside, and if you are going to ban people because you lose arguments i can easily get you deamined, i know alot of people on here.
Re: Need a Site For Cheap?
and that didn't come from google lmao
Re: Need a Site For Cheap?
Quote:
Originally Posted by
KingShit
but they are using json to store the data like i said, you do not see none of that data because it is encrypted on the clientside, and if you are going to ban people because you lose arguments i can easily get you deamined, i know alot of people on here.
You are an idiot, you can see JSON.. lmfao
Anytime you see something like this in javascript...
var blah = {
blah:whoer,
blahblah:slut,
blahblahblah:skank
};
That is JSON... again banned for trolling more.
Heres some help for you....
http://www.google.com/search?sourcei...+in+javascript
Re: Need a Site For Cheap?
How is this so hard to understand for you, seriously?
Javascript is just TEXT, the browser does not obfusticate the code at all. It just interprets the code.
I think you are confused with the fact that the HTML you see when you click 'view source' may not be the same HTML that is actually used to render the site because you can use javscript to manipulate the html dom and browsers will only show you the html as it was when they requested the page originally. That has nothing to do with being able to view the javascript though. Please do yourself a favor and actually read up on some things if you actually plan on having a future in web development.
Re: Need a Site For Cheap?
that is text string, not actual functionality
i have 3 high level certs, and a degree that i didn't get from a fucking universitie, i went to an actuall tech school to learn this. do you think fucking myspace, and sites like that allows there javascript to be publicly seen? no i can take an xml file for example, that can be encrypted in javascript so you won't see any functionality, html, javascript and all the clientside code is only interpreted, there is no real functionality from your site shown to the public, the only thing they showed on these guys sites you was bashing is the markup, you can even fucking see where there was an external url called back in the javascript, that url that was called back has the main functionality, and those drop downs wasn't done with javascript, as you can disable javascript and the drop downs are still working. you see im not one of these newbies on here that dickryde you because your an admin, and they think just because your an admin you know shit LMFAO, forums use you guys for free work, they don't care about your experience...
i can outcode your ass anyday of the week, and i would fucking put money on it.
all languages is just text, the developers of the languages have that text do the task that the languages do, i don't have to be told by a rap forum admin to learn shit when i have done more in the web development industry than he has.. how many social networking communities have you made?
and you didn't have time to critique that code when it was done in one line, so it makes me think you where just hating on these dudes to sway people into coming to you for shit.
Re: Need a Site For Cheap?
Show me then. If I am wrong SHOW ME!~!!!!!!. I have shown you over and over that you can see it all. Show me one link, one article, one example that shows otherwise.
The fact is that you cannot because what you are saying is completely WRONG. You know it, I know it and until you either admit to being a trolling idiot talking out of his ass or offer up some proof you will just get banned over and over.
Re: Need a Site For Cheap?
And as far as what I can do. I work with javascript DAILY(I am a UI specialist). I am a javascript guru on a well known web dev forum. Javascript IS my field of expertise. I can show you countless examples of my javascript work using absolutely NO external libraries or frameworks, only pure javascript...
A slider like the one on Itunes...
http://split-visionz.net/examples/islider/
My own lightbox script(the smallest one out there)
http://split-visionz.net/examples/bytebox2/
A few different type of javascript powered navs
http://demos.split-visionz.net/sv_menu/Example1.html
Start of an image editor I am working on
http://split-visionz.net/examples/editor/
A bunch of different slideshows using the same slideshow script of mine
http://split-visionz.net/examples/sv_slider/
Another Javascript powered menu..
http://demos.split-visionz.net/mag_nav/Fadeversion/
An extremely small draggable script
http://split-visionz.net/examples/draggable/test.html
A small color fade script...
http://split-visionz.net/examples/colorfade/test.html
A small fade script
http://split-visionz.net/examples/fade/test.html
A small resize script
http://split-visionz.net/examples/resize/test.html
A small stylesheet changer
http://split-visionz.net/examples/st...nger/test.html
I could go on and on with pure javascript examples. I probably have hundreds of examples on my site.
Show something in javascript you have created worth noting that is not some simple script built with a framework like JQuery.
Re: Need a Site For Cheap?
Ahh, Not that I know everything about coding, i'ma have to agree with mic, he knows his shit.
Re: Need a Site For Cheap?
This kid is off his rocker and talking out of his ass. Just think about it logically, the javascript executes ON EACH USERS machine within their browsers, which means that in order for every browser to be able to read the javascript and interpret it there HAS to be a universal way for them to read it.
The universal way is that it is always presented as just plain TEXT. Even if there was some automatic encryption then their would have to be a universal decryption algorithm that all browsers use, which in turn could be replicated to view the javascript. And that is why the data does not get encrypted, it would be pointless.
Even if the javascript developers encrypted their own code there would need to be a decryption script plainly available so that they can decrypt their encrypted code and execute it. Which again means it could easily be replicated by anyone to see the javascript. Again pointless.
Javascript is not meant to handle anything sensitive, and this is why. The nature of javascript does not allow for things to be hidden.
Things like 'ajax' based logins and the such that SEEM to handle sensitive things like logging users in reality do not. They communicate with server side scripts which actually handle the sensitive communications with the database. They just pass data to the serverside scripts like php to handle sensitive things. At the most, people may use javascript to hash the data so that it is not sent in just plain text. But even then that is still easily replicated because you can see the hash algorithm plain as day, but it will protect people from packet sniffers.
Re: Need a Site For Cheap?
Are you STILL continuing this thread?? Wow.
Re: Need a Site For Cheap?
OMG what, 10 hours after he finally stopped responding I posted another response..Oh lord I am obsessed, I need help.
Or I could be replying to Meds who basically says he just believes me because he knows I know my shit and trying to explain to him it as simply as possible how shit works because judging by his comments lately he is interested in web development and I do not want him to follow this idiots suit and go about shit without understanding it.
Re: Need a Site For Cheap?
Lol, thanks, I wouldn't follow his code, all I know is some basics of HTML to make an image/text based website.
Plus, one look at his coding and it gives me a headache, it's just a block of text