Search Results

Search: Posts Made By: Neo
Forum: Web Development 04-30-2019
13,284
Posted By Neo
Hey Ravinder, In that tutorial, FYI only,...
Hey Ravinder,

In that tutorial, FYI only, the data was not fake. That is real JSON data about a real subject.
Forum: Web Development 04-29-2019
13,284
Posted By Neo
Yes we can use the ideas in that video for the...
Yes we can use the ideas in that video for the forums

Glad you found that tutorial helpful, Ravinder.

Great job! Well done!
Forum: Web Development 04-29-2019
13,284
Posted By Neo
Hey Ravinder, Here is a more "2019'ish...
Hey Ravinder,

Here is a more "2019'ish tutorial" Javascript / HTML tutorial which is easy to follow and is more in line with how developers do things in 2019:

Quick Autocomplete App With JS &...
Forum: Web Development 04-22-2019
13,284
Posted By Neo
Hi Ravinder, It seems, at least based on...
Hi Ravinder,

It seems, at least based on your posts, that you are still thinking about web development in terms of the "obsolete" or more politely the "legacy" or "original" model of the web where...
Forum: Web Development 04-21-2019
13,284
Posted By Neo
Hi Ravinder, If you want to start learning...
Hi Ravinder,

If you want to start learning to work with server side data, many beginners and expert alike use this site for "fake JSON data (https://jsonplaceholder.typicode.com/)"
...
Forum: Web Development 04-21-2019
13,284
Posted By Neo
Ravinder, In this line: <script...
Ravinder,

In this line:

<script type="text/javascript" src="all_programs.js"></script>

the type="text/javascript" attribute is obsolete for a script element (these days), so you can get rid...
Forum: Web Development 04-20-2019
13,284
Posted By Neo
Good learning! Keep learning Ravinder and...
Good learning!

Keep learning Ravinder and soon you can dive into Vue.js and write new forum components with me, after you get the basic of CSS and JS down :)

I will create a JSON REST API for...
Forum: Web Development 04-17-2019
13,284
Posted By Neo
Yes, many sites like banks and other web apps do...
Yes, many sites like banks and other web apps do not want a user clicking on the back button and using that page (for a number of reasons), so in that case, .replace() is often the best.
Forum: Web Development 04-17-2019
13,284
Posted By Neo
Hey Corona688, You might want to consider...
Hey Corona688,

You might want to consider some modern Javascript or Bootstrap CSS framework (any you like) to spruce up your old site:

http://burningsmell.org/

Don't you think that site...
Forum: Web Development 04-17-2019
13,284
Posted By Neo
Ravinder, you can also think about it like this: ...
Ravinder, you can also think about it like this:

window.location.href = '' simulates a mouse click

window.location.replace() simulates an HTTP redirect

Hope this helps.
Forum: Web Development 04-17-2019
13,284
Posted By Neo
I generally use location='' like Corona688...
I generally use location='' like Corona688 suggested and not location.replace(). You might also consider location.href='' which tend to use as well.

The main difference between location.href and...
Forum: Web Development 04-15-2019
13,284
Posted By Neo
Hi Ravinder, It's good to learn basic HTML,...
Hi Ravinder,

It's good to learn basic HTML, Plain Vanilla Javascript and CSS before moving on to JS libs and frameworks like Vue.js.

However, you should try to master the basics soon and move...
Forum: Web Development 04-14-2019
13,284
Posted By Neo
Welcome to 2019 web dev, Ravinder. This will...
Welcome to 2019 web dev, Ravinder.

This will serve you very well when you move pass the JS, HTML and CSS basics and move on to node.js and vue.js and other useful JS libs (and SASS) as you...
Forum: Web Development 04-14-2019
13,284
Posted By Neo
LOL, If you were inspired my me Ravinder,...
LOL,

If you were inspired my me Ravinder, you would not use Eclipse to develop a Javascript web app.

Eclipse is a poor choice for a modern IDE for Javascript web app development. Most web...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 05:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy