SlideShare a Scribd company logo
3 Useful jQuery Libraries
Who am I?
Chosen
Example

$(function () {
$('.chosen-select').chosen({
allow_single_deselect: true,
placeholder_text_multiple: "Choose a
category..."
});
});
WordPress
<div id="cats" >
<?php $cats = get_terms('product_cat');?>
<form>
<select style="width:350px;" multiple class="chosen-select">
<?php foreach ($cats as $cat) {?>
<option><?php echo $cat->name;?></option>
<?php } ?>
</select>
</form>
</div>
Showcase
http://harvesthq.github.io/chosen/options.html
Masonry
Example
var $container = $('ul.products');
// initialize
$container.masonry({
columnWidth: 60,
itemSelector: 'li.product',
"gutter": 10,
"isFitWidth": true
});
$container.on( 'click', 'li.product',
function() {
$( this ).toggleClass('is-expanded');
$container.masonry();
});
Showcase
http://masonry.desandro.com/options.html
FlexSlider
Example

jQuery('.flexslider').flexslider({
animation: "slide",
controlNav: "thumbnails",
slideshow: false
});
WordPress
<?php
$attachments = get_posts( array( 'post_type' => 'attachment',
'post_parent' =>$post->ID));
if ( $attachments ) {
echo '<div class="flexslider"> <ul class="slides">';
foreach ( $attachments as $attachment ) {
$thumb_src = wp_get_attachment_image_src( $attachment->ID,
'slider-thumb' );
echo '<li data-thumb="'. $thumb_src[0] .'">' .
wp_get_attachment_image( $attachment->ID, 'slider' ) .
'</li>';
}
echo '</ul> </div>';
} ?>
http://www.woothemes.com/flexslider/
WordCamp London 2013

More Related Content

What's hot

Puppet Camp Amsterdam 2015: Manifests of Future Past
Puppet Camp Amsterdam 2015: Manifests of Future PastPuppet Camp Amsterdam 2015: Manifests of Future Past
Puppet Camp Amsterdam 2015: Manifests of Future Past
Puppet
 
Borrados
BorradosBorrados
Php update and delet operation
Php update and delet operationPhp update and delet operation
Php update and delet operation
syeda zoya mehdi
 
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 JavascriptjQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
Darren Mothersele
 
Pemrograman Web 8 - MySQL
Pemrograman Web 8 - MySQLPemrograman Web 8 - MySQL
Pemrograman Web 8 - MySQL
Nur Fadli Utomo
 
Php (1)
Php (1)Php (1)
Php (1)
pinalsadiwala
 
날로 먹는 Django admin 활용
날로 먹는 Django admin 활용날로 먹는 Django admin 활용
날로 먹는 Django admin 활용
KyeongMook "Kay" Cha
 
Achilles presentation
Achilles presentationAchilles presentation
Achilles presentation
Duyhai Doan
 
21. CodeIgniter search
21. CodeIgniter search21. CodeIgniter search
21. CodeIgniter search
Razvan Raducanu, PhD
 
Pm 4.0 permission_storage
Pm 4.0 permission_storagePm 4.0 permission_storage
Pm 4.0 permission_storage
Oleg K
 
Latihan form login
Latihan form loginLatihan form login
Latihan form login
Edy Sinaga
 
Solr integration in Magento Enterprise
Solr integration in Magento EnterpriseSolr integration in Magento Enterprise
Solr integration in Magento Enterprise
Tobias Zander
 
jQuery
jQueryjQuery
jQuery
Jay Poojara
 
Introducing jQuery
Introducing jQueryIntroducing jQuery
Introducing jQuery
Wildan Maulana
 
Karan chanana
Karan chananaKaran chanana
Karan chanana
karan chanana
 
Introduction to Web Components
Introduction to Web ComponentsIntroduction to Web Components
Introduction to Web Components
Felix Arntz
 
