สร้างบล๊อกง่ายๆ 5 ขั้นตอน ด้วย WordPress

สำหรับคนที่อยากจะมีเว็บบล๊อกเขียนเล่าเรื่องราวต่างๆ โดยมีเว็บไซด์สวยๆ ใช้งานง่าย บางท่านอาจทำเว็บไซด์เพื่อเว็บไซด์บริษัทของตัวเองโดยไม่ต้องไปจ้างโปรแกรมเมอร์เสียเงินเสียทองมากมาย และบางครั้งอาจเกิดปัญหาทิ้งงานมากมายก่ายกอง

ทำเองดีกว่าครับ ง่ายมาก

ผมแนะนำ WordPress เลยครับ เพราะความสะดวกสะบายของ มันที่เราสามารถจัดการเว็บไซด์ได้ง่ายมาก ใช้ได้ทั้ง ใน iPad & iPhone & Android มี Application ช่วยเขียนบทความและอื่นๆอีกมากครับ

บทเรียน เริ่มต้น

  1. WordPress.com และ WordPress.org เลือกอันไหนดี?
  2. 3 สิ่งควรรู้ก่อนจะสร้างบล๊อก
  3. เพิ่มความปลอดภัยในป้องกัน Hackerให้บล๊อกของคุณ
         3.1 การมี User มากกว่า 1 ใน WordPress ดีอย่างไร
  4. เพิ่มพลัง SEO ให้เต็มสูบ
  5. เลือกดีไซน์ให้เว็บบล๊อกด้วยเท็มเพลตสวยๆ

 

Adobe Flash VS Corona SDK ใครแรงกว่ากัน

Adobe Flash (air) VS Corona SDK ใครแรงกว่ากัน เราได้ยินเรื่องของ โปรแกรม Flash มานานแล้วนะครับถึงคุณสมบัติต่างๆและความสามารถมากมาย สำหรับ Developer อย่างผมก็คงไม่อยากเสียเวลาทดสอบ โปรแกรมของหลายๆค่าย เพื่อหาว่าตัวไหนเจ๋งที่สุดคุ้มค่าแก่การลงแรงลงเวลาให้มากที่สุด

เผอิญเมื่ออาทิตที่แล้ว อาจารย์พล จาก flexblog.teerasej.com ท่านมาบรรยายเรื่อง Adobe Flash ที่มหาลัยผมพอดีเลยเกิดข้อสงใส ว่า Adobe เนี่ยเจ๋งที่สุดเเล้วหรือแล้วมันสู้ SDK เจ้าอื่นได้จริงหรือเปล่า เพราะเราต่างได้ยินข่าวเกี่ยวกับ Flash ยกเลิกการพัฒนาบน mobile หรือFlash ไม่ Support IOS ต่างๆนาๆ ผมเลยไป Research มาครับ Continue reading “Adobe Flash VS Corona SDK ใครแรงกว่ากัน”

Fatal Error : Allowed memory size of

It happen to me today so i decide to put the solution on my blog.

this problem happen because the script want more memory to process the specific task they do.

to solve this problem, you must change memory_limit = in php.ini file

if you can find php.ini file just do see it from using the phpinfo() function

<?php
phpinfo();
?>

i do recommend you set it up to 512M 😀

memory_limit = 512M

Edit “hosts” file

How to modify your host file

If you are using WIN XP

go to :

Code:
C:\WINDOWS\system32\drivers\etc

if you are using WIN VISTA OR WIN 7
check this:

Code:
http://www.windows7.cc/windows7-faq/edit-hosts-file-in-windows-7-windows-vista/

Fake Name generator [Imacro]

iMacros – Fake Name Generator

This will let you quickly generate tons of fake female names. All the results will match (i.e. the ZIP code matches the State and phone number area code).

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
FILTER TYPE=IMAGES STATUS=ON
TAB T=1
URL GOTO=http://www.fakenamegenerator.com/gen-female-us-us.php
TAG POS=1 TYPE=SPAN ATTR=CLASS:given-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:additional-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:family-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:street-address EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:locality EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:region EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:postal-code EXTRACT=TXT
'password
TAG POS=1 TYPE=LI ATTR=TXT:Password*
TAG POS=R1 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'phone number
TAG POS=R1 TYPE=SPAN ATTR=TXT:* EXTRACT=TXT
'mother's maiden name
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'birthday
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'SSN
TAG POS=R6 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'job
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
FILTER TYPE=IMAGES STATUS=OFF
SAVEAS TYPE=EXTRACT FOLDER=C:\ FILE=Women.csv

NOTES:

1. You will need to use the Play (Loop) button under where it says “Repeat Macro.” I usually generate 10 at a time.

2. This saves the results to a CSV file under C:\. You can change the directory if you want.

3. If you are using this for Dating methods, you might want to run through the list of birth dates and change the year to 1993 (for 18-19 y/o girls) or another year. It generates a random age, and sometimes they are 70 years old.

4. Use Excel or other spreadsheet program to open the file for easy data manipulation.

Name this iMacro as Women.iim if you want it to work with the bonus macro below…

BONUS

Javascript to quickly generate 10 names (or however many you want)

Code:
var i
var ret

var i=0;
for (i=0;i<=9;i++)
{
/* Run the Macro(s)  */
ret = iimPlay("Women")
}

Bonus Notes:

1. Save this code in a file named Women.j s (no space between j and s)

2. You can change the 9 to any number based on the number of names you need. For example, if you want 50 names, change 9 to 49. (That’s because javascript counts the 0 as the first result, so all the end numbers are one number less than what you need).

Hope you enjoy this one.

It’s very practical for combining with the Signup macros. Create 10 names and then sign them up automatically for yahoo, digg, facebook, twitter, etc.
จีจีครับ ฮ่าๆๆ

Domain Mapping คืออะไร

Domain Mapping คือการนำเอาชื่อเว็บไซด์เรา โยงเข้าสู่โฮสที่คนละ URL กัน

เหมือนที่เราใช้โฮสของ WordPress.com บล๊อกฟรีอยู่ แล้วเราก็ซื้อโดเมนใหม่มา ต้องการจะเอาโดเมนเรา โยงไปยังบล๊อกเก่าใน บล๊อกเก่าของเรานั่นเองครับ การทำ Domain Mapping มีหลากหลายวิธีมากขึ้นอยู่กับ โฮสที่เราเลือกใช้อยู่นั่นเองครับ