NEKOGET Report http://press.nekoget.com/ BLOG 2012-01-04 18:27:40 Happy New Year 2012! http://press.nekoget.com/report/detail/1017/en Happy New Year 2012! Thank you also in 2012. 2012-01-04 18:27:40 I took part in this event アジャイルサムライ読書会(他流試合). http://press.nekoget.com/report/detail/1014/en I took part in the event アジャイルサムライ読書会 他流試合, which was held the other day. Articles written of the @shinyaa31's very detailed (This article was written in Japanese.) → http://d.hatena.ne.jp/absj31/20110918/1316423657 → http://togetter.com/li/189708 I got a chance in the introduction of the@ShiroKappa's. I have to thank him very much. I was staff. And I created (graphic design) name card To participants in this event ★ The Bookshelf アジャイルサムライ-達人開発者への道- 288pages It is a very good book. I would like to read it repeatedly. Those event was held a lot and called dojo. Original:The Agile Samurai: How Agile Masters Deliver Great Software (Pragmatic Programmers) 280pages  Pragmatic Bookshelf (2010/9/25) English 2014-01-04 18:11:15 I added a banner function. http://press.nekoget.com/report/detail/1011/en I reflected the banner function that I made while encoding Live in Ust the other day to this site. From a management screen, I can watch the number of the indication and a click-though count. I coordinated only some graphic design. 2011-05-31 10:28:40 CodeIgniter2.0.1 + SQLite3 http://press.nekoget.com/report/detail/1010/en I used SQLite3 in CodeIgniter2.0.1. I made this SQLite3 in local environment. 【Environment】 ・OSX MAMP PHP5.3 ・SQLite3 【Tool】 ・MAMP SQLiteManager ・SQLite Database Browser ・Firefox SQLite Manage 【I used PHP File】 ・ http://codeigniter.com/wiki/PDO_SQLite3/ 【Special Thanks】 ・@shikoku2011 I got a lot of advice from him. I thank him very much!!! 【Workflow】 (1) http://codeigniter.com/wiki/PDO_SQLite3/ The zip file is downloaded. *Uniform resource locator of the file is this. http://codeigniter.com/wiki/File:sqlite3_pdo_driver_0_02_by_xi.zip/ (2) system/database/drivers/pdo/ I installed a file in this. (3) config/database.php I wrote a code. 【config/database.php】 $active_group = 'default'; $active_record = TRUE; $db['default']['hostname'] = ''; $db['default']['username'] = ''; $db['default']['password'] = ''; $db['default']['database'] = 'sqlite:'.APPPATH.'database/report.sql3'; $db['default']['dbdriver'] = 'pdo'; /* //I change it in comment :) $db['default']['dbprefix'] = ''; $db['default']['pconnect'] = TRUE; $db['default']['db_debug'] = TRUE; $db['default']['cache_on'] = FALSE; $db['default']['cachedir'] = ''; $db['default']['char_set'] = ''; $db['default']['dbcollat'] = ''; $db['default']['swap_pre'] = ''; $db['default']['autoinit'] = TRUE; $db['default']['stricton'] = FALSE; */ 2011-05-31 10:43:23 [2] Goodby var_dump! Welcome Profiler of CodeIgniter!!! http://press.nekoget.com/report/detail/1009/en This is a continuance of the last report. http://press.nekoget.com/report/detail/1008/en I expanded CI_Profiler Class. I think that I must not be able to see profiler with the genuine server. file path : application/libraries/MY_Profiler.php The function that I added a hand to is run(). ....Omission....  public function run()  {   if($this->CI->config->item("genuine_url")    && $this->CI->config->item("genuine_url") == $this->CI->config->item("base_url")    )    {     return FALSE;    }  ....Omission....  } I wrote $config["genuine_url"] on config.php. If I did not write it,I take this as a development environment and should display a result of profiler. Because I wrote it, it answers false if I judged it with genuine environment, and It should answer a result of profiler if it is environment of the development. Because Profiler Class serves as a duty, I can write it in this way. $this->output->enable_profiler(); 2011-05-26 10:16:06 Goodby var_dump! Welcome Profiler of CodeIgniter!!! http://press.nekoget.com/report/detail/1008/en Hi! PHP User. Do you use 'var_dump' ? I use it very frequently. var_dump! var_dump! var_dump!!! However, I did not use it very much. (I use it a little) Why? I have begun to use CodeIgniter. There is a very convenient library in CodeIgniter. It is profiler. This image is profiler of CodeIgniter. This image extracted it. (This system use language file is Japanese.Therefore the text in the image is written in Japanese.) I wanted to make it easy to use this library more.And I challenged it. http://d.hatena.ne.jp/localdisk/20110521/1305964812 I referred to this BLOG. (1) I make view file. file path : /application/views/profiler.php jquery is necessary for this javascript code.<script type="text/javascript"> //<!-- $(function(){   if ($('#codeigniter_profiler').length > 0) {     var prof = $('<div>', {       id: 'profiler',       html: $('<img>', {       id : 'profiler_button',       height: 35,       width: 178,       alt: 'Toggle Profiler',       title: 'Toggle Profiler',       src: '<?php echo base_url(); ?>common/images/profiler/nav_toggle_darker.png'      })     });     $('body').prepend(prof);     $('body').prepend($('#codeigniter_profiler'));     $('#profiler').css('text-align', 'right');     $('#profiler').css('border-top', '10px #000 solid');     $('#codeigniter_profiler').css('display', 'none');     $('#codeigniter_profiler').css('background', '#FFF');     $('#codeigniter_profiler').click(function () {      $('#codeigniter_profiler').slideToggle();     });     $('#profiler_button').hover(function(){      this.orgImage = $(this).attr('src');      this.rolloverImage = this.orgImage.replace(/(\.gif|\.jpg|\.png)/, "_on$1");      $(this).attr('src',this.rolloverImage);     },function(){      $(this).attr('src',this.orgImage);     });   } }); // --> </script> 2011-05-23 19:48:05 About broadcasting ( CodeIgniter Talking ) on USTREAM. http://press.nekoget.com/report/detail/1007/en This live broadcasting sometimes delivers it , Live PHP Codeing for this blog. The next plan is not fixed.However, it is a plan in few days. twitter : @NEKOGET informs it of starting right before it begins. I talk in Japanese at the place, and, however, the screen is PHP(CodeIgniter). 2011-05-22 23:51:25 My Impression : Study event of CodeIgniter in Tokyo http://press.nekoget.com/report/detail/1006/en I participated in an event performed in Shinjuku on May 14. It is event participation after a long absence. The meeting place went over 80 people on that day. The seat was Standing room only. A lot of power supplies were a certain good meeting places. The announcement of all people is splendid and is interesting. 2011-05-20 14:34:39 I changed a theme design. http://press.nekoget.com/report/detail/1005/en I showed the thing that pushed forward work in local environment. The color was the same, but changed some appearances. On the left, I installed the change button of the character size. The list according to the tag showed it, and changed the one. The graphic design of a logo part and the footer part is going to revise it a little more. I examine that I make the next function.A comment functionTrack back functionA banner link function 2011-05-20 09:31:21 May 14 . " Flow of Application development using CodeIgniter" http://press.nekoget.com/report/detail/1004/en This document is made with Japanese. I am going to make an English document. 2011.05.14 CodeIgniter東京勉強会 資料 2011-05-15 16:58:27