15. CodeIgniter editarea inregistrarilor
15. CodeIgniter editarea inregistrarilor15. CodeIgniter editarea inregistrarilor
15. CodeIgniter editarea inregistrarilor
Razvan Raducanu, PhD
 
Cleaner, Leaner, Meaner: Refactoring your jQuery
Cleaner, Leaner, Meaner: Refactoring your jQueryCleaner, Leaner, Meaner: Refactoring your jQuery
Cleaner, Leaner, Meaner: Refactoring your jQuery
Rebecca Murphey
 
Add edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHPAdd edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHP
Vineet Kumar Saini
 
Rails, Postgres, Angular, and Bootstrap: The Power Stack
Rails, Postgres, Angular, and Bootstrap: The Power StackRails, Postgres, Angular, and Bootstrap: The Power Stack
Rails, Postgres, Angular, and Bootstrap: The Power Stack
David Copeland
 

What's hot (20)

Puppet Camp Amsterdam 2015: Manifests of Future Past
Puppet Camp Amsterdam 2015: Manifests of Future PastPuppet Camp Amsterdam 2015: Manifests of Future Past
Puppet Camp Amsterdam 2015: Manifests of Future Past
 
Borrados
BorradosBorrados
Borrados
 
Php update and delet operation
Php update and delet operationPhp update and delet operation
Php update and delet operation
 
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 JavascriptjQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
 
Pemrograman Web 8 - MySQL
Pemrograman Web 8 - MySQLPemrograman Web 8 - MySQL
Pemrograman Web 8 - MySQL
 
Php (1)
Php (1)Php (1)
Php (1)
 
날로 먹는 Django admin 활용
날로 먹는 Django admin 활용날로 먹는 Django admin 활용
날로 먹는 Django admin 활용
 
Achilles presentation
Achilles presentationAchilles presentation
Achilles presentation
 
21. CodeIgniter search
21. CodeIgniter search21. CodeIgniter search
21. CodeIgniter search
 
Pm 4.0 permission_storage
Pm 4.0 permission_storagePm 4.0 permission_storage
Pm 4.0 permission_storage
 
Latihan form login
Latihan form loginLatihan form login
Latihan form login
 
Solr integration in Magento Enterprise
Solr integration in Magento EnterpriseSolr integration in Magento Enterprise
Solr integration in Magento Enterprise
 
jQuery
jQueryjQuery
jQuery
 
Introducing jQuery
Introducing jQueryIntroducing jQuery
Introducing jQuery
 
Karan chanana
Karan chananaKaran chanana
Karan chanana
 
Introduction to Web Components
Introduction to Web ComponentsIntroduction to Web Components
Introduction to Web Components
 
15. CodeIgniter editarea inregistrarilor
15. CodeIgniter editarea inregistrarilor15. CodeIgniter editarea inregistrarilor
15. CodeIgniter editarea inregistrarilor
 
Cleaner, Leaner, Meaner: Refactoring your jQuery
Cleaner, Leaner, Meaner: Refactoring your jQueryCleaner, Leaner, Meaner: Refactoring your jQuery
Cleaner, Leaner, Meaner: Refactoring your jQuery
 
Add edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHPAdd edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHP
 
Rails, Postgres, Angular, and Bootstrap: The Power Stack
Rails, Postgres, Angular, and Bootstrap: The Power StackRails, Postgres, Angular, and Bootstrap: The Power Stack
Rails, Postgres, Angular, and Bootstrap: The Power Stack
 

Viewers also liked

Cara Berbelanjakan Barang Ekonomi
Cara Berbelanjakan Barang EkonomiCara Berbelanjakan Barang Ekonomi
Cara Berbelanjakan Barang Ekonomi
m10ehebat
 
Syariah islam
Syariah islamSyariah islam
Syariah islamel-hafiy
 
Sumber Syariah
Sumber SyariahSumber Syariah
Sumber Syariah
m10ehebat
 
03 syariat islam
03 syariat islam03 syariat islam
03 syariat islam
Retno Muninggar
 
