Quantcast
Channel: Programming | Sense of Life
Browsing all 29 articles
Browse latest View live

PHP-MySql: Select previous row and next row from current ID

During the dark age, the simplest way to get previous row from current ID was using this query: SELECT field1 FROM tablename WHERE id = ($currentId – 1) and to get next row: SELECT field1 FROM...

View Article



Reset Mysql Root Password

Terrible, just setup a new server, then i forgot root password for mysql database. So i need to reset the root password. This is the way i do: 1. Login to our server machine as root (system...

View Article

Restore Ubuntu Boot Loader

To repair your Ubuntu GRUB, you need Ubuntu LiveCD, boot from this CD, and open a terminal. Be a root, by typing “sudo su” and enter your password. Find the partition which your Ubuntu system is...

View Article

PHP-GD: Create Image from Text

Some people want to hide their text into image for any reason. As example, to avoid spambot steal their email address, or to generate dynamic images content. Its simply done with PHP and GD Library....

View Article

Job Vacancy – Java Mobile Developer

PT Swamedia Informatika PT. Swamedia Informatika as one business entity in the field of information and communications technology, providing a better solution than the other for client satisfaction....

View Article


Job Vacancy – Web Designer

  PT Swamedia Informatika  PT. Swamedia Informatika as one business entity in the field of information and communications technology, providing a better solution than the other for client satisfaction....

View Article

Image may be NSFW.
Clik here to view.

Komper – WordPress Plugin to create comparison table

If you are running a review website, you might think that a product comparison table is a must. There are many plugins that create a comparison table in your posts or pages. But many of them are a...

View Article

Image may be NSFW.
Clik here to view.

Codecanyon Free File of January 2013

Get Codecanyon Free File of this month. Now it’s from the Miscellaneous category. FileIt will instantly convert the content from the text editor into a Word or PDF file. The item includes Documentation...

View Article


Image may be NSFW.
Clik here to view.

JOB VACANCY – SQL SERVER DBA

PT Swamedia Informatika PT. Swamedia Informatika as one business entity in the field of information and communications technology, providing a better solution than the other for client satisfaction....

View Article


Image may be NSFW.
Clik here to view.

Get 60% Discount of Komper Plugins

In my previous post i talked about wordpress premium plugins, called Komper. It's a product comparison plugins. You can create product spesification details, and display Comparison form in your website...

View Article

Image may be NSFW.
Clik here to view.

WordPress Sales Pages Themes

Wordpress is by far the most easiest content management system around. What makes it great is the amount of plug ins and themes you can get, most of which are free, which takes it to higher levels....

View Article

Image may be NSFW.
Clik here to view.

JOB VACANCY – PHP Developer

  PT. Swamedia Informatika as one business entity in the field of information and communications technology, providing a better solution than the other for client satisfaction. Ability, mastery of...

View Article

Image may be NSFW.
Clik here to view.

JOB VACANCY – Java Developer

PT. Swamedia Informatika as one business entity in the field of information and communications technology, providing a better solution than the other for client satisfaction. Ability, mastery of...

View Article


Image may be NSFW.
Clik here to view.

JOB VACANCY – Software Tester & Technical Writer

PT. Swamedia Informatika as one business entity in the field of information and communications technology, providing a better solution than the other for client satisfaction. Ability, mastery of...

View Article

Domain problem for my website vnetware.com

Suddenly, my wordpress plugin website (vnetware.com), goes down today. One of my customer informed me this. Well, this is really unexpected and really embarassing. New customer visiting my website will...

View Article


Subdomain wildcard pada Ubuntu dengan bind9

Ada kasus seperti ini, kita akan membuat sebuah website komunitas yang nanti nya para pengunjung bisa mendaftar sebagai anggota. Dan setiap anggota masing-masing akan mendapatkan alamat URL:...

View Article

Subdomain wildcard pada Ubuntu dengan bind9 – Part II

Menyambung artikel sebelumnya, kali ini kita akan membuat konfigurasi Virtual Host agar setiap request yang masuk langsung diarahkan ke domain utama. Pertama, edit file konfigurasi default apache:...

View Article


PHP: Procedural vs. Object Oriented Coding Style

PHP allows you to write code in two flavours, one is procedural and the other is object oriented. You can even write procedural code in PHP5 and it will run without any problems. If you are not clear...

View Article

Mysql String Functions

Name Description ASCII() Return numeric value of left-most character BIN() Return a string representation of the argument BIT_LENGTH() Return length of argument in bits CHAR_LENGTH() Return number of...

View Article

PHP-GD: Resize Transparent Image PNG & GIF

By default, you will get black background if you resize a transparent image. To fix it, you need set alpha channel imagecolorallocatealpha to 127. With imagecolorallocatealpha, it will allocate a color...

View Article
Browsing all 29 articles
Browse latest View live


Latest Images