Archive

Archive for August, 2009

How To Use CodeIgniter Pagination Class with Database

Pagination class is very useful when we are handling a very large set of data. With it, users can see a page of data sets for only 10 or 20 rows and provided with page navigation where user can go to the next and previous page or directly jump to a page number. CodeIgniter has a class for doing this, but we must make a link to the data to be paginated to make it works correctly.

This article show you how to make the link between pagination class and database class to make the pagination works on a table that has a large set of data inside it.

Read more…

  • Share/Bookmark

CodeIgniter Library to Create Google Maps Encoded Polylines

This class is used to encode a number of coordinates into an encoded polylines to be used in Google Maps. The code is originally from Jim Hribar http://www.jimhribar.com/cgi-bin/moin.cgi/PolylineEncoder and is rewritten by Gabriel Svennerberg www.svennerberg.com into a class and modified by me into CodeIgniter library. The code is written using the methods and algorithms found in the work of Mark MacClure http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline

Read more…

  • Share/Bookmark

How to Mix Segment and Query String in CodeIgniter

Passing parameter to a web page build with CodeIgniter (CI) can be done by using either POST variables which comes from HTML form or from the URI. But, different from traditional web application, by default CI only recognizes a segment based URI rather than query string format for passing parameter by URI.

In some circumstances we do need to use the query string to pass data to our page, which in this case using PHP global variable $_GET. By default, CI will not allow us to read the content of $_GET variable but instead using the URI class $this->uri->segment(the_segment_number).

Read more…

  • Share/Bookmark

Lowongan Kerja: PHP Junior Programmer

August 18th, 2009 No comments

For Indonesian Reader Only:

vitraining.com sebuah perusahaan IT service di Bandung sedang membutuhkan beberapa tenaga programmer PHP untuk ditempatkan pada proyek yang sedang berjalan dengan sistem kontrak minimal 6 bulan dan dapat diperpanjang 6 bulan kemudian jika dianggap perlu. Posisi dan Kualifikasi yang diperlukan adalah sebagai berikut:

PHP/Javascript Programmer

  • Menguasai bahasa pemrograman PHP, CSS, Javascript
  • mengerti pembuatan aplikasi dengan database MySQL
  • nilai tambah jika berpengalaman di aplikasi Google Map API, AJAX, dan jQuery
  • knowledge of Object Oriented Programming
  • familiar dengan OS berbasis Linux
  • good team work
  • bersedia ditempatkan di Bandung, Jakarta, atau Makasar
  • kirimkan lamaran ke email akhmad.daniel@gmail.com dengan subject : JUNIOR PHP <nama anda>

Kualifikasi Umum

  • Surat lamaran, CV, dan expected salary (wajib disertakan) diterima paling lambat tanggal 22 Agustus 2009
  • Candidate must be fast learner and must be able to work very well as a team player
  • Candidate must be able to work well under pressure and must be able to prioritize work to meet deadlines
  • Enthusiastic, communicative and has a sense of humor
  • Can work under high pressure environment
  • Can work as a team or individual
Technorati Tags:
  • Share/Bookmark
Categories: Job Vacation Tags:

Lowongan Kerja: Programmer PHP+Javascript dan C# Dotnet

For Indonesian Reader Only:

vitraining.com sebuah perusahaan IT service di Bandung sedang membutuhkan beberapa tenaga programmer untuk ditempatkan pada proyek yang sedang berjalan dengan sistem kontrak minimal 6 bulan dan dapat diperpanjang 6 bulan kemudian jika dianggap perlu. Posisi dan Kualifikasi yang diperlukan adalah sebagai berikut:

PHP/Javascript Programmer

  • Harus menguasai bahasa pemrograman PHP, XML, CSS, Javascript
  • harus mengerti pembuatan aplikasi dengan database MySQL
  • nilai tambah jika berpengalaman di aplikasi Google Map API, AJAX, dan jQuery
  • knowledge of Object Oriented Programming
  • familiar dengan OS berbasis Linux
  • berpengalaman di bidang yang sama minimal 1 tahun
  • pernah membuat aplikasi website yang sudah dipublikasikan, minimal 1 aplikasi
  • good team work
  • bersedia ditempatkan di Bandung
  • kirimkan lamaran ke email akhmad.daniel@gmail.com dengan subject : PHP <nama anda>