33. sumber sumber syariat islam
33. sumber sumber syariat islam33. sumber sumber syariat islam
33. sumber sumber syariat islam
Ahmad Harmoko
 
Institusi pendukung-lembaga-keuangan-syariah
Institusi pendukung-lembaga-keuangan-syariahInstitusi pendukung-lembaga-keuangan-syariah
Institusi pendukung-lembaga-keuangan-syariah
masids
 
6.lembaga keuangan dan perbankan syariah
6.lembaga keuangan dan perbankan syariah6.lembaga keuangan dan perbankan syariah
6.lembaga keuangan dan perbankan syariah
SEPTIANA RAHAYUNINGTIAS
 
Bab 2 Perkembangan Lembaga Keuangan Syariah
Bab 2   Perkembangan Lembaga Keuangan SyariahBab 2   Perkembangan Lembaga Keuangan Syariah
Bab 2 Perkembangan Lembaga Keuangan Syariah
forantum
 
Ruang Lingkup Perbankan Syariah
Ruang Lingkup Perbankan SyariahRuang Lingkup Perbankan Syariah
Ruang Lingkup Perbankan SyariahAri Munandar
 
Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)
Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)
Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)Masyfuana Basyaiban
 
Bab 1 Sejarah Perkembangan Akuntansi Syariah
Bab 1   Sejarah Perkembangan Akuntansi SyariahBab 1   Sejarah Perkembangan Akuntansi Syariah
Bab 1 Sejarah Perkembangan Akuntansi Syariahforantum
 
Bab 2 Buku Bank dan Lembaga Keuangan Syariah
Bab 2 Buku Bank dan Lembaga Keuangan SyariahBab 2 Buku Bank dan Lembaga Keuangan Syariah
Bab 2 Buku Bank dan Lembaga Keuangan Syariah
Diah Ayu Ningsih
 
Lembaga Keuangan Syariah
Lembaga Keuangan SyariahLembaga Keuangan Syariah
Lembaga Keuangan Syariah
University Islamic Kadiri
 
Pengertian syari’ah dan ruang lingkup syari’ah
Pengertian syari’ah dan ruang lingkup syari’ahPengertian syari’ah dan ruang lingkup syari’ah
Pengertian syari’ah dan ruang lingkup syari’ah
Ade Pratama
 
Sistem keuangan syariah
Sistem keuangan syariahSistem keuangan syariah
Sistem keuangan syariah
sulkhi
 
Islam dan Syariah Islam
Islam dan Syariah IslamIslam dan Syariah Islam
Islam dan Syariah Islam
IAIN Sunan Ampel Surabaya
 
Makalah lembaga keuangan syariah
Makalah lembaga keuangan syariahMakalah lembaga keuangan syariah
Makalah lembaga keuangan syariah
hershalany
 
PPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAM
PPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAMPPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAM
PPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAM
wafa khairani
 
BANK DAN LEMBAGA KEUANGAN NON BANK
BANK DAN LEMBAGA KEUANGAN NON BANKBANK DAN LEMBAGA KEUANGAN NON BANK
BANK DAN LEMBAGA KEUANGAN NON BANK
Kasmadi Rais
 

Viewers also liked (20)

Cara Berbelanjakan Barang Ekonomi
Cara Berbelanjakan Barang EkonomiCara Berbelanjakan Barang Ekonomi
Cara Berbelanjakan Barang Ekonomi
 
Syariah islam
Syariah islamSyariah islam
Syariah islam
 
Sumber Syariah
Sumber SyariahSumber Syariah
Sumber Syariah
 
03 syariat islam
03 syariat islam03 syariat islam
03 syariat islam
 
33. sumber sumber syariat islam
33. sumber sumber syariat islam33. sumber sumber syariat islam
33. sumber sumber syariat islam
 
Institusi pendukung-lembaga-keuangan-syariah
Institusi pendukung-lembaga-keuangan-syariahInstitusi pendukung-lembaga-keuangan-syariah
Institusi pendukung-lembaga-keuangan-syariah
 
