We’re getting things ready Loading your experience… This won’t take long.
We’re getting things ready Loading your experience… This won’t take long.
画面をダブルクリックで縦書きと横書きを切り替えることができます。要素を指定して縦書きにしている場合は、次回アクセス時に同じ表示が引き継がれます。 どんなサイトでも縦書きにするブックマークレット。 ↓右クリックで「お気に入り」に保存するか、リンクをドラッグしてブックマークバーにドロップします。 「縦書きにする・iPhone 用リンク」 「縦書き可能にする・iPhone 用リンク」 「段組み縦書き可能にする・iPhone 用リンク」 iPhone に登録するには? とりあえずこのページを共有ボタンからブックマーク。 iPhone 用リンク を長押ししてコピー。 ブックマークを開いて、追加したブックマークを「編集」。 名前を「縦書き可能にする」などに変更し、URL 欄に上記コードをペースト。 最初の「http://」を削除。 注意! やや動作が重いです! うまく変換できなかったときは、画面をダブ
hide_emailはPHPでメールアドレスをソースから隠す関数です。 通常メールアドレスをそのままHTMLに記述してしまうとロボットなどにアドレスを収集され、ものすごいスパムの嵐を体験することになってしまいます。 この関数を使用すると、JavaScriptを生成し、ロボットなどがメールアドレスだと認識できないようにします。 以下のコードで実行可能なようです。 <php echo hide_email('myadress@example.com'); function hide_email($email) { $character_set = '+-.0123456789@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz'; $key = str_shuffle($character_set); $cipher_text = '';
We’re getting things ready Loading your experience… This won’t take long.
2017年6月29日 Webサイト制作 「Webサイト勉強するのにおすすめのサイトを教えてください!」との声が多いのですが、日本のWeb関連チュートリアルサイトをあまり見たことがなかったので、今までおすすめできませんでした…。ということでちょっとググって初心者さんによさそうなサイトをいくつか紹介します。小難しい単語が並んであるようなサイトは避けているつもりですが、わかりにくかったらすみません。他にもおすすめサイトがあればぜひコメント欄にて教えてください! ↑私が10年以上利用している会計ソフト! Webサイトを作る流れ まずはWebサイトを作る目的を考える 誰のため?何のため?Webサイトを作り始める前に。 サイトマップと呼ばれる構成図を作成 Webサイトの構成図を簡単に作れる便利ツール ワイヤーフレーム(Webサイトのレイアウト)を作成 Webサイトの骨組み: ワイヤーフレームを素早く・
tech.kayac.com、ささやかにリニューアルしました! tech.kayac.comをご覧の皆さん、はじめまして。意匠部ME課のfuchigamiといいます。 どうして技術部ブログに意匠部の野郎が?って感じですが、 技術部ブログのリニューアル記念ということで、ちゃっかりcanvasについて記事を書こうと思います。 最初なので、、、 簡単にぼくの属性を説明すると、html5とか好き、CSS3とか好き、canvasとか興味ある、非モテ、javascriptはjQueryがなんとなくわかる程度、非リア充。こんな感じです。 今回のリニューアルではコーディング全般を担当しました。 特に、プログラミングに関してはド素人だ!ということを強調しておきます。 そんなぼくが、canvasを使ってキラキラした背景を作ってみました 「リニューアルするからには新しいことがやりたいよね。だったらhtml5とc
Coding, Consulting, DevOps Web, Cloud, Scalability You should also check out my script Liquid Canvas which uses HTML canvas to render rounded corners with drop shadows. Rounding corners with JavaScript has a long history. Everything started on 16th of March 2005 with Nifty Corners and loads of other libs followed. RUZEE.ShadedBorder itself is the successor of RUZEE.Borders, which was the most feat
So for today’s blog post I am going to show you how you can use jQuery, PHP and a little ajax to connect up to the Twitter API and return results. I’ll cover off unauthenticated calls today to the search API, and follow up with the authenticated piece a little later, so watch out for that! PHP using cURL So, in order for us to talk to the Twitter API, we need to use cURL. This isn’t a hard and fas
無効なURLです。 プログラム設定の反映待ちである可能性があります。 しばらく時間をおいて再度アクセスをお試しください。
28 long articles and open source examples about making real software Create Your Own Sliding Resizable Grid by Zack Grossbart on August 12, 2009 I’ve focused on web programming for a while now, but I still miss GridBagLayout. GridBag is a Java layout manager and one of the best form layout managers I’ve used in any language. It makes it possible to create forms where any screen size is the perfect
What is 1 Bit? 1 Bit Audio Player is a very simple and lightweight Adobe Flash MP3 player with automatic JavaScript insertion. It's main purpose is to act as a quick in-page preview for audio files you link to. The player can be installed as a WordPress plugin or used stand-alone in any website. Small audio players will than automatically appear next to any MP3 links. Here's an example MP3 from Si
We build tailored data systems for firms that depend on accuracy and speed. From finding new legal cases to extracting and analyzing custom financial data, every solution is designed to get you the best results. We write programs to acquire, sort, and filter large amounts of data. Our programs, refered to as “crawlers” or “spiders” get your information quickly, accurately, and effectively. This pr
SWFObject 2.3 introduces many small changes under the hood (almost exclusively aimed at fixing bugs), but the public API is mostly unchanged and completely backwards compatible with SWFObject 2.2. The only two significant changes to the API: You may now pass an element as an argument in embedSWF (in place of an ID) You may now use integers in place of number strings in embedSWF (e.g. 9 instead of
サイトやブログをJavaScriptを使って動きのあるページに、スタイルシートで見栄え良く装飾してみませんか? コピーしてご自由にご利用ください。 Mozilla Firefoxでも 動作するように創り替えてみました。Mozilla Firefox対応版 サンプル実行 サンプルソース <HTML> <HEAD> <TITLE></TITLE> <script type="text/javascript"> <!-- opa=0; //透明度 0は透明 opacnt=5; //透明度の増減の間隔 timer=100; // フェードイン function FadeInstr() { gazouId = "gazou1"; MyIMG = document.getElementById(gazouId); MyIMG.style.visibility = "visible"; FadeIn1
Masonry is a layout plugin for the ever-popular Javascript library jQuery. Download jQuery Masonry Think of Masonry as the flip side of CSS floats. Where as floats arrange elements horizontally then vertically, Masonry arranges them vertically then horizontally. The result leaves no vertical gaps between elements of varying height, just like a mason fitting stones in a wall. Invoking Masonry only
JavaScript は文字を動かしたり、見栄えに変化を付ける用途で用いられているようですが、生かした使い方とは言いにくいですね。 せっかくの機能ですからブラウザを便利に使えるように利用しましょう。ここでは入力支援のためのいくつかの方法をご紹介します。 実際のソースはブラウザをソース表示すれば確認できますし、そのまま使っても適当に作り替えても良いでしょう。 住所入力の時など、都道府県リストボックスからひとつ選択してもらう方法はよく使います。これを入力段階で入力ボックスへ入れてしまう使い方です。 注意すべき点は、入力を間違えて選択し直した時それ以外の入力内容が消えてしまわないようにすることです。 ここでは、都道府県部分は何度入れ直しても良いようにしてあります。試してみて下さい。 選択リストは都道府県ですが、これを他のものに置き換えると結構便利に使えます。 /// 選択項目を指定した
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く