Скачать новости дня одним архивом
Веб и дизайн
(JPG, 2550x1700)
2010-10-13 18:16 parad0x
![(JPG, 2550x1700) (JPG, 2550x1700)](http://gal.co.ua/sites/default/files/images/TAI0009E.thumbnail.jpg)
1700 пикселя(ей)
2550 пикселя(ей)
3227 Кбайт
http://myauto.co.ua
(JPG, 2748x3628)
2010-10-13 18:16 parad0x
![(JPG, 2748x3628) (JPG, 2748x3628)](http://gal.co.ua/sites/default/files/images/arts.biz_.ua_1423_056.thumbnail.jpg)
3628 пикселя(ей)
2748 пикселя(ей)
1423 Кбайт
http://pencil.in.ua
Набор фигур с рамками из линий и объектов (GX03Frames02)
2010-10-13 12:57 parad0x
1217 Кбайт
В набор входит 105 фигур с рамками из линий и объектов.
Набор кистей с линиями и потертостями (rons__extreme_grunge_3)
2010-10-13 12:57 parad0x
2482 Кбайт
В набор входит 5 кистей с линиями и потертостями. Минимальный размер кисти в наборе — 1921. Максимальный размер кисти в наборе — 2301.
Набор стилей (1315_styles_74)
2010-10-13 12:57 parad0x
2581 Кбайт
В набор входит 8 стилей.
Набор макросов для придания эффекта тексту (pbutter_crackers)
2010-10-13 12:57 parad0x
1378 Кбайт
В набор входит 1 макрос для создания картинки. Создайте документ, введите текст (шрифт должен быть более 555 px), после чего запустите макрос.
IzhitsaCTT [eng][rus]
2010-10-13 12:57 parad0x
1049 Кбайт
Мастер-класс: «Фотография без фотографии или Photoshop как искусство»
2010-10-13 12:57 parad0x
Дата:
http://www.render.ru
Творческая встреча с Иваном Максимовым
2010-10-13 12:57 parad0x
Дата:
http://www.render.ru
Набор кистей с сердечками и купидонами (ValentineAttacks)
2010-10-13 20:57 parad0x
4000 Кбайт
В набор входит 10 кистей с сердечками и купидонами.
Модуль: Combined Feeds Counter
2010-10-13 06:59 parad0x
This module exports a block containing a combined feeds counter.
Inspiration' s taken from this article: http://tutorialzine.com/2010/05/showing-facebook-twitter-rss-stats-jquer...
Development is sponsored by nois3lab.it
Find out more · Bugs and feature requestsPrivate Choice WidgetsBy donquixote on the 12th of October, 2010
Can prevent select, checkboxes and radios elements from disclosing their option keys in the html source. This can be very useful if the values are email addresses or other data.
Inspired by a discussion on the webform issue queue,
Multiple Options, Same Value in 'Select' Form Element (+ Protect from Spam Harvesters)
Return value of the form elements will remain unchanged.
How to define a choice widget with hidden option keys:
Your html code will show
AA
BB
But the form element will return the original keys on submission.
Find out more · Bugs and feature requestsKTimetrackerBy yrocq on the 12th of October, 2010
Description en fran?ais disponible dans le corps de l'article.
The goal of the Ktimetracker module is to track, in real time, the hours which users spend on different tasks. When activitated for a content type, it adds a "Punch" button which allows starting or stopping the tracker, plus a comment field for the punch in progress.
The list of sessions can be viewed on a dedicated page which shows the total time spent, and offers several options for grouping and filtering results. The module also provides a block with an autocomplete field for punching into a node by specifying its name or node ID. The module is also integrated with Views.
Warning! This is an alpha release. The API has not been finalized and some functionality has not been completely implemented.
This module is developed by Koumbit.org, which uses it internally for project management.
Find out more · Bugs and feature requestsDrush make UI
By EugenMayer on the 12th of October, 2010
Developed under github: http://github.com/EugenMayer/drush_make_ui
If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on.
Purpose
This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses.
That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision).
The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file.
No typos, search or whatever anymore. This data is fetched using the update_feed_api
You can also add custom make file options using the custom field which are then tailed to the make file. So you are free!
This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature.
Дата:
http://drupal.org
Модуль: Update feed CCK field
2010-10-13 06:59 parad0x
Development under http://github.com/EugenMayer/update_feed_cck
Purpose
This is a CCK field which enables you to operate on the data of the update_feed_api and and the modules provided there using autocompletition and so forth.
This cck field is e.g. used to implement drush make files as nodes in drush_make_ui
Features
Compundded CCK Field saving server_key, short_name, api_version, revision as structured database
using autocomplete to select module ( using the autocomplete_element module ) with conditional autocompletes
revisions of a module ar fetched “lazy” on demand
views support
Installation / Usage
Just activate the module and the deps.
Dont forget to install the patched autcomplete_element module from : http://github.com/EugenMayer/autocomplete_element
Дата:
http://drupal.org
Модуль: Update feed API
2010-10-13 06:59 parad0x
Developed on Github http://github.com/EugenMayer/update_feed_api
If you wonder how this relates to project_api, we work together. I guess project_api will be merged into those project, just read it up here
Purpose
Think about you can fetch the projects and all the meta informations like releases (you can delay the release fetching making it lazy) and all other fields using a central API.
The special thing about this is can do this from different places (and update feed implementation), drupal.org with project, your own feature server under “yourdomain.org” and what ever you like.
All you need is a update-feed integration like the one from Project or Fserver, or your write your own fetch handler fetching those informations out of .. hmm, git, some DB, a FILE?
Looking for a concrete example?: drush_make_ui
Later on, you can seperate projects by the place they have been fetched.
As i described before, you can handle several sources. That means there is no issue having views on your own feature server and on drupal.org. Both projects are saved and can be selected by there source.
Дата:
http://drupal.org
Модуль: Drush make UI
2010-10-13 06:59 parad0x
Developed under github: http://github.com/EugenMayer/drush_make_ui
If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on.
Purpose
This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses.
That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision).
The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file.
No typos, search or whatever anymore. This data is fetched using the update_feed_api
You can also add custom make file options using the custom field which are then tailed to the make file. So you are free!
This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature.
Дата:
http://drupal.org
Модуль: KTimetracker
2010-10-13 06:59 parad0x
Description en fran?ais disponible dans le corps de l'article.
The goal of the Ktimetracker module is to track, in real time, the hours which users spend on different tasks. When activitated for a content type, it adds a "Punch" button which allows starting or stopping the tracker, plus a comment field for the punch in progress.
The list of sessions can be viewed on a dedicated page which shows the total time spent, and offers several options for grouping and filtering results. The module also provides a block with an autocomplete field for punching into a node by specifying its name or node ID. The module is also integrated with Views.
Warning! This is an alpha release. The API has not been finalized and some functionality has not been completely implemented.
This module is developed by Koumbit.org, which uses it internally for project management.
Find out more · Bugs and feature requestsDrush make UI
By EugenMayer on the 12th of October, 2010
Developed under github: http://github.com/EugenMayer/drush_make_ui
If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on.
Purpose
This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses.
That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision).
The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file.
No typos, search or whatever anymore. This data is fetched using the update_feed_api
You can also add custom make file options using the custom field which are then tailed to the make file. So you are free!
This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature.
Дата:
http://drupal.org
Модуль: Private Choice Widgets
2010-10-13 06:59 parad0x
Can prevent select, checkboxes and radios elements from disclosing their option keys in the html source.
Find out more · Bugs and feature requestsKTimetrackerBy yrocq on the 12th of October, 2010
Description en fran?ais disponible dans le corps de l'article.
The goal of the Ktimetracker module is to track, in real time, the hours which users spend on different tasks. When activitated for a content type, it adds a "Punch" button which allows starting or stopping the tracker, plus a comment field for the punch in progress.
The list of sessions can be viewed on a dedicated page which shows the total time spent, and offers several options for grouping and filtering results. The module also provides a block with an autocomplete field for punching into a node by specifying its name or node ID. The module is also integrated with Views.
Warning! This is an alpha release. The API has not been finalized and some functionality has not been completely implemented.
This module is developed by Koumbit.org, which uses it internally for project management.
Find out more · Bugs and feature requestsDrush make UI
By EugenMayer on the 12th of October, 2010
Developed under github: http://github.com/EugenMayer/drush_make_ui
If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on.
Purpose
This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses.
That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision).
The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file.
No typos, search or whatever anymore. This data is fetched using the update_feed_api
You can also add custom make file options using the custom field which are then tailed to the make file. So you are free!
This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature.
Дата:
http://drupal.org
Модуль: PagosOnline for Ubercart
2010-10-13 06:59 parad0x
This module has been created to integrate www.PagosOnline.com, a Colombian payment option, with Ubercart.
Once enabled, the module adds an Ubercart Payment Gateway without settings options and an Ubercart Payment Method with the following configurable settings:
User ID
Encription key
Transaction type (Live or Test)
Available payment methods
Reference prefix
Currency
Language
and so on...
This module was initially created to be used in www.SinControl.net and was partially sponsored by www.PagosOnline.com
Find out more · Bugs and feature requestsQuickbooks Merchant ServiceBy artis on the 11th of October, 2010
This module provides a credit cart payment gateway for the uc_credit module through Quickbooks Merchant Services (QBMS) for Web Store. This is NOT full Quickbook integration. This module simply processes credit cards through QMBS for a merchant with a QBMS account.
Дата:
http://drupal.org
Спорт и здоровье
В данный момент в ленте "Все массаже" новостей нет.
В данный момент в ленте "Все о йоге" новостей нет.
В данный момент в ленте "Симптомы, профилактика и лечение болезней" новостей нет.
В данный момент в ленте "Все о бодибилдинге" новостей нет.
Самбо: проверка знаний, часть 2
2010-10-13 15:06 parad0x
28715 Кбайт
В видео показано, как проходит проверка знаний после года обучения. Также видео может позиционироваться как демонстрация различных приемов против противника с оружием.
Самбо: проверка знаний, часть 2
2010-10-13 15:06 parad0x
Человек
В данный момент в ленте "Воспитание ребенка" новостей нет.
Колбасы, сосиски: из чего сделаны (видео)
2010-10-13 16:13 parad0x
10959 Кбайт
В видео рассказывается, из чего делают колбасы, сардельки и сосиски, стоит ли их покупать, и как выбрать менее вредные. Данный видеоматериал является вырезкой из передачи 'Среда обитания'.
Непознанное
В данный момент в ленте "Как узнать характер человека по чертам его лица" новостей нет.
В данный момент в ленте "Все об имени, фамилии, отчестве" новостей нет.
В данный момент в ленте "Магия и гадания (рассылка)" новостей нет.
Развлечения
Задорнов, Свиньи (аудио)
2010-10-13 12:16 parad0x
3679 Кбайт
Данный аудиофайл является выступлением Задорнова, номер 'Свиньи'.
Задорнов, Свиньи (аудио)
2010-10-13 15:14 parad0x
3679 Кбайт
Данный аудиофайл является выступлением Задорнова, номер 'Свиньи'.
Другое
Надстрой-ка! или как «прокачать» свой браузер
2010-10-13 06:52 parad0x
http://ht.ua
На сегодняшний день браузер является чуть ли не основной программой на ПК. И именно от его возможностей зависит то, насколько комфортным и продуктивным будет путешествие по просторам Сети. Благо, его функциональность можно расширить — далее мы расскажем, как именно.
Дата: Wed, 13 Oct 2010 00:00:00 +0000
Лицензирование ПО: Отслеживание использования программ средствами Инструмента для оценки программно-аппаратных средств версии 5.0
2010-10-13 13:52 parad0x
http://www.oszone.ru
Планирование, управление и контроль » Лицензирование ПО: Отслеживание использования программ средствами Инструмента для оценки программно-аппаратных средств версии 5.0Крупным клиентам компании Microsoft часто требуется более точно отслеживать свои издержки, связанные с использованием программ и лицензий. Помимо слежения за приобретением и использованием программ внутри компании, часто требуется принимать решение, какие лицензии приобретать выгоднее:с привязкой к числу пользователей или к обор...
Дата: Wed, 13 Oct 2010 05:35:42 GMT
Настройка сети в операционной системе Windows 7. Часть 8 – Протокол ICMP и устранение неполадок сетевых подключений
2010-10-13 13:52 parad0x
http://www.oszone.ru
Сеть » Настройка сети в операционной системе Windows 7. Часть 8 – Протокол ICMP и устранение неполадок сетевых подключенийВ этой статье вы узнаете о назначении протокола межсетевых управляющих сообщений ICMP, а также о таких утилитах ICMP, как Ping, Tracert и PathPing, которые помогают проверять соединение на IP-уровне и используются для тестирования сетевых подключений, позволяя отправить Echo-запрос по протоколу ICMP на имя или IP-адрес целевого узла...
Дата: Wed, 13 Oct 2010 06:01:53 GMT
Аварийное восстановление сервера Exchange 2010 - практика
2010-10-13 13:52 parad0x
http://www.oszone.ru
Объединенные коммуникации » Аварийное восстановление сервера Exchange 2010 - практикаВ этой части доклада мы продолжим разговор про аварийное восстановление сервера Exchange и рассмотрим методы, описанные в теоретической части на практике. Основное внимание будет уделеоно переустановке сервера Exchange, резервному копированию и восстановлению данных с помощью vss, исправлению поврежденной базы данных....
Дата: Wed, 13 Oct 2010 06:32:27 GMT
Facebook внедряет одноразовые пароли
2010-10-13 13:52 parad0x
http://www.xakep.ru
Социальная сеть Facebook сегодня развернула несколько новых функций, связанных с безопасностью, в том числе и возможность использовать одноразовых паролей для пользователей, работающих с сетью. Эта функция может быть полезной для пользов
Дата: Wed, 13 Oct 2010 07:22:15 GMT
Австралийские власти снова выступают за введение интернет-фильтра
2010-10-13 13:52 parad0x
http://www.securitylab.ru
В Астралии снова возникла угроза внедрения Интернет-фильтра. Премьер-министр этой страны Джулия Гиллард накануне заявила, что возвращение к идее внедрения интернет-фильтра вызвано "моральной стороной вопроса".
Дата: Wed, 13 Oct 2010 07:19:16 GMT
В России создадут организацию для борьбы с опасным контентом в Интернете
2010-10-13 13:52 parad0x
http://www.securitylab.ru
Это будет фонд или саморегулирующаяся организация, в которую пользователи могли бы направить ссылки на ресурсы, содержащие противоправный контент.
Дата: Wed, 13 Oct 2010 07:28:53 GMT
Windows Phone 7 поддерживает съемные носители
2010-10-13 13:52 parad0x
http://www.thevista.ru
В последние дни возникла некая путаница вокруг Windows Phone 7 и ее поддержки съемных носителей информации, предназначенных для увеличения объема памяти. Как это часто бывает, путаница произошла по вине самой Microsoft: в компании заявляли неоднократно, что ОС не будет поддерживать карты расширения памяти. Но она, на самом-то деле, поддерживает.
Читать дальше>>>
Дата: Wed, 13 Oct 2010 11:13:00 +0400
ЛК: Спам в сентябре 2010 года
2010-10-14 03:52 parad0x
http://www.securitylab.ru
"Лаборатория Касперского" представила отчет по спам-активности в сентябре 2010 года.
Дата: Wed, 13 Oct 2010 17:56:49 GMT
Открыта регистрация на семинары TechDays
2010-10-14 03:52 parad0x
http://www.thevista.ru
Сегодня открылась регистрация на семинары TechDays, которые в этом году Microsoft проводит вместе со своими партнерами - учебными центрами Microsoft.
Читать дальше>>>
Дата: Wed, 13 Oct 2010 16:51:03 +0400
Социальные сети - серьезная угроза безопасности
2010-10-14 03:52 parad0x
http://www.xakep.ru
На конференции Virus Bulletin, которая прошла в Ванкувере в начале октября, специалист по безопасности компании G Data Software Эдди Уильямс и главный директор по исследованиям компании Norman ASA Рихард Цвиненберг представили доклад qu
Дата: Wed, 13 Oct 2010 12:26:43 GMT
Множественные уязвимости в Microsoft Office for Mac
2010-10-14 03:52 parad0x
http://www.xakep.ru
Найденные уязвимости позволяют удаленному злоумышленнику выполнить произвольный код на целевой системе.
Дата: Wed, 13 Oct 2010 10:22:42 GMT
Множественное выполнение произвольного кода в Microsoft Windows
2010-10-14 03:52 parad0x
http://www.xakep.ru
Уязвимость позволяет удаленному злоумышленнику выполнить произвольный код на целевой системе.
Дата: Wed, 13 Oct 2010 10:25:28 GMT
Отказ в обслуживании в Microsoft Windows
2010-10-14 03:52 parad0x
http://www.xakep.ru
Уязвимость позволяет удаленному злоумышленнику выполнить DoS атаку на целевую систему.
Дата: Wed, 13 Oct 2010 10:36:58 GMT
Межсайтовый скриптинг в Microsoft SharePoint
2010-10-14 03:52 parad0x
http://www.xakep.ru
Уязвимость позволяет удаленному пользователю выполнить XSS нападение на целевую систему.
Дата: Wed, 13 Oct 2010 10:38:49 GMT
Официальные курсы банковских металлов на 12.10.2010
2010-10-13 12:11 parad0x
Нацбанк Украины установил на 12 октября следующие официальные (учетные) курсы банковских металлов за 10 тройских унций:золото - 106665,00 грн.серебро - 1843,80 грн.платина - 134231,00 грн.палладий - 46510,21 грн.Напомним,...
Дата: Tue, 12 Oct 2010 07:35:00 +0300
http://biz.liga.net
Официальные курсы банковских металлов на 13.10.2010
2010-10-14 04:11 parad0x
Нацбанк Украины установил на 13 октября следующие официальные (учетные) курсы банковских металлов за 10 тройских унций:золото - 106269,51 грн.серебро - 1821,65 грн.платина - 132569,92 грн.палладий - 45877,42 грн.Напомним,...
Дата: Wed, 13 Oct 2010 07:35:00 +0300
http://biz.liga.net
Курсы валют НБУ на 13.10.2010
2010-10-14 04:11 parad0x
Нацбанк Украины установил на 13 октября официальные курсы валют на уровне:790,9900 грн. за $100;1094,1765 грн. за 100 евро;2,6299 грн. за 10 руб. РФ.Напомним, на 12 октября Нацбанком Украины были установлены следующие официальные курсы...
Дата: Wed, 13 Oct 2010 07:30:00 +0300
http://biz.liga.net
Компания Nissan показала эскиз нового седана
2010-10-13 21:13 parad0x
Автомобиль предлагается в трех комплектациях: Dynamique, Confort и Exclusive. Минимальная, Dynamique, обойдется в сумму от 919 тыс. рублей.
АВТО.РУ
Каталог авто | Автомобили | Citroen
Дата:
http://avto.ru
«ТагАЗ» приступил к сборке нового седана Vortex Corda
2010-10-13 21:13 parad0x
Во вторник компания «Онэксим» Михаила Прохорова представила изображения двух гибридных «народных» автомобилей - городского хэтчбека и компактного кроссовера.
АВТО.РУ
Каталог авто | Автомобили
Дата:
http://avto.ru
История: автомобиль Ford T (видео)
2010-10-13 21:13 parad0x
15906 Кбайт
В данном видео рассказывается о самом популярном автомобиле за всю историю человечестве - Ford T. Данный видеоматериал является вырезкой из передачи 'Главная дорога'.
издательству "Питер"
В данный момент в ленте "Учимся строить и ремонтировать самостоятельно" новостей нет.
Колбасы, сосиски: из чего сделаны (видео)
2010-10-14 03:17 parad0x
10959 Кбайт
В видео рассказывается, из чего делают колбасы, сардельки и сосиски, стоит ли их покупать, и как выбрать менее вредные. Данный видеоматериал является вырезкой из передачи 'Среда обитания'.
Другие сайты и рассылкиСайт, который ведет данную рассылку, принадлежит к сети сайтов FORworld. Рекомендуем посетить другие наши сайты. Или же вы можете просто посмотреть, что нового появилось на наших сайтах. Также рекомендуем подписаться на другие наши рассылки. Или присоединиться к нашим сообществам в ВКонтакте, Мой Мир, Facebook, LiveJournal Мы в:
Предлагаем воспользоваться купоном - cvkyp05r1n1jrdwvefclqwkz6lwx28db - на 10% скидку И еще можно скачатьВидеофайл: Устройство кровли дома: ОбрешеткаВидеофайл: Правильная дистанция, стойки и передвижения в айкидо Толкователь имен: выбираем имя малышу Аудиофайл: Выступление Петросяна, номер "Письмо президенту" Видеофайл: Бодифлекс, Поза 1. "Лев" Видеофайл: Основные маневры: Проезд нестандартного перекрестка | Скачать новости дня одним архивом Веб и дизайн ![]() Высота: 1700 пикселя(ей) Ширина: 2550 пикселя(ей) Размер: 3227 Кбайт Картинкой поделились: http://myauto.co.ua ![]() Высота: 3628 пикселя(ей) Ширина: 2748 пикселя(ей) Размер: 1423 Кбайт Картинкой поделились: http://pencil.in.ua Размер: 1217 Кбайт В набор входит 105 фигур с рамками из линий и объектов. Размер: 2482 Кбайт В набор входит 5 кистей с линиями и потертостями. Минимальный размер кисти в наборе — 1921. Максимальный размер кисти в наборе — 2301. Размер: 2581 Кбайт В набор входит 8 стилей. Размер: 1378 Кбайт В набор входит 1 макрос для создания картинки. Создайте документ, введите текст (шрифт должен быть более 555 px), после чего запустите макрос. Размер: 1049 Кбайт Дата: Сайт: http://www.render.ru Дата: Сайт: http://www.render.ru Размер: 4000 Кбайт В набор входит 10 кистей с сердечками и купидонами. This module exports a block containing a combined feeds counter. Development is sponsored by nois3lab.it Find out more · Bugs and feature requestsPrivate Choice WidgetsBy donquixote on the 12th of October, 2010 Can prevent select, checkboxes and radios elements from disclosing their option keys in the html source. This can be very useful if the values are email addresses or other data. Inspired by a discussion on the webform issue queue, Return value of the form elements will remain unchanged. How to define a choice widget with hidden option keys: Your html code will show AA But the form element will return the original keys on submission. Find out more · Bugs and feature requestsKTimetrackerBy yrocq on the 12th of October, 2010 Description en fran?ais disponible dans le corps de l'article. The goal of the Ktimetracker module is to track, in real time, the hours which users spend on different tasks. When activitated for a content type, it adds a "Punch" button which allows starting or stopping the tracker, plus a comment field for the punch in progress. The list of sessions can be viewed on a dedicated page which shows the total time spent, and offers several options for grouping and filtering results. The module also provides a block with an autocomplete field for punching into a node by specifying its name or node ID. The module is also integrated with Views. Warning! This is an alpha release. The API has not been finalized and some functionality has not been completely implemented. This module is developed by Koumbit.org, which uses it internally for project management. Find out more · Bugs and feature requestsDrush make UI Developed under github: http://github.com/EugenMayer/drush_make_ui If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on. Purpose This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses. That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision). The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file. No typos, search or whatever anymore. This data is fetched using the update_feed_api You can also add custom make file options using the custom field which are then tailed to the make file. So you are free! This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature. Дата: Сайт: http://drupal.org Development under http://github.com/EugenMayer/update_feed_cck Purpose This is a CCK field which enables you to operate on the data of the update_feed_api and and the modules provided there using autocompletition and so forth. This cck field is e.g. used to implement drush make files as nodes in drush_make_ui Features Compundded CCK Field saving server_key, short_name, api_version, revision as structured database Installation / Usage Just activate the module and the deps. Dont forget to install the patched autcomplete_element module from : http://github.com/EugenMayer/autocomplete_element Дата: Сайт: http://drupal.org Developed on Github http://github.com/EugenMayer/update_feed_api If you wonder how this relates to project_api, we work together. I guess project_api will be merged into those project, just read it up here Purpose Think about you can fetch the projects and all the meta informations like releases (you can delay the release fetching making it lazy) and all other fields using a central API. The special thing about this is can do this from different places (and update feed implementation), drupal.org with project, your own feature server under “yourdomain.org” and what ever you like. All you need is a update-feed integration like the one from Project or Fserver, or your write your own fetch handler fetching those informations out of .. hmm, git, some DB, a FILE? Looking for a concrete example?: drush_make_ui Later on, you can seperate projects by the place they have been fetched. As i described before, you can handle several sources. That means there is no issue having views on your own feature server and on drupal.org. Both projects are saved and can be selected by there source. Дата: Сайт: http://drupal.org Developed under github: http://github.com/EugenMayer/drush_make_ui If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on. Purpose This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses. That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision). The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file. No typos, search or whatever anymore. This data is fetched using the update_feed_api You can also add custom make file options using the custom field which are then tailed to the make file. So you are free! This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature. Дата: Сайт: http://drupal.org Description en fran?ais disponible dans le corps de l'article. The goal of the Ktimetracker module is to track, in real time, the hours which users spend on different tasks. When activitated for a content type, it adds a "Punch" button which allows starting or stopping the tracker, plus a comment field for the punch in progress. The list of sessions can be viewed on a dedicated page which shows the total time spent, and offers several options for grouping and filtering results. The module also provides a block with an autocomplete field for punching into a node by specifying its name or node ID. The module is also integrated with Views. Warning! This is an alpha release. The API has not been finalized and some functionality has not been completely implemented. This module is developed by Koumbit.org, which uses it internally for project management. Find out more · Bugs and feature requestsDrush make UI Developed under github: http://github.com/EugenMayer/drush_make_ui If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on. Purpose This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses. That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision). The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file. No typos, search or whatever anymore. This data is fetched using the update_feed_api You can also add custom make file options using the custom field which are then tailed to the make file. So you are free! This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature. Дата: Сайт: http://drupal.org Can prevent select, checkboxes and radios elements from disclosing their option keys in the html source. Find out more · Bugs and feature requestsKTimetrackerBy yrocq on the 12th of October, 2010 Description en fran?ais disponible dans le corps de l'article. The goal of the Ktimetracker module is to track, in real time, the hours which users spend on different tasks. When activitated for a content type, it adds a "Punch" button which allows starting or stopping the tracker, plus a comment field for the punch in progress. The list of sessions can be viewed on a dedicated page which shows the total time spent, and offers several options for grouping and filtering results. The module also provides a block with an autocomplete field for punching into a node by specifying its name or node ID. The module is also integrated with Views. Warning! This is an alpha release. The API has not been finalized and some functionality has not been completely implemented. This module is developed by Koumbit.org, which uses it internally for project management. Find out more · Bugs and feature requestsDrush make UI Developed under github: http://github.com/EugenMayer/drush_make_ui If you wonder how this is related to drush_make_builder, actually we will work together. We just test 2 different approaches and will merge together later on. Purpose This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses. That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision). The UI yet provides you the autocompletition of modules and available apis. It also fetches the available releases which you can chose to use them in your make file. No typos, search or whatever anymore. This data is fetched using the update_feed_api You can also add custom make file options using the custom field which are then tailed to the make file. So you are free! This module is build ontop of nodes and utilizes views to actually evaluate the make files. This module is a feature. Дата: Сайт: http://drupal.org This module has been created to integrate www.PagosOnline.com, a Colombian payment option, with Ubercart. Once enabled, the module adds an Ubercart Payment Gateway without settings options and an Ubercart Payment Method with the following configurable settings: User ID This module was initially created to be used in www.SinControl.net and was partially sponsored by www.PagosOnline.com Find out more · Bugs and feature requestsQuickbooks Merchant ServiceBy artis on the 11th of October, 2010 This module provides a credit cart payment gateway for the uc_credit module through Quickbooks Merchant Services (QBMS) for Web Store. This is NOT full Quickbook integration. This module simply processes credit cards through QMBS for a merchant with a QBMS account. Дата: Сайт: http://drupal.org Спорт и здоровьеВ данный момент в ленте "Все массаже" новостей нет. В данный момент в ленте "Все о йоге" новостей нет. В данный момент в ленте "Симптомы, профилактика и лечение болезней" новостей нет. В данный момент в ленте "Все о бодибилдинге" новостей нет. Размер: 28715 Кбайт В видео показано, как проходит проверка знаний после года обучения. Также видео может позиционироваться как демонстрация различных приемов против противника с оружием. ЧеловекВ данный момент в ленте "Воспитание ребенка" новостей нет. Размер: 10959 Кбайт В видео рассказывается, из чего делают колбасы, сардельки и сосиски, стоит ли их покупать, и как выбрать менее вредные. Данный видеоматериал является вырезкой из передачи 'Среда обитания'. НепознанноеВ данный момент в ленте "Как узнать характер человека по чертам его лица" новостей нет. В данный момент в ленте "Все об имени, фамилии, отчестве" новостей нет. В данный момент в ленте "Магия и гадания (рассылка)" новостей нет. Развлечения Размер: 3679 Кбайт Данный аудиофайл является выступлением Задорнова, номер 'Свиньи'. Размер: 3679 Кбайт Данный аудиофайл является выступлением Задорнова, номер 'Свиньи'. Другое Сайт: http://ht.ua На сегодняшний день браузер является чуть ли не основной программой на ПК. И именно от его возможностей зависит то, насколько комфортным и продуктивным будет путешествие по просторам Сети. Благо, его функциональность можно расширить — далее мы расскажем, как именно. Дата: Wed, 13 Oct 2010 00:00:00 +0000 Сайт: http://www.oszone.ru Планирование, управление и контроль » Лицензирование ПО: Отслеживание использования программ средствами Инструмента для оценки программно-аппаратных средств версии 5.0Крупным клиентам компании Microsoft часто требуется более точно отслеживать свои издержки, связанные с использованием программ и лицензий. Помимо слежения за приобретением и использованием программ внутри компании, часто требуется принимать решение, какие лицензии приобретать выгоднее:с привязкой к числу пользователей или к обор... Дата: Wed, 13 Oct 2010 05:35:42 GMT Источник: Сайт: http://www.oszone.ru Сеть » Настройка сети в операционной системе Windows 7. Часть 8 – Протокол ICMP и устранение неполадок сетевых подключенийВ этой статье вы узнаете о назначении протокола межсетевых управляющих сообщений ICMP, а также о таких утилитах ICMP, как Ping, Tracert и PathPing, которые помогают проверять соединение на IP-уровне и используются для тестирования сетевых подключений, позволяя отправить Echo-запрос по протоколу ICMP на имя или IP-адрес целевого узла... Дата: Wed, 13 Oct 2010 06:01:53 GMT Источник: Сайт: http://www.oszone.ru Объединенные коммуникации » Аварийное восстановление сервера Exchange 2010 - практикаВ этой части доклада мы продолжим разговор про аварийное восстановление сервера Exchange и рассмотрим методы, описанные в теоретической части на практике. Основное внимание будет уделеоно переустановке сервера Exchange, резервному копированию и восстановлению данных с помощью vss, исправлению поврежденной базы данных.... Дата: Wed, 13 Oct 2010 06:32:27 GMT Источник: Сайт: http://www.xakep.ru Социальная сеть Facebook сегодня развернула несколько новых функций, связанных с безопасностью, в том числе и возможность использовать одноразовых паролей для пользователей, работающих с сетью. Эта функция может быть полезной для пользов Дата: Wed, 13 Oct 2010 07:22:15 GMT Сайт: http://www.securitylab.ru В Астралии снова возникла угроза внедрения Интернет-фильтра. Премьер-министр этой страны Джулия Гиллард накануне заявила, что возвращение к идее внедрения интернет-фильтра вызвано "моральной стороной вопроса". Дата: Wed, 13 Oct 2010 07:19:16 GMT Сайт: http://www.securitylab.ru Это будет фонд или саморегулирующаяся организация, в которую пользователи могли бы направить ссылки на ресурсы, содержащие противоправный контент. Дата: Wed, 13 Oct 2010 07:28:53 GMT Сайт: http://www.thevista.ru В последние дни возникла некая путаница вокруг Windows Phone 7 и ее поддержки съемных носителей информации, предназначенных для увеличения объема памяти. Как это часто бывает, путаница произошла по вине самой Microsoft: в компании заявляли неоднократно, что ОС не будет поддерживать карты расширения памяти. Но она, на самом-то деле, поддерживает. Читать дальше>>> Дата: Wed, 13 Oct 2010 11:13:00 +0400 Сайт: http://www.securitylab.ru "Лаборатория Касперского" представила отчет по спам-активности в сентябре 2010 года. Дата: Wed, 13 Oct 2010 17:56:49 GMT Сайт: http://www.thevista.ru Сегодня открылась регистрация на семинары TechDays, которые в этом году Microsoft проводит вместе со своими партнерами - учебными центрами Microsoft. Читать дальше>>> Дата: Wed, 13 Oct 2010 16:51:03 +0400 Сайт: http://www.xakep.ru На конференции Virus Bulletin, которая прошла в Ванкувере в начале октября, специалист по безопасности компании G Data Software Эдди Уильямс и главный директор по исследованиям компании Norman ASA Рихард Цвиненберг представили доклад qu Дата: Wed, 13 Oct 2010 12:26:43 GMT Сайт: http://www.xakep.ru Найденные уязвимости позволяют удаленному злоумышленнику выполнить произвольный код на целевой системе. Дата: Wed, 13 Oct 2010 10:22:42 GMT Сайт: http://www.xakep.ru Уязвимость позволяет удаленному злоумышленнику выполнить произвольный код на целевой системе. Дата: Wed, 13 Oct 2010 10:25:28 GMT Сайт: http://www.xakep.ru Уязвимость позволяет удаленному злоумышленнику выполнить DoS атаку на целевую систему. Дата: Wed, 13 Oct 2010 10:36:58 GMT Сайт: http://www.xakep.ru Уязвимость позволяет удаленному пользователю выполнить XSS нападение на целевую систему. Дата: Wed, 13 Oct 2010 10:38:49 GMT Нацбанк Украины установил на 12 октября следующие официальные (учетные) курсы банковских металлов за 10 тройских унций:золото - 106665,00 грн.серебро - 1843,80 грн.платина - 134231,00 грн.палладий - 46510,21 грн.Напомним,... Дата: Tue, 12 Oct 2010 07:35:00 +0300 Сайт: http://biz.liga.net Нацбанк Украины установил на 13 октября следующие официальные (учетные) курсы банковских металлов за 10 тройских унций:золото - 106269,51 грн.серебро - 1821,65 грн.платина - 132569,92 грн.палладий - 45877,42 грн.Напомним,... Дата: Wed, 13 Oct 2010 07:35:00 +0300 Сайт: http://biz.liga.net Нацбанк Украины установил на 13 октября официальные курсы валют на уровне:790,9900 грн. за $100;1094,1765 грн. за 100 евро;2,6299 грн. за 10 руб. РФ.Напомним, на 12 октября Нацбанком Украины были установлены следующие официальные курсы... Дата: Wed, 13 Oct 2010 07:30:00 +0300 Сайт: http://biz.liga.net Автомобиль предлагается в трех комплектациях: Dynamique, Confort и Exclusive. Минимальная, Dynamique, обойдется в сумму от 919 тыс. рублей. АВТО.РУ Дата: Сайт: http://avto.ru Во вторник компания «Онэксим» Михаила Прохорова представила изображения двух гибридных «народных» автомобилей - городского хэтчбека и компактного кроссовера. АВТО.РУ Дата: Сайт: http://avto.ru Размер: 15906 Кбайт В данном видео рассказывается о самом популярном автомобиле за всю историю человечестве - Ford T. Данный видеоматериал является вырезкой из передачи 'Главная дорога'. За файл скажите спасибо: издательству "Питер" В данный момент в ленте "Учимся строить и ремонтировать самостоятельно" новостей нет. Размер: 10959 Кбайт В видео рассказывается, из чего делают колбасы, сардельки и сосиски, стоит ли их покупать, и как выбрать менее вредные. Данный видеоматериал является вырезкой из передачи 'Среда обитания'. |