zencart 商品ページの属性カテゴリ画像を表示させない 2010年06月29日 過去Blog Zencart zencartで、商品を選ぶと、その商品の詳細ページが表示されますが、その詳細ページ内の上部にカテゴリの画像が表示されます。 ■それを消す、または、表示させる方法 一般設定 > 商品情報の設定 > カテゴリ名と画像の配置 0 = 非表示 1 = 表示
外部のサイトから画像をサーバに取得(コピー) 2009年12月06日 過去Blog $img_path // 取得する画像のパス(URL) $path = "ここは保存先のパス"; // /home/ドメイン/public_html/imagesなど $img = file_get_contents($img_path) ;//画像を取得 $fullpath = $path.basename($img_path);//画像の保存フルパス file_put_conten… この記事の続きを読む
iPhone UILabel 高さをテキストの量で決める 2011年04月30日 過去Blog http://www.hirano-dept.com/blog/2011/01/iphone-uilabel.html NSString *str = @"sample string"; CGSize size = [str sizeWithFont:[UIFont boldSystemFontOfSize:13] constrainedToSize:CGSizeMake(5… この記事の続きを読む
Xcode 4 移行ガイド 2011年03月22日 過去Blog http://sazameki.jp/translations/xcode4/IDEs/Conceptual/Xcode4TransitionGuide/ atlanta insurance how to loose weight… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。