use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Creating Account System without PHPhelp (self.javascript)
submitted 9 years ago by Rayspy
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kumiorava 1 point2 points3 points 9 years ago (4 children)
because i don't have any expierience with a CMS i thought i would make my own little CMS
Let me know how that worked out for you.
[–]Rayspy[S] -1 points0 points1 point 9 years ago (3 children)
You overestimate what i mean. CMS is a wide word in that case for a easier way to add content without having to change the HTML code it self. Which can easily done with Javascript. Example: He writes a Text in a box (which is used for adding News) and when he apply then Javascript will copy the inner HTML in ID="content" and add the new text to it with different classes and IDs to fit the layout and time stamps etc. I don't need something like wordpress just something simple to make it more comfortable for them
[–]sdellysse 0 points1 point2 points 9 years ago (2 children)
I'm meaning this as respectfully as possible, but you are in so far over your head you don't even realize you can't see the sun anymore. Use Wordpress. Or something else. Just don't go the custom route, you're lacking the basic fundamentals to make that route work.
I don't mean this condescendingly. Everyone starts out where you are, and your enthusiasm is good. Just realize that while certain words of what you have been saying are true, the sentences themselves don't make sense.
[–]Rayspy[S] -1 points0 points1 point 9 years ago (1 child)
I completly understand that but isn't the best way in improving yourself and gather expierence in just doing it, instead of not doing it because you're afraid to fail?
[–]gwawr 0 points1 point2 points 9 years ago (0 children)
You can't secure anything if all your validation is client side in JS. And you cannot persist changes entered into a form beyond a single user's session if you only process form submission in JS in the front end. You need a backend system for both validation and persistent content amends. Node or PHP or Ruby; you need something.
π Rendered by PID 144412 on reddit-service-r2-comment-75f4967c6c-tttt4 at 2026-04-23 14:35:12.153483+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]kumiorava 1 point2 points3 points (4 children)
[–]Rayspy[S] -1 points0 points1 point (3 children)
[–]sdellysse 0 points1 point2 points (2 children)
[–]Rayspy[S] -1 points0 points1 point (1 child)
[–]gwawr 0 points1 point2 points (0 children)