This jQuery tutorial shows how to use mouseover method and mouseout method. The mouseover() method simply triggers the mouseover event when the mouse pointer is over an element. While the mouseout() method triggers the mouseout event when the mouse pointer… Continue Reading →
What is jQuery? jQuery is a small JavaScript library that can create interesting web page effects with just a few lines of simple codes. The jQuery codes are very clean and simple. What jQuery can do? Most web designers mainly… Continue Reading →
I already discussed how to Get Data from External File with jQuery Ajax Method before. Actually there is a much easier way to get data from external file (usually JSON file format). This is called getJSON() method. You may consider… Continue Reading →
I already discussed how to use jQuery to GET data from external file by using the Ajax method. Let’s play around with the jQuery Ajax method a bit more. Today, I am going to show how to Post data to… Continue Reading →
The jQuery serializeArray() method simply creates an array of objects (name and value) by serializing values of HTML form. This is very useful when posting data of HTML form for processing. Let’s take a very simple example to see how… Continue Reading →
With jQuery, this is rather easy to GET data from external file by using the Ajax method. Actually I already discussed how to use jQuery to read an external text database with jQuery.get() method long time ago. The Ajax method… Continue Reading →
Tabs, Page Tabs or Page Navigation Panel is very useful in webpage design. It can save a lot of space. Moreover users can navigate the contents with different topics easily. In the old days, making a tab is a rather… Continue Reading →
The HTML ul and li tags have been using for ages. The ul and li should be one the most commonly used tags in webpage design. However some webmasters are sometimes quite confuse with the usage. Let’s review the basic… Continue Reading →
The PHP manual describe clearly how to use the foreach without throwing an error – “The foreach construct provides an easy way to iterate over arrays. And foreach works only on arrays and objects,…” Sometimes this is hard to understand…. Continue Reading →
This is just a revision of using PHP for loop and switch conditional case statement after somebody ask me a very simple question of how to use them together today. The following PHP codes are a very typical example of… Continue Reading →
In previous jQuery tutorials, we can easily handle current selected element with $(this). However we sometimes also need to do some animation or other web effects with other elements “related” with the current selected element. The jQuery documentation use the… Continue Reading →
In my previous jQuery post about Animate Div Layer to Resume Original HTML Layout, there is only one image on the webpage layout. Therefore the image is surely the right target being selected. However, there will be more than one… Continue Reading →
I recently doing a very interesting webpage design with jQuery. The basic idea is very simple. Actually we learned it before for many times. Therefore this is very important to know how to apply what we learned to a real… Continue Reading →
Very often, we need to use PHP to cut off or truncate a long string of words or text. A very typical example is that we have many posts in our blog or website. We wish to show the most… Continue Reading →
I discussed how to use CSS to display icons by adjusting the x and y position in one of my post – Fun with CSS Background Position. In this post, I use the width and height in pixels to adjust… Continue Reading →
© 2021 GoBizNow Web Development — Powered by WordPress
Theme by Anders Noren — Up ↑
External Webpage
------------------------------------------------------
Put on webpage that click to popup external webpage
Click here to View Demo