C# Dotnet Programmer

  • Menguasai pengembangan aplikasi dengan C#
  • Pengalaman minimal 1 tahun dengan dotnet technology
  • Terbiasa bekerja dengan javascript, CSS, XML, OOP sebagai basic knowledge
  • Menguasai pemrograman dengan manipulasi database (RDBMS)
  • Memahami konsep pembuatan dan penggunaan web services
  • good team work
  • akan sangat berguna jika salah satu dari programmer tersebut punya skill web designer/programmer juga.
  • pengetahuan akan sharepoint akan sangat membantu.
  • bersedia ditempatkan di Jakarta
  • kirimkan lamaran ke email akhmad.daniel@gmail.com dengan subject : CSHARP <nama anda>

Kualifikasi Umum

  • Surat lamaran, CV, dan expected salary (wajib disertakan) diterima paling lambat tanggal 18 Agustus 2009 (diperpanjang) 22 Agustus 2009
  • Candidate must be fast learner and must be able to work very well as a team player
  • Candidate must be able to work well under pressure and must be able to prioritize work to meet deadlines
  • Enthusiastic, communicative and has a sense of humor
  • Can work under high pressure environment
  • Can work as a team or individual
Technorati Tags:
  • Share/Bookmark
Categories: Job Vacation Tags:

How to Trace Where An Email was Sent From

Sometimes we need to know where an email was sent from, the IP address, the country, or even the city. There’s a tool from WhatIsMyIPaddress.com called Trace Email that can help you to do that. This tool attempts to locate the source IP address of an email based on the email headers, thus we can trace where did the email come from. To use the tool just copy and paste the full headers of the email you’ve received into the box below and press submit. When the page reloads scroll down to the bottom for the email header analysis and results.

This article explains how to trace an email that was sent with Gmail and Thunderbird. With the explanation provided, you should be able to trace any email sent with any other email programs like Yahoo Mail or Ms Outlook.

At the time of this writing, WhatIsMyIPaddress.com is in the process of compiling a set of instructions to obtain email headers from a variety of popular webmail services and email applications.

Read more…

  • Share/Bookmark

CodeIgniter Tutorial: [Creating Accounting Application] Part 3 ER Diagram and Creating Database

In the previous parts of this tutorial series we have discussed how to setup the application environment using XAMPP and CodeIgniter, and the application specification. We have done the analysis and design using UML use case and class diagram with free UML diagram tool StarUML.

In this part, we will discuss the database design for our application. This database is needed to hold the data for our application.

We are going to draw the entity relationship diagram (ERD) using a free tool called MySQL workbench, formerly fabForce ERD tools for MySQL. Before continuing, please download the program here and install it to your computer.

At the end of the designing process, we will create our database structure directly to a MySQL server that can be used by our application.

Read more…

  • Share/Bookmark

How to Debug PHP Program Remotely using phpDesigner 2008

Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program thus making it behave as expected. PHP has an extension that allows us to debug PHP scripts in live manner, called Xdebug. This article explains how to use and configure Xdebug within phpDesigner IDE from MPSOFTWARE. Debugging with Xdebug allows the programmer to analyze, evaluate and find errors in the code line by line.

Read more…

  • Share/Bookmark

How To Setup Google AdSense for Feed in WordPress

One way to increase your AdSense revenue is to put them in your blog feed, so your readers subscribing to the feed will get advertisement banners and text provided by AdSense. It will increase the ads impression and will impact to the increase of your revenue. This article explains how to configure Feedburner feed for your web or blog, setup AdSense for feed, and setup a WordPress plugin to redirect all feed request to your blog to Feedburner feed that’s already setup.

Read more…

  • Share/Bookmark

Zend Studio 7.0 Released

Zend Studio 7.0 is released!

News from Zend the PHP Company. This release brings a host of new features and enhancements that will help you develop faster, resolve defects more quickly, and take advantage of the latest PHP technologies directly from your development environment.

Zend Studio 7.0 includes:

  • IDE support for PHP 5.3
  • Enhanced source code editing
  • Quick & easy debugging
  • Zend Framework code generation
  • Better performance
  • And much more!

Zend Studio 7.0 is the next generation of our professional-grade PHP application development environment. It has been designed to maximize developer productivity by enabling you to develop and maintain code faster, solve application problems quickly and improve team collaboration.

Read more…

  • Share/Bookmark
Categories: IT News, Zend Tags:
This site uses a Hackadelic PlugIn, Hackadelic SEO Table Of Contents 1.6.0.