5 WP Plugin for Amazon Affiliate

No Comments

1. Amazon Affiliate Linker : Plugin ตัวน้อย ๆ ทำงานไวได้ใจคนทราฟฟิคหนาแน่นเป็นที่สุดล่ะครับ เอาไปจับคู่กับบทความดี ๆ หน่อย ผมว่าใช้ได้เลยแหละ ครับส่วนการสั่งงานก็ง่าย ๆ เพียงแค่ [asin=xxx] Link to iPod[/asin] เป็นต้น ลองหามาใช้งานได้จาก เว็บของเจ้าของปลั๊กอิน
.
2. Amazonify™ for WordPress : เจ้าเก่าแก่คุ้นหน้าตากันมานานครับ ผมเองก็ชอบใช้ปลั๊กอินตัวนี้เหมือนกันครับหลายเว็บก็ใช้อยู่อย่างที่ @ Fashion ผมก็เลือกใช้ ปลั๊กอินตัวนี้แทรกสินค้าลงไปในเนื้อหาครับเพื่อน ๆ สมารถดาวน์โหลดได้ที่ www.gara.com
** เพิ่มเติมอีกเล็กน้อยสำหรับ amazon-einzeltitellinks-plugin-wordpress : ปลั๊กอินตัวนี้ทำงานคล้าย ๆ กับ Amazonify แต่เอาไว้ใช้กับ Amazon.de ครับ ดาวน์โหลด
.
3. Amazon Niche Store : เป็นปลั๊กอินที่ผมชอบมากเลยครับ ดึงสินค้าได้หลายชิ้นในคราวเดียวและกำหนดให้แสดงสินค้าได้ว่าจะให้แสดงกี่ บรรทัดและแสดงออกมาบรรทัดละกี่คอร์ลั่ม แต่เสียหน่อยตรงที่ทำงานช้าเนี่ยแหละครับ ฉนั้นแล้วก็ควรที่หลีกเลี่ยงการโพสร่วมกับปลั๊กอินตัวอื่นในโพสเดียวกันหรือ ในหน้าเดียวกันครับ สำหรับเว็บของผมที่ใช้งานปลั๊กอินตัวนี้อยู่ก็เช่น BooksCorner.Co.CC เพื่อนสามารถหาปลั๊กอินตัวนี้มาไว้ใช้งานได้จาก Amazon Niche Store
.
4. AVH Amazon : ความนิยมชมชื่นระดับ 5 ดาวจาก WordPress.org คงพอจะการันตีเจ้าปลั๊กอินตัวนี้นะครับได้ครับ แม้ว่าส่วนตัวจะไม่ได้ชอบใช้งานมันแต่พอถามเพื่อน ๆ แล้วมักได้คำตอบว่าพวกเขาขอบมัน ฉนั้นแล้วผมคงไม่พลาดที่จะเอามันมานำเสนอให้เพื่อน ๆ ได้ลองนำไปใช้กันครับ ดาวน์โหลด
.
5. V on Zon : ปลั๊ก อินโก๊ะ ๆ ฝีมือพวกผมเองครับ เอาไอ้นั่นมาผสมกับไอ้นี้ เอาข้อดีตัวนู้นมาปั่นรวมกันข้อดีของตัวนี้ เลยได้ปลั๊กอินตัวนี้ออกมา เพื่อนลองชม VDO วิธีการใช้งานได้จาก http://youtube.com/8plus2seo หรือชมตัวอย่างเว็บได้ที่ http://v-on-zon.co.cc ปัจจุบันนี้เวอร์ล่าสุดคือ V1.0 bug fix. เชิญดาวโหลดไปใช้งานกันลองดูได้เลยครับ ดาวน์โหลด

.

jQuery ‘Farbtastic’ colour picker

No Comments

jQuery ‘Farbtastic’ colour picker

The Farbtastic colour picker is really easy to implement. Its great if your building a customisable interface for an online product in the same way that you can manipulate the design of your Twitter profile. Farbtastic uses layered transparent PNGs to render a saturation/luminance gradient inside of a hue circle. more info on the colour picker can be found here You need to include jQuery, farbtastic.js, and style sheet all of which are in the download below. More

jQuery font resizing for accessibility

No Comments

jQuery font resizing for accessibility More

Using Highcharts JavaScript Library

No Comments

There are some great JavaScript graph libraries out there and one that’s recently come to my attention is Highcharts.com which is compatible with both the jQuery and Mootools frameworks. To get started point your browser here where you can download all the files you need including examples. Highcharts features include slick tooltips to reference points on your charts, it’s compatible with all standard web browsers, the setup for a graph as demonstrated below is simple and uses the JSON data type, there are also multiple types of graph type, from line, spline, area, areaspline, column, bar, pie and scatter chart.

Using Highcharts JavaScript Library

View Demo | Tutorial

Build a jQuery content feature like MailChimp

No Comments

Build a jQuery content feature like MailChimp

View Demo | Download

PHP CURL & Tiny URL

No Comments

Here’s how to use PHP CURL and the TinyURL api to generate tiny urls on the fly. This is a similar tutorial to the one I wrote a while back on using the Twitter API

I’ve set the variable $maketiny as the url that you want to shorten. This then gets passed into the function and processed with CURL. CURLOPT_RETURNTRANSFER returns the value of curl_exec($ch); as a string and doesn’t just display it on the screen allowing us to process the data further. More

Compress your HTML code using PHP

No Comments

When we write code we love to format it nicely adding tabs, line breaks and indentations, but the end user isn’t interested in how lovely the source code is, they just want the page content, so this script strips out all the line breaks and spaces in your code and puts it on one line, compressing your code and making it faster. More

jQuery PHP Ajax Autosuggest

No Comments

jQuery PHP Ajax Autosuggest

jQuery PHP Ajax Autosuggest

jQuery PHP & MySQL Username Availability Checker

No Comments

jQuery PHP & MySQL Username Availability Checker

jQuery PHP & MySQL Username Availability Checker

Using Memcache With PHP

No Comments

What’s Memcached?

So your reading this wondering what I’m talking about. Memcache is basically is a generalpurpose distributed memory caching system, put that in English, it allows you to store any form of data in a ‘temporary cache’ so wherever you go to do a database query, instead of just connecting to the database and getting the data we want we first check the memcache to see if our data is already stored. If the memcache returns nothing, then go to the database, get what you’re looking for, then store it in the memcache for later:

There are five main functions that we use with Memcache and they are as follows:

  • get() – gets the value for a specified key
  • set() – sets a given key with a given value
  • add() – adds to the cache, only if it doesn’t already exist
  • replace() – sets in the cache only if the key already exists
  • flush() – removes all keys and cached data

More

Older Entries