Skip to main content

learn programming skill at codeacademy

I learn programming skill at code academy. I have 2 skills at the beginning basic java script and how to make a website with basic html, css and bootstrap framework, jquery adding.
"JavaScript is a programming language used to add interactivity to a web page. jQuery simplifies JavaScript syntax and makes it easier to build interactive web pages that work across multiple browsers.
jQuery enables us to do three main things on a web page:
  1. Events. Respond to user interactions.
  2. DOM Manipulation. Modify HTML elements on the page.
  3. Effects. Add animations.
"
In order to make interactive web pages with jQuery, it's useful to know a few things about JavaScript.
JavaScript is a programming language that jQuery is written in, and knowing JavaScript will be helpful for understanding and writing your code.
Some define:

Events

User interactions with a web page are called events.
We can write a function that specifies what to do when an event occurs. This function is called an event handler.
Another common user event is the keypress event. A keypress event occurs when a user types a key on the keyboard.
DOM:
These six jQuery methods let you control more aspects of HTML elements:
  • .hide() hides the selected HTML element
  • .show() displays an element
  • .toggle() alternates hiding and showing an element
  • .addClass() adds a CSS class to an element
  • .removeClass() removes a class from an element
  • .toggleClass() alternates adding and removing a class from an element
  • Notice where .toggleClass() is located. You can replace .toggleClass() with any of the five other methods. While each method creates different effects, their usage is similar.
  • There are three common jQuery methods that use these relationships to access and modify elements on the page.
  • .next()

  • The .next() method gets the next sibling of the selected element.
  • .prev()

    The .prev() method gets the previous sibling of the selected element.
  • .children()

    The .children() method gets the children of the selected element.
    If provided a selector, the .children() method can get a specific child.




Comments

Popular posts from this blog

YouTube Creator Academy-Grow your audience boot camp-Day 1

I registered the "Grow your audience boot camp" event from youtube creator academy. The lesson is good for me to improve my youtube channel named " Explorer Mr Channel ". I take note  my study day by day. Hope this drive me to the top of the world. Here is the day first day I join the course. The recorder is started. steps 1: I register the course event in my youtube channel. The mail send to me after that. steps 2: Following the guide of the mail I come to the course and start at the newbie level. steps 3: I view and read the guide line of the lesson. steps 4: I answer the question and do some quiz. Day 1: Get discovered( time 15 mins, basic level) Subject read: Best practices-make the most of your metadata-Improve video discovery-Help suggest videos and craft engaging subscriber notifications. Get activities. Check your knowledge: Question 1: Why is it important to add appropriate metadata and not attempt to “game” YouTube’s search and discovery systems...

YouTube Creator Academy-10 Fundamentals of a creative strategy in the course: Foundations for success boot camp-day2

YouTube Creator Academy-10 Fundamentals of a creative strategy in the course: Foundations for success boot camp-day2 Got a viral video that pulled 100,000 views? Great! But now what? Chances are, if the audience loved it, they’ll want more. Think beyond the one-video hit and consider developing a series of videos that are just as popular. Use these guidelines to test your ideas and give them the best chance of success on YouTube. BEST PRACTICES: -Shareability: Some ways to be shareable: Be topical:  When a story is breaking, join the conversation by crafting an episode around it. Be relatable:  Strike a chord with viewers on a subject they can relate to, whether it’s a broad topic like cell phone habits, or a niche topic like life in New York. Be valuable:  Try to provide practical value to the viewer. Tutorials rank among the most helpful, frequently used videos on YouTube. Be remarkable:  Upload a demonstration of exceptional talent or ability. -C...

YouTube Creator Academy-Grow your audience boot camp-Day 3

I posted the previous blog . Here is day 3: Make great thumbnails, 90% of the best-performing videos on YouTube have custom thumbnails. Attract more viewers and increase watch time by creating visually interesting, click-compelling thumbnails of your own. Day 3: Make great thumbnails, 90% of the best-performing videos on YouTube have custom thumbnails. Attract more viewers and increase watch time by creating visually interesting, click-compelling thumbnails of your own. ( time 15 mins, basic level) Subject read: Best practices: -Choose an image that describes your video. +Create thumbnails that accurately describe your video so viewers know what they’re about to watch. -Design an image that gets viewers to click. +For your audience, an eye-catching thumbnail can be the difference between choosing to watch a video or scrolling right past it -- so select images that will attract viewers. -Tell a cohesive story wity your thumbnail and title +When titles and thumbnails...