Weekend Links – PHP Pagination, jQuery Flash Plugin, CSS Visited Links, Programmer’s Dress Code, Browser Security

By  on  

Perfect PHP Pagination

PHP pagination can be extremely difficult -- advanced search and filters can make PHP pagination a nightmare. Sitepoint Blogs provides a tutorial on php pagination using a fixed array of data.

http://www.sitepoint.com/article/perfect-php-pagination

jQuery Flash Plugin

A pure jQuery plugin to embed flash movies in your page.

http://jquery.lukelutman.com/plugins/flash/

"Checkmark" Your Visited Links With Pure CSS

Most designers/developers color their visited links in a different color -- I've not yet seen the idea of "checking" them off until now.

http://css-tricks.com/put-checkmarks-next-to-visted-links-with-pure-css/

The Programmer Dress Code

Programmers aren't always nerdy, pocket-protector wearing, nose-bleeding, never-kissed-a-girl guys. Many of them have long hair or comb-overs, as this article proves.

http://www.codethinked.com/post/2007/12/The-Programmer-Dress-Code.aspx

Microsoft and Mozilla Disagree on Browser Security

I know, hard to believe. SitePoint pieces together the quotes from notable Microsoft and Mozilla employees.

http://www.sitepoint.com/blogs/2007/12/05/microsoft-and-mozilla-disagree-on-browser-security/

Recent Features

  • By
    From Webcam to Animated GIF: the Secret Behind chat.meatspac.es!

    My team mate Edna Piranha is not only an awesome hacker; she's also a fantastic philosopher! Communication and online interactions is a subject that has kept her mind busy for a long time, and it has also resulted in a bunch of interesting experimental projects...

  • By
    Welcome to My New Office

    My first professional web development was at a small print shop where I sat in a windowless cubical all day. I suffered that boxed in environment for almost five years before I was able to find a remote job where I worked from home. The first...

Incredible Demos

  • By
    Create a NoScript Compatible Select Form Element with an onChange Event

    I wouldn't say that I'm addicted to checking Google Analytics but I do check my statistics often. I guess hoping for a huge burst of traffic from some unknown source. Anyway, I have multiple sites set up within my account. The way to...

  • By
    Duplicate the jQuery Homepage Tooltips

    The jQuery homepage has a pretty suave tooltip-like effect as seen below: The amount of jQuery required to duplicate this effect is next to nothing;  in fact, there's more CSS than there is jQuery code!  Let's explore how we can duplicate jQuery's tooltip effect. The HTML The overall...

Discussion

  1. Perfect PHP Pagination

    This link has a good solution for arrays has anyone found a decent solution to pagination that depends on dynamic data like sql results instead of fixed data?

  2. BOLARINWA OLAKUNLE

    I think dreamweaver makes it easier

  3. George

    Paginating needs to be linked to a database.

  4. If you want using pagination plugin, pls try it here: http://kenphan.info/view/2010/01/Cach-su-dung-jQuery-jPager-plugin.html
    That is a simple page used AJAX and JSON. The name is jPager. That jPager is easy install & simply.
    Download it here: kenphan.info/download.jpager.rar

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!