6.lembaga keuangan dan perbankan syariah
6.lembaga keuangan dan perbankan syariah6.lembaga keuangan dan perbankan syariah
6.lembaga keuangan dan perbankan syariah
 
Bab 2 Perkembangan Lembaga Keuangan Syariah
Bab 2   Perkembangan Lembaga Keuangan SyariahBab 2   Perkembangan Lembaga Keuangan Syariah
Bab 2 Perkembangan Lembaga Keuangan Syariah
 
Ruang Lingkup Perbankan Syariah
Ruang Lingkup Perbankan SyariahRuang Lingkup Perbankan Syariah
Ruang Lingkup Perbankan Syariah
 
Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)
Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)
Lembaga Keuangan Syariah dan Transaksi Syariah (LKS & TS)
 
Bab 1 Sejarah Perkembangan Akuntansi Syariah
Bab 1   Sejarah Perkembangan Akuntansi SyariahBab 1   Sejarah Perkembangan Akuntansi Syariah
Bab 1 Sejarah Perkembangan Akuntansi Syariah
 
Bab 2 Buku Bank dan Lembaga Keuangan Syariah
Bab 2 Buku Bank dan Lembaga Keuangan SyariahBab 2 Buku Bank dan Lembaga Keuangan Syariah
Bab 2 Buku Bank dan Lembaga Keuangan Syariah
 
Lembaga Keuangan Syariah
Lembaga Keuangan SyariahLembaga Keuangan Syariah
Lembaga Keuangan Syariah
 
Pengertian syari’ah dan ruang lingkup syari’ah
Pengertian syari’ah dan ruang lingkup syari’ahPengertian syari’ah dan ruang lingkup syari’ah
Pengertian syari’ah dan ruang lingkup syari’ah
 
Sistem keuangan syariah
Sistem keuangan syariahSistem keuangan syariah
Sistem keuangan syariah
 
Islam dan Syariah Islam
Islam dan Syariah IslamIslam dan Syariah Islam
Islam dan Syariah Islam
 
Makalah lembaga keuangan syariah
Makalah lembaga keuangan syariahMakalah lembaga keuangan syariah
Makalah lembaga keuangan syariah
 
Pengertian, Fungsi, dan Jenis Bank
Pengertian, Fungsi, dan Jenis BankPengertian, Fungsi, dan Jenis Bank
Pengertian, Fungsi, dan Jenis Bank
 
PPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAM
PPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAMPPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAM
PPT LEMBAGA KEUANGAN SYARIAH DAN EKONOMI ISLAM
 
BANK DAN LEMBAGA KEUANGAN NON BANK
BANK DAN LEMBAGA KEUANGAN NON BANKBANK DAN LEMBAGA KEUANGAN NON BANK
BANK DAN LEMBAGA KEUANGAN NON BANK
 

Similar to WordCamp London 2013

Dig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup CairoDig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup Cairo
Mohamed Mosaad
 
Gail villanueva add muscle to your wordpress site
Gail villanueva   add muscle to your wordpress siteGail villanueva   add muscle to your wordpress site
Gail villanueva add muscle to your wordpress site
references
 
HirshHorn theme: how I created it
HirshHorn theme: how I created itHirshHorn theme: how I created it
HirshHorn theme: how I created it
Paul Bearne
 
Custom Post Types and Meta Fields
Custom Post Types and Meta FieldsCustom Post Types and Meta Fields
Custom Post Types and Meta Fields
Liton Arefin
 
Ajax nested form and ajax upload in rails
Ajax nested form and ajax upload in railsAjax nested form and ajax upload in rails
Ajax nested form and ajax upload in rails
Tse-Ching Ho
 
Codigo taller-plugins
Codigo taller-pluginsCodigo taller-plugins
Codigo taller-plugins
Rocío Valdivia
 
