# Latest

**URL:** https://forum.kirupa.com/latest.md?page=165

[Latest](https://forum.kirupa.com/latest.md) · [Categories](https://forum.kirupa.com/categories.md)

**Page:** 166

---

## [kirupa.com - Create a Photo Gallery](https://forum.kirupa.com/t/kirupa-com-create-a-photo-gallery/354641)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 10:39pm UTC](https://forum.kirupa.com/t/kirupa-com-create-a-photo-gallery/354641 "2014-11-23T22:39:50Z")

</div>

One thing that I have always been thankful for was the great people who help keep the site's content fresh and engaging. More often than not, I have often…

---

## [kirupa.com - Displaying Data in a Text Field](https://forum.kirupa.com/t/kirupa-com-displaying-data-in-a-text-field/354592)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 10:28pm UTC](https://forum.kirupa.com/t/kirupa-com-displaying-data-in-a-text-field/354592 "2014-11-23T22:28:52Z")

</div>

For most Web development applications, with the exception of WYSIWYG editors, learning how to program code becomes a major part of the …

---

## [kirupa.com - Games: Keeping Score](https://forum.kirupa.com/t/kirupa-com-games-keeping-score/354587)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 10:28pm UTC](https://forum.kirupa.com/t/kirupa-com-games-keeping-score/354587 "2014-11-23T22:28:05Z")

</div>

Do you remember what kept you standing in front of an arcade machine every day after school during the days of frogger, pong, and galaxian? Unless you are…

---

## [Filtering Items In A List | kirupa.com](https://forum.kirupa.com/t/filtering-items-in-a-list-kirupa-com/354582)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 10:27pm UTC](https://forum.kirupa.com/t/filtering-items-in-a-list-kirupa-com/354582 "2014-11-23T22:27:07Z")

</div>

by kirupa | 31 August 2013 If you have a large list of items that can easily be categorized, it might be a good idea to give users the ability to filter on it. This is a companion discussion topic f…

---

## [Conditional Statements: If, Else, and Switch | kirupa.com](https://forum.kirupa.com/t/conditional-statements-if-else-and-switch-kirupa-com/354541)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 10:18pm UTC](https://forum.kirupa.com/t/conditional-statements-if-else-and-switch-kirupa-com/354541 "2014-11-23T22:18:47Z")

</div>

by kirupa | 16 February 2014 From the moment you wake up, whether you realize it or not, you start making decisions. Turn the alarm off. Turn the lights on. Look outside to see what the weather is like. …

---

## [kirupa.com - Finding Values in an Array](https://forum.kirupa.com/t/kirupa-com-finding-values-in-an-array/354405)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 9:51pm UTC](https://forum.kirupa.com/t/kirupa-com-finding-values-in-an-array/354405 "2014-11-23T21:51:36Z")

</div>

In Flash, you have the indexOf function that allows you to find text in an array of string data. That is great if you are only working with strings, but you will often run into situations where your array is more t…

---

## [Auto highlighting all pre/code tags!](https://forum.kirupa.com/t/auto-highlighting-all-pre-code-tags/353838)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 2\
**Last updated:** [November 23, 2014, 9:04pm UTC](https://forum.kirupa.com/t/auto-highlighting-all-pre-code-tags/353838 "2014-11-23T21:04:47Z")

</div>

Let's see if this actually works as advertised: function quickSortHelper(arrayInput, left, right) { var i = left; var j = right; var pivotPoint = arrayInput\[Math.round((left + right) \* .5)\]; // Loop while (i…

---

## [kirupa.com - Objects and Classes in JavaScript](https://forum.kirupa.com/t/kirupa-com-objects-and-classes-in-javascript/354015)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 8:13pm UTC](https://forum.kirupa.com/t/kirupa-com-objects-and-classes-in-javascript/354015 "2014-11-23T20:13:21Z")

</div>

by kirupa | 29 May 2012 Have questions? Discuss this HTML / JavaScript tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/objec…

---

## [Numbers in JavaScript | kirupa.com](https://forum.kirupa.com/t/numbers-in-javascript-kirupa-com/353803)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 7:20pm UTC](https://forum.kirupa.com/t/numbers-in-javascript-kirupa-com/353803 "2014-11-23T19:20:12Z")

</div>

by kirupa | 17 April 2014 A large part of your time in JavaScript will be spent dealing with numbers. Even if you aren’t working with numbers directly, you’ll indirectly encounter them when doing even the most…

---

## [CSS Filters | kirupa.com](https://forum.kirupa.com/t/css-filters-kirupa-com/353560)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 6:12pm UTC](https://forum.kirupa.com/t/css-filters-kirupa-com/353560 "2014-11-23T18:12:39Z")

</div>

by kirupa | 26 December 2012 Just like watching a teenager get a driver's license the first time, we are seeing HTML5 moving into a new stage of adulthood. Right before our eyes, this loosely coupled …

---

## [Kirupa.com - CSS Attribute Selectors](https://forum.kirupa.com/t/kirupa-com-css-attribute-selectors/353492)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 5:50pm UTC](https://forum.kirupa.com/t/kirupa-com-css-attribute-selectors/353492 "2014-11-23T17:50:18Z")

</div>

by kirupa | 16 September 2011 Have questions? Discuss this HTML tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/css\_attribute\_sele…

---

## [Variables in JavaScript | kirupa.com](https://forum.kirupa.com/t/variables-in-javascript-kirupa-com/353417)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 5:11pm UTC](https://forum.kirupa.com/t/variables-in-javascript-kirupa-com/353417 "2014-11-23T17:11:21Z")

</div>

by kirupa | 25 January 2014 In JavaScript, every piece of data that you provide or use is considered to contain a value. In the example you saw from our introduction, the words hello, world…

---

## [Kirupa.com - Deconstruction: Irritated Bubbles](https://forum.kirupa.com/t/kirupa-com-deconstruction-irritated-bubbles/353407)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 5:07pm UTC](https://forum.kirupa.com/t/kirupa-com-deconstruction-irritated-bubbles/353407 "2014-11-23T17:07:40Z")

</div>

by kirupa | 28 July 2012 Making things move on the screen using code is one of my favorite hobbies. It is what got me into computers / design / programming so many years ago, and it is what still keeps …

---

## [JS101: JavaScript for Beginners | kirupa.com](https://forum.kirupa.com/t/js101-javascript-for-beginners-kirupa-com/353347)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 4:40pm UTC](https://forum.kirupa.com/t/js101-javascript-for-beginners-kirupa-com/353347 "2014-11-23T16:40:55Z")

</div>

by kirupa | 4 August 2014 Have you ever wondered what it would be like to learn a programming language like JavaScript without all the boring and unnecessary stuff that usually goes along with it? Well, …

---

## [Kirupa.com - Movement Using Keyboard Keys](https://forum.kirupa.com/t/kirupa-com-movement-using-keyboard-keys/353311)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 4:10pm UTC](https://forum.kirupa.com/t/kirupa-com-movement-using-keyboard-keys/353311 "2014-11-23T16:10:51Z")

</div>

While this tutorial exists for Flash 5, the Flash MX version is a slightly more simplified version. Why is it more simplified you ask? In Flash MX the seg…

---

## [Kirupa.com - Revisiting Some (Old) Tags in HTML 5](https://forum.kirupa.com/t/kirupa-com-revisiting-some-old-tags-in-html-5/353271)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 3:23pm UTC](https://forum.kirupa.com/t/kirupa-com-revisiting-some-old-tags-in-html-5/353271 "2014-11-23T15:23:47Z")

</div>

by kirupa | 6 March 2011 (updated on 12 September 2012) This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/revisiting\_some\_tags\_html5.htm

---

## [Kirupa.com - Circular Movement](https://forum.kirupa.com/t/kirupa-com-circular-movement/353231)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 2:48pm UTC](https://forum.kirupa.com/t/kirupa-com-circular-movement/353231 "2014-11-23T14:48:07Z")

</div>

If there is one thing I like in a Flash animation, it has to be simplicity. I am usually not impressed with large background images with an Eric Jordan …

---

## [Kirupa.com - Flash Detection Scripts](https://forum.kirupa.com/t/kirupa-com-flash-detection-scripts/353108)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 1:43pm UTC](https://forum.kirupa.com/t/kirupa-com-flash-detection-scripts/353108 "2014-11-23T13:43:38Z")

</div>

A common usability mistake people make is that they assume that everyone has the latest version of the Macromedia Flash Player installed. While 90% of peo…

---

## [Introduction to Animation in HTML | kirupa.com](https://forum.kirupa.com/t/introduction-to-animation-in-html-kirupa-com/353092)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 1:38pm UTC](https://forum.kirupa.com/t/introduction-to-animation-in-html-kirupa-com/353092 "2014-11-23T13:38:05Z")

</div>

by kirupa | 5 February 2013 While we think of animation as a recent creation brought about by film and computers, people have been fiddling with ways to communicate motion for a really REALLY long tim…

---

## [Kirupa.com - Create an Awesome Contact Page](https://forum.kirupa.com/t/kirupa-com-create-an-awesome-contact-page/353089)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 1:36pm UTC](https://forum.kirupa.com/t/kirupa-com-create-an-awesome-contact-page/353089 "2014-11-23T13:36:57Z")

</div>

by kirupa | 13 February 2012 Have questions? Discuss this HTML tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/create\_an\_awesome\_c…

---

## [Kirupa.com - Parsing External Array Data](https://forum.kirupa.com/t/kirupa-com-parsing-external-array-data/352983)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 12:42pm UTC](https://forum.kirupa.com/t/kirupa-com-parsing-external-array-data/352983 "2014-11-23T12:42:11Z")

</div>

There are several tutorials in this site that cover how to load data from an external location. But, there are no tutorials on this site that discuss how to format and process your data for any us…

---

## [Kirupa.com - CSS Selectors: Type, Class, and ID](https://forum.kirupa.com/t/kirupa-com-css-selectors-type-class-and-id/352953)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 12:27pm UTC](https://forum.kirupa.com/t/kirupa-com-css-selectors-type-class-and-id/352953 "2014-11-23T12:27:32Z")

</div>

by kirupa | 6 June 2012 Have questions? Discuss this HTML tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/css\_selectors\_type\_class…

---

## [Kirupa.com - Page Navigation on Click](https://forum.kirupa.com/t/kirupa-com-page-navigation-on-click/352945)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 12:23pm UTC](https://forum.kirupa.com/t/kirupa-com-page-navigation-on-click/352945 "2014-11-23T12:23:07Z")

</div>

by kirupa | 16 November 2011 Have questions? Discuss this HTML5 tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/page\_navigation\_on…

---

## [Kirupa.com - Random Colors in JavaScript](https://forum.kirupa.com/t/kirupa-com-random-colors-in-javascript/352938)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 12:19pm UTC](https://forum.kirupa.com/t/kirupa-com-random-colors-in-javascript/352938 "2014-11-23T12:19:58Z")

</div>

written by kirupa | 22 January 2011 This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/random\_colors\_js.htm

---

## [Kirupa.com - Changing the Mouse Cursor](https://forum.kirupa.com/t/kirupa-com-changing-the-mouse-cursor/352922)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 12:15pm UTC](https://forum.kirupa.com/t/kirupa-com-changing-the-mouse-cursor/352922 "2014-11-23T12:15:48Z")

</div>

by kirupa | 6 September 2011 Have questions? Discuss this Flash / AS3 tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/flash/changing\_…

---

## [Kirupa.com - Styling Links in CSS](https://forum.kirupa.com/t/kirupa-com-styling-links-in-css/352882)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 12:06pm UTC](https://forum.kirupa.com/t/kirupa-com-styling-links-in-css/352882 "2014-11-23T12:06:02Z")

</div>

by kirupa | 16 September 2011 Have questions? Discuss this HTML tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/styling\_links\_in\_c…

---

## [Kirupa.com - Changing Stacking Order (swapDepth)](https://forum.kirupa.com/t/kirupa-com-changing-stacking-order-swapdepth/352834)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 11:54am UTC](https://forum.kirupa.com/t/kirupa-com-changing-stacking-order-swapdepth/352834 "2014-11-23T11:54:07Z")

</div>

A common misconception is that the vertical "stacking" order of objects in Flash is determined by which layer the object is in. The objects in the bottom …

---

## [Kirupa.com - Maximize Flash in Your Browser](https://forum.kirupa.com/t/kirupa-com-maximize-flash-in-your-browser/352831)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 11:53am UTC](https://forum.kirupa.com/t/kirupa-com-maximize-flash-in-your-browser/352831 "2014-11-23T11:53:56Z")

</div>

How many times have you asked yourself the following question: "How does that animation take up every pixel of space in the browser?" The answer lies in u…

---

## [Kirupa.com - Creating Printer Friendly Pages](https://forum.kirupa.com/t/kirupa-com-creating-printer-friendly-pages/352810)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 11:47am UTC](https://forum.kirupa.com/t/kirupa-com-creating-printer-friendly-pages/352810 "2014-11-23T11:47:32Z")

</div>

by kirupa | 10 January 2012 Have questions? Discuss this HTML5 tutorial with others on the forums. This is a companion discussion topic for the original entry at http://www.kirupa.com/html5/creating\_printer…

---

## [Kirupa.com - Interviews: Joe (rumblesushi)](https://forum.kirupa.com/t/kirupa-com-interviews-joe-rumblesushi/352752)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2014, 11:22am UTC](https://forum.kirupa.com/t/kirupa-com-interviews-joe-rumblesushi/352752 "2014-11-23T11:22:13Z")

</div>

What is currently your favorite project/piece of work and why? Easily my 3D engine and the game I'm currently working on all day every day, because although difficult and an epic amount of work, it's v…

[Previous page](https://forum.kirupa.com/latest.md?page=164)

[Next page](https://forum.kirupa.com/latest.md?page=166)
