2010-04-01から1ヶ月間の記事一覧

How to write modern Perl

Post.pm package Post; use strict; use warnings; sub new{ my $class = shift; my $word = shift; return bless {'word'=>$word},$class; } sub wri{ my ($self,$arg) = @_; print $arg; } sub loop{ my $self = shift; for(my $i=0;$i<10;$i++){ print "$…

Extend value of upload limit file size

php

If you want to increase value of upload limit, you need to rewrite configuration file of php. There are two places that you rewrite in php.ini, post_max_size and upload_max_filesize. It directs about file size what it is decide limit size …

Little skill of CSS

css

I read it that useful little skill of CSS.http://www.webcreatorbox.com/tech/css-tips20/It becomes study for me. I will introduce some thing that I had not known ever.

Good way to use path to clip photo by photoshop

I were embarrassed about clipping photo that inside area of object. Example, it is complex object what it is bags or cup and more. There are inside area where needs to clip. I had clipped it separate each other. It means the inside and the…

Making Transposition index

This is too awful code >

PowerPoint Viewer has serious bug!!

I installed PowerPoint Viewer2007(PPT). Had completed install, to start PPT. But it dose not start long time! it seem to have serious bug. This entry served as a reference. http://morley-letter.cocolog-nifty.com/blog/2009/08/powerpoint-vie…