Snowpeak Blog

Sharing and discussing cutting-edge technologies of AI and cloud computing, and other interesting topics.

Article

A Simple Star Rating

Star rating is a commonly used feature in surveys. Most implementations online dynamically call images to achieve this functionality. By combining CSS, I came up with a simpler method.

A CSS Fix to LI in IE7

In IE7, there is a bug when an HTML `

  • ` element is immediately followed by a `
    ` element. The first `
  • ` item in an `
      ` or `
        ` list does not display its preceding marker or number.

  • Simplified and Traditional Chinese Converter by JavaScript

    A simplified and traditional Chinese converter written in JavaScript.

    Language Codes and Names for Internationalization

    Recently collected and organized some language codes and names for internationalization, sharing them here.

    Locale ID (LCID) Chart

    This article describes the locale ID (LCID) chart.

    Some Insights on Hierarchical Subdivision of PHP Sites After Internationalization

    After learning the MVC pattern, plus data abstraction layer, I found that websites used only for front-end interaction can be further divided into multiple layers. Taking PHP as an example, it can be ...

    A Little Lottery Made with JavaScript

    A lottery program written in JavaScript

    Create Images with JSP Reading Image data in SQL Server 2000

    This article describes how to create images with JSP reading image data in SQL Server 2000.

    Configure Tomcat 6 to Connect SQL Server 2000 and MySQL 5 with JDBC Pool

    Tomcat 6 Configuration for Connecting SQL Server 2000 and MySQL 5 via JDBC Pool.

    How to Remove Watermarks on PDF

    PDF files often contain watermarks, which can be removed using Adobe Acrobat Professional.

    Dynamically including ASP File Improved

    This article introduces a new function for dynamically including ASP files.

    Configuring MySQL 4.1 with JRun 4 using the Connector/J driver

    This article describes how to configure MySQL 4.1 with JRun 4 using the Connector/J driver.