Välkommen tillbaka till Campusbokhandeln! Vi firar med inlämningskampanj: Lämna in din kurslitteratur – få 150 :- och chansen att vinna 1 000 :-. Läs mer här!
Building Flickr Applications with PHP | 1:a upplagan
- Häftad, Engelska, 2006
- Författare: Morton M. Sternheim, Kunkle
- Betyg:
372
kr
Skickas inom 7-13 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Building Flickr Applications with PHP teaches you how to use todays most popular online photo management system. You'll learn to work with both your own photos and Flickrs enormous cache, and create new and compelling extensions to the Flickr platform. This book is a great pick because
Its written by experienced developer Rob Kunkle and Phlickr developer Andrew Morton.
You'll learn how to use the PHP API Phlickr to write and retrieve photos.
Flicker is growing quickly in popularity in the online photo management world.
Using the popular PHP-driven Phlickr API in conjunction with MySQL, you'll discover how to take advantage of open source tools like PHP, Apache, and MySQL, as well as the Flickr architecture, to manage, retrieve, and format photos in imaginative ways. You'll also learn how to build upon Flickrs photo collaboration features to create interfaces for working with others on photo album projects. And you'll learn how to format Flickr tags, taking advantage of RSS to distribute photo updates.
Its written by experienced developer Rob Kunkle and Phlickr developer Andrew Morton.
You'll learn how to use the PHP API Phlickr to write and retrieve photos.
Flicker is growing quickly in popularity in the online photo management world.
Using the popular PHP-driven Phlickr API in conjunction with MySQL, you'll discover how to take advantage of open source tools like PHP, Apache, and MySQL, as well as the Flickr architecture, to manage, retrieve, and format photos in imaginative ways. You'll also learn how to build upon Flickrs photo collaboration features to create interfaces for working with others on photo album projects. And you'll learn how to format Flickr tags, taking advantage of RSS to distribute photo updates.
Produktinformation
Kategori:
Data & IT
Bandtyp:
Häftad
Språk:
Engelska
Förlag:
Apress
Upplaga:
1
Utgiven:
2006-08-31
ISBN:
9781590596128
Sidantal:
216
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>