Posts

Angular JS Course Contents

     Angular JS Course Contents      Angular JS Introduction     Angular JS Modules     Angular JS Expression     Angular JS Scopes     Angular JS Controller     Angular JS Controller Function     Angular JS Directives     Angular JS Built-in Directives     Angular JS Custom Directives     Angular JS Built-in Functions     Angular JS Templates     Angular JS Built-in Filters     Angular JS Custom Filter     Angular JS Built-in Events     Angular JS Scope Methods     Angular JS Services     Angular JS Built-in Services     Angular JS Routing     Angular JS Provider     Angular JS Factory     Angular JS Messages     Angul...

Java Script Arrays -POP Method

To Remove the Last element of An Array this pop Method is used . <!DOCTYPE html> <html> <body> <button onclick="myFunction()">Try it</button> <p id="demo"></p> <script> var fruits = ["Banana", "Orange", "Apple", "Mango"]; document.getElementById("demo").innerHTML = fruits; function myFunction() { fruits.pop(); document.getElementById("demo").innerHTML = fruits; } </script> </body> </html> Example Explained : When user clicks on the button the myFunction is called . inside the myFunction() pop() method will be executed which will remove the last element of the Array.  After removing it will access the div with id of demo and insert the array elements

How to Study Web Developement Course

Image
 How to Study Web Developement Course Hi Friends, so you want to become the Web Developer or UI Developer Or Front End Developer. Right?. First thing i want to clear is Web Developer Front End Developer UI Developer all above mentioned Are same . We will do same work , It may be called with different names but  don't get confused . OK. Let us come to the Topic . How can we become UI developer . ? we know the Quality of the education in the small computer institutes . They wont pay proper salary to the instructions . Finding a good Instructor is really very difficult . I has personally experienced that . So it is really difficult to depend on a computer institute . So whats next . There are some websites offering web development course . But the Question is  can we really learn from those videos . I know about some people who can learn from the videos and online tutorials. I am not talking about those people . I am talking about the people who req...

How to make money on social networking Websites ?

How to make money on social networking Websites ?

How To Remove Elements In Array

With Slice method we can remove the Elements in Array . The following code snippet is an Example of the Same. <!DOCTYPE html> <html> <body> <p>Click the button to extract the second and the third elements from the array.</p>   By Clicking the following button we are calling the myFunction ()  Function . <button onclick="myFunction()">Try it</button> <p id="demo"></p> <script> function myFunction() { now we have a variable "fruits " which contains the following Data .     var fruits = ["Banana", "Orange", "Lemon", "Apple", "Mango"]; With the slice method we can remove element in side an Array . In the following example we want to remove one elements which is in the 1st and 3rd index position of the Array . It will slice that particular elements in and returns the balance elements  which will be stored in "citrus ". ...

What is meant By intolerance?

When 100s of People died in Mumbai Due to Terrorist Attacks is it  Tolerable ? When 1000s of Farmers are ending their lives duo to so many problems .. It is Tolerable ? Now all of Sudden what happened to the people (I Mean congress Supporters ) to give the Statement about intolerance? . It clearly shows that its a political stunt . I have so many Muslim friends who are with us from so many decades . we are not seeing any changes in their lives and they are not getting afraid . There are so many issues to make politics . Why this Hindu and Muslim matter . All the Muslims who are with us now they are Indians . Please don't play any Political Games between us . We are not supporters either for any Parties . So Please stop all this Non sense .

HTML5 and CSS3 Beginner Tutorial 1

Image
Hi Friends , I have already introduced about HTML . If you are seeing this blog and reading my post means i think you want to know about some thing about HTML and Web development . I have not created the following tutorial . But i thing it will be very useful for you to know more about HTML    HTML5 and CSS3 Beginner Tutorial 1