Aplicacoes dinamicas Rails com Backbone
Aplicacoes dinamicas Rails com BackboneAplicacoes dinamicas Rails com Backbone
Aplicacoes dinamicas Rails com Backbone
Rafael Felix da Silva
 
Virtual Madness @ Etsy
Virtual Madness @ EtsyVirtual Madness @ Etsy
Virtual Madness @ Etsy
Nishan Subedi
 
Kick start with j query
Kick start with j queryKick start with j query
Kick start with j query
Md. Ziaul Haq
 
Symfony2 Building on Alpha / Beta technology
Symfony2 Building on Alpha / Beta technologySymfony2 Building on Alpha / Beta technology
Symfony2 Building on Alpha / Beta technology
Daniel Knell
 
Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...
Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...
Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...
Nagios
 
Php
PhpPhp
50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes
Azim Kurt
 
laravel tricks in 50minutes
laravel tricks in 50minuteslaravel tricks in 50minutes
laravel tricks in 50minutes
Barang CK
 
Separation of concerns - DPC12
Separation of concerns - DPC12Separation of concerns - DPC12
Separation of concerns - DPC12
Stephan Hochdörfer
 
Practica n° 7
Practica n° 7Practica n° 7
Practica n° 7
rafobarrientos
 
Building Potent WordPress Websites
Building Potent WordPress WebsitesBuilding Potent WordPress Websites
Building Potent WordPress Websites
Kyle Cearley
 
GDI Seattle - Intro to JavaScript Class 4
GDI Seattle - Intro to JavaScript Class 4GDI Seattle - Intro to JavaScript Class 4
GDI Seattle - Intro to JavaScript Class 4
Heather Rock
 
jQuery: Tips, tricks and hints for better development and Performance
jQuery: Tips, tricks and hints for better development and PerformancejQuery: Tips, tricks and hints for better development and Performance
jQuery: Tips, tricks and hints for better development and Performance
Jonas De Smet
 
Jquery fundamentals
Jquery fundamentalsJquery fundamentals
Jquery fundamentals
Salvatore Fazio
 

Similar to WordCamp London 2013 (20)

Dig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup CairoDig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup Cairo
 
Gail villanueva add muscle to your wordpress site
Gail villanueva   add muscle to your wordpress siteGail villanueva   add muscle to your wordpress site
Gail villanueva add muscle to your wordpress site
 
HirshHorn theme: how I created it
HirshHorn theme: how I created itHirshHorn theme: how I created it
HirshHorn theme: how I created it
 
Custom Post Types and Meta Fields
Custom Post Types and Meta FieldsCustom Post Types and Meta Fields
Custom Post Types and Meta Fields
 
Ajax nested form and ajax upload in rails
Ajax nested form and ajax upload in railsAjax nested form and ajax upload in rails
Ajax nested form and ajax upload in rails
 
Codigo taller-plugins
Codigo taller-pluginsCodigo taller-plugins
Codigo taller-plugins
 
Aplicacoes dinamicas Rails com Backbone
Aplicacoes dinamicas Rails com BackboneAplicacoes dinamicas Rails com Backbone
Aplicacoes dinamicas Rails com Backbone
 
Virtual Madness @ Etsy
Virtual Madness @ EtsyVirtual Madness @ Etsy
Virtual Madness @ Etsy
 
Kick start with j query
Kick start with j queryKick start with j query
Kick start with j query
 
Symfony2 Building on Alpha / Beta technology
Symfony2 Building on Alpha / Beta technologySymfony2 Building on Alpha / Beta technology
Symfony2 Building on Alpha / Beta technology
 
Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...
Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...
Nagios Conference 2014 - Troy Lea - JavaScript and jQuery - Nagios XI Tips, T...
 
Php
PhpPhp
Php
 
50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes
 
laravel tricks in 50minutes
laravel tricks in 50minuteslaravel tricks in 50minutes
laravel tricks in 50minutes
 
Separation of concerns - DPC12
Separation of concerns - DPC12Separation of concerns - DPC12
Separation of concerns - DPC12
 
Practica n° 7
Practica n° 7Practica n° 7
Practica n° 7
 
Building Potent WordPress Websites
Building Potent WordPress WebsitesBuilding Potent WordPress Websites
Building Potent WordPress Websites
 
GDI Seattle - Intro to JavaScript Class 4
GDI Seattle - Intro to JavaScript Class 4GDI Seattle - Intro to JavaScript Class 4
GDI Seattle - Intro to JavaScript Class 4
 
jQuery: Tips, tricks and hints for better development and Performance
jQuery: Tips, tricks and hints for better development and PerformancejQuery: Tips, tricks and hints for better development and Performance
jQuery: Tips, tricks and hints for better development and Performance
 
Jquery fundamentals
Jquery fundamentalsJquery fundamentals
Jquery fundamentals
 

More from Ivelina Dimova

The Magic of Advanced Debugging
The Magic of Advanced DebuggingThe Magic of Advanced Debugging
The Magic of Advanced Debugging
Ivelina Dimova
 
Make your own wp cli command in 10min
Make your own wp cli command in 10minMake your own wp cli command in 10min
Make your own wp cli command in 10min
Ivelina Dimova
 
The swiss knife of a word press developer
The swiss knife of a word press developerThe swiss knife of a word press developer
The swiss knife of a word press developer
Ivelina Dimova
 
The WordPress developer's toolkit
The WordPress developer's toolkit The WordPress developer's toolkit
The WordPress developer's toolkit
Ivelina Dimova
 
Professional deployment
Professional deploymentProfessional deployment
Professional deployment
Ivelina Dimova
 
Git Tricks
Git TricksGit Tricks
Git Tricks
Ivelina Dimova
 
Wc no
Wc noWc no
WordCamp Sofia 2012
WordCamp Sofia 2012WordCamp Sofia 2012
WordCamp Sofia 2012
Ivelina Dimova
 

More from Ivelina Dimova (8)

The Magic of Advanced Debugging
The Magic of Advanced DebuggingThe Magic of Advanced Debugging
The Magic of Advanced Debugging
 
Make your own wp cli command in 10min
Make your own wp cli command in 10minMake your own wp cli command in 10min
Make your own wp cli command in 10min
 
The swiss knife of a word press developer
The swiss knife of a word press developerThe swiss knife of a word press developer
The swiss knife of a word press developer
 
The WordPress developer's toolkit
The WordPress developer's toolkit The WordPress developer's toolkit
The WordPress developer's toolkit
 
Professional deployment
Professional deploymentProfessional deployment
Professional deployment
 
Git Tricks
Git TricksGit Tricks
Git Tricks
 
Wc no
Wc noWc no
Wc no
 
WordCamp Sofia 2012
WordCamp Sofia 2012WordCamp Sofia 2012
WordCamp Sofia 2012
 

Recently uploaded

GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
ScyllaDB
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
UiPathCommunity
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
Fwdays
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
Fwdays
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
christinelarrosa
 
Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!
Tobias Schneck
 
AWS Certified Solutions Architect Associate (SAA-C03)
AWS Certified Solutions Architect Associate (SAA-C03)AWS Certified Solutions Architect Associate (SAA-C03)
AWS Certified Solutions Architect Associate (SAA-C03)
HarpalGohil4
 
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdfLee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
leebarnesutopia
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
Mydbops
 
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance PanelsNorthern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
DanBrown980551
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
DianaGray10
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
Safe Software
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
Ivo Velitchkov
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 

Recently uploaded (20)

GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
 
Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!
 
AWS Certified Solutions Architect Associate (SAA-C03)
AWS Certified Solutions Architect Associate (SAA-C03)AWS Certified Solutions Architect Associate (SAA-C03)
AWS Certified Solutions Architect Associate (SAA-C03)
 
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdfLee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
 
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance PanelsNorthern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 

WordCamp London 2013