Pages tagged drop:

Google検索の「&as_qdr=y15」オプションが便利だぞ - IDEA*IDEA ~ 百式管理人のライフハックブログ ~
http://www.ideaxidea.com/archives/2009/05/useful_google_search_options.html

Google検索の「&as_qdr=y15」オプションが便利だぞ * 2009-05-05 (Tue) 9:03 * Google関連 * hatena button * hatena count * save this page del.icio.us Googleで検索するときに「&as_qdr=y15」をつけると検索結果に「そのサイトがいつ公開されたか」を表示してくれます。 クリックしてみたけどえらい昔のサイトだったよ・・・という事態を防ぐことができて便利なのでは。 gs ↑ こんな感じ。便利。 なお、この日付は最初にクロールされた日ではなくて、最初に公開された日らしいです。サイトマップやらなにやらから計算しているらしいですが、100%正確ではないのでご注意を。そこらへん詳しく知りたい人は原文をあたってくださいな。 » Lifehacker - Display the Date a Web Page Was Published in Search Results - Search Techniques
"Googleで検索するときに「&as_qdr=y15」をつけると検索結果に「そのサイトがいつ公開されたか」を表示してくれます"
IDEA*IDEA ~ 百式管理人のライフハックブログ
Drag and drop table content with JavaScript
http://www.redips.net/javascript/drag-and-drop-table-content/
Collpasible Drag & Drop Panels Using jQuery
http://webdeveloperplus.com/jquery/collpasible-drag-drop-panels/
# $('.column').sortable({ # connectWith: '.column', # handle: 'h2', # cursor: 'move', # placeholder: 'placeholder', # forcePlaceholderSize: true, # opacity: 0.4, # }) # .disableSelection();
Drag & Drop with PHP & jQuery | Papermashup.com
http://papermashup.com/drag-drop-with-php-jquery/
Drag & Drop with PHP & jQuery | Papermashup.com - http://papermashup.com/drag-drop-with-php-jquery/
The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a few lines of jQuery. You’ll need to include the jQuery user interface library which you can find here: Jquery Google API. All the files needed to get this up and running are in the download at the bottom of this post. In this tutorial we’re going to be looking at 2 main PHP pages. the index.php page which contains the contents and functionality to perform the drag and drop and the updateList.php file which is a simple piece of code to update the listOrder column in the database using PHP and MySQL. Additionally you will need to add your database details to the connect.php file in the download package.
The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a few lines of jQuery. You’ll need to include the jQuery user interface library which you can find here: Jquery Google API. All the files needed to get this up and running are in the download at the bottom of this post.
The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a
Exemplo de implementação de Drag and Drop com PHP e Jquery
Better Drop Shadows in Photoshop | Design Reviver
http://designreviver.com/articles/better-drop-shadows-in-photoshop/
Drag and Drop without Drag and Drop
http://ernestdelgado.com/articles/ddwdd/
Textarea Behavior Something that I never realized before is that text areas are drop targets by default. Using this property alone (without registering drag events on the source elements), we can emulate drag and drop behavior of non-linked images between different documents. If you drag any of the images on the right side to the textarea you will see the url of the image in it. This works in all browsers except, as anyone could expect, in IE, which doesn't allow you to drag images to input fields.