МоёМесто
Мои Ссылки
Друзья
Группы
Настройки
Помощь
Забыли пароль?
войти
Быстрая регистрация
Добро пожаловать! Что такое
МоеМесто
? Это
сервис интернет закладок
. Здесь Вы можете
зарегистрироваться
, установить
МоеМесто::Панель
в свой браузер, и хранить все свои закладки, заметки и
файлы
.
Подробнее ...
всё
закладки
заметки
файлы
архив
19 ссылок
Архив
/
2009
/
январь
сортировать
|
показывать
API Google Chart позволяет создавать динамические диаграммы.
в блог
Руководство разработчика
API Google Chart позволяет создавать динамические диаграммы. Чтобы ознакомиться с API Chart в действии, откройте окно браузера и скопируйте в него следующий URL:
http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250x100&chl=Hello|World
Нажмите клавишу Enter или "Ввод" и – вуаля! – перед вами следующее изображение:
добавил:
diffway
31 января 2009
комментировать
метки:
google
RGBColor test
в блог
RGB color parser demo This is a demo of the RGBColor JavaScript class. Just type in something that should be a color and navigate away from the input field. The script will try to parse your input and derive a valid color.
добавил:
diffway
30 января 2009
комментировать
метки:
JavaScript
jQuery plugin: Tablesorter 2.0
в блог
# Multi-column sorting # Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily # Support for ROWSPAN and COLSPAN on TH elements # Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria) # Extensibility via widget system # Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+ # Small code size
добавил:
diffway
28 января 2009
комментировать
метки:
jQuery
сохранили
4 раза
Исследователь объектов
в блог
добавил:
diffway
22 января 2009
комментировать
метки:
JavaScript
MySQLdiff - checking for differences in database structures
в блог
it is a little Tool to detect layout differences between two databases. Almost every developer knows the that changes of the database on the developement system have to be logged in order to update the live-system later on. To make this easier the tool MySQLdiff has been developed. Not as a real project but ... MySQLdiff will create a SQL-ALTER-Script which has to be run onto the live-system to 'patch' it to the state of the developement system.
добавил:
diffway
21 января 2009
комментировать
метки:
dev-tools
MySQL
Anonymous user id breaks on MySQL export/import | drupal.org
в блог
Is there a way of simulating the autoincrement (which was in any case only added in 6.x) on the uid field, using DBTNG?
добавил:
diffway
20 января 2009
комментировать
метки:
development
drupal5
Поиск по сайтам о CMS drupal
в блог
добавил:
diffway
19 января 2009
комментировать
метки:
cms
drupal5
google
сохранили
3 раза
RFC 2801 - Internet Open Trading Protocol - IOTP Version 1.0
в блог
The Internet Open Trading Protocol (IOTP) provides an interoperable framework for Internet commerce. It is payment system independent and encapsulates payment systems such as SET, Secure Channel Credit/Debit, Mondex, CyberCoin, GeldKarte, etc. IOTP is able to handle cases where such merchant roles as the shopping site, the Payment Handler, the Delivery Handler of goods or services, and the provider of customer support are performed by different parties or by one party.
добавил:
diffway
18 января 2009
комментировать
метки:
rfc
standard
глобальная совместимость
Telecommunication technologies - телекоммуникационные технологии (v2.1)
в блог
Автор: Семенов Ю.А. (ГНЦ ИТЭФ)
Оригинал:
book.itep.ru
добавил:
diffway
18 января 2009
комментировать
метки:
doc
Database Replication | drupal.org
в блог
This module provides functionality for mutli-site replication system. It was designed to allow drupal to support replicating databases for multiple instances of the same site without requiring a large number of changes to the drupal core itself. A patch is needed for database.inc - please read the README.txt file included.
добавил:
diffway
17 января 2009
комментировать
метки:
drupal5
multi-site
MySQL
sql
syncronization
Ajax Experience Videos
в блог
Advanced Animation & Physics in JavaScript with Paul Bakaus
Adv JavaScript: Closures, Prototypes, Demystified with Stoyan Stefanov
Practical Functional JavaScript with Oliver Steele
Applied JSON: HTTP REST, Ajax Databases & Beyond with Kris Zip
JSON SOA-based Client/Server App Dev with Kris Zip
Even Faster Web Sites with Steve Souders
Advanced Web App Security with Joe Walker
The 7 Habits for Exceptional Perf with Stoyan Stefanov and Nicole Sullivan
добавил:
diffway
15 января 2009
комментировать
метки:
AJAX
JavaScript
jQuery
jSON
http://www.imdb.com/title/tt0099864/
в блог
Аннотация: Из царства смерти появилось новое леденящее воплощение ужаса. Оно пожирает маленьких детей, затаскивает их под землю. Оно является детям в виде страшного, зубастого клоуна с воздушными шариками. Но семеро детей маленького городка объединяются и дают отпор чудовищу, меняющему свой облик. Но кошмар возвращается через 30 лет, и им всем приходится снова собраться вместе — Оно вернулось, только злее, страшнее и смертоноснее. Все друзья, которые не забыли ужасы молодости вновь объединяются в борьбе против зла…
добавил:
diffway
13 января 2009
комментировать
метки:
imdb
ужасы
A Brief Introduction to Transact-SQL
в блог
Transact-SQL is Microsoft’s and Sybase’s proprietary extension to the conventional SQL (structured query language).
Transact-SQL
is sometimes abbreviated as
T-SQL
. This enhancement brought procedural programming language functionalities, such as local variables, control-of-flow constructs, and additional functions for various needs.
The purpose of this two-part article is to give a brief overview on the usage of
T-SQL
. If you are already familiar with any SQL flavor, whether it's MySQL, Oracle, or perhaps
SQL-92
, that’s a huge benefit. However, throughout this article I will assume that you have at least some knowledge regarding relational databases.
We’re going to cover the following programming concepts:
Usage of variables (data types, etc.)
Conditional statements (IF…ELSE, BEGIN…END)
Usage of CASE command
Usage of WHILE loops
CONTINUE command
BREAK command
GOTO command
RETURN command
WAITFOR command
Usage of cursors
Usage of functions
Creating functions of your own
добавил:
diffway
12 января 2009
комментировать
метки:
sql
Transact-SQL
Спецификации процессоров AMD Athlon 64/FX, AMD Phenom - www.AMDClub.ru
в блог
Наиболее полные спецификации процессоров AMD Athlon 64/FX, AMD Phenom, от старейшего ресурса по процессорам AMD в Рунете
добавил:
diffway
11 января 2009
комментировать
метки:
AMD
YSlow :: Firefox Add-ons
в блог
YSlow analyzes web pages and tells you why they're slow based on Yahoo's rules for high performance web sites.
добавил:
diffway
10 января 2009
комментировать
метки:
addon
firefox
PCGH - Review/Benchmark: GTA 4 (PC): CPU benchmark review with 13 processors
в блог
he PC version of GTA 4 has CPU power for breakfast - independent on clock speed, L2 cache or number of cores. The latter ones are very important, because without quad-core power GTA 4 is noticeably less enjoyable. For example: A Q6600 is about 52 percent faster than the dual-core E6600 when both CPUs are running at 2.4 GHz. If the clock speed is increased, the difference gets smaller, but is still huge and a QX6850 is 47 percent faster than an E6850. Dual-core processors have a serious disadvantage and only with 3.6 GHz an E8500 is able to beat the Q6600, but GTA 4 nevertheless suffers from frequent lags on dual-core systems - no matter if an AMD or Intel CPU is used.
добавил:
diffway
9 января 2009
комментировать
метки:
GTAIV
PHP FAQ. Регулярные выражения.
в блог
В PHP поддерживается два стандарта регулярных выражений - POSIX и PCRE.
Первый считается более устаревшим и медленным, вы не найдёте по нему хороших примеров и даже документация не переведена на русский.
По PCRE (функции preg_*) документация очень солидная.
Во-первых, это подробнейшее изложение синтаксиса и пояснение значения всех спецсимволов - Синтаксис регулярных выражений
Во-вторых, - Общее описание, список функций и полезные комментарии
В-третьих, пояснение довольно важного элемента - Модификаторов шаблонов
Ну, и документация на все функции, разумеется. Основными из которых являются preg_match, preg_match_all и preg_replace с незаменимыми комментариями пользователей.
добавил:
diffway
4 января 2009
комментировать
метки:
pcre
php
regexp
сохранили
3 раза
Настройка резервного копирования в Ubuntu :: РУССКИЕ ДОКУМЕНТЫ
в блог
Для работы над проектами использую svn, который находится на удаленном виртуальном выделенном хосте, под управлением ubuntu 8.04. Со временем объемы данных выросли, как и критичность этих данных. Потеря чего-то снилась в кошмарах. Время от времени копировал репозитории на локальный компьютер. Недавно мне это надоело. И я стал искать возможности автоматизировать это дело.
добавил:
diffway
4 января 2009
комментировать
метки:
backup
linux
Оптимизатор работы Dual-Core процессоров AMD » 1ON.RU
в блог
осуществляет объединение нескольких реальных ядер в одно виртуальное и, таким образом, лучшее исполнение однопоточного кода.
[http://www.amd.com/us-en/assets/content_type/utilities/TscSync.zip]
добавил:
diffway
3 января 2009
комментировать
метки:
AMD
diffway
смотреть профиль
Любимые метки
BitTorrent
debian
drupal6
habrahabr
JavaScript
linux
p2p
pda
perl
php
sourceforge
ubuntu
VMware
Web-based
Web-design
Категории diffway
метки
закладки без категории
все метки
Реклама
: