TAILIEUCHUNG - Beginning Ajax with PHP (A REAL-WORLD AJAX) - P.5

Tham khảo sách 'beginning ajax with php (a real-world ajax) - ', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 9 27 06 11 56 AM Page 104 104 CHAPTER 7 A REAL-WORLD AJAX APPLICATION null Delay in milliseconds before refreshing gallery. var refreshrate 1000 Function to show a loading message. function updateStatus errordiv .innerHTML middiv .innerHTML b Loading. b function refreshView Reload the full-size image. setTimeout runajax middiv refreshrate Reload the navigation. setTimeout runajax picdiv refreshrate function uploadimg theform Update user status message. updateStatus Now submit the form. And finally update the display. refreshView function removeimg theimg runajax errordiv pic theimg refreshView 9 27 06 11 56 AM Page 105 CHAPTER 7 A REAL-WORLD AJAX APPLICATION 105 function imageClick img updateStatus runajax middiv curimage img runajax picdiv curimage img Listing 7-3. The Configuration File to Manage the Gallery php Max dimensions of generated images. GLOBALS maxwidth 500 GLOBALS maxheight 200 Max dimensions of generated thumbnails. GLOBALS maxwidththumb 60 GLOBALS maxheightthumb 60 Where to store the images and thumbnails. GLOBALS imagesfolder images GLOBALS thumbsfolder images thumbs Allowed file types and mime types GLOBALS allowedmimetypes array image jpeg image pjpeg image png image gif GLOBALS allowedfiletypes array jpg array load ImageCreateFromJpeg save ImageJpeg jpeg array load ImageCreateFromJpeg save ImageJpeg gif array load ImageCreateFromGif save ImageGif png array load ImageCreateFromPng save ImagePng 9 27 06 11 56 AM Page 106 106 CHAPTER 7 A REAL-WORLD AJAX APPLICATION Number of images per row in the navigation. GLOBALS maxperrow 7 Listing 7-4. The File Containing the PHP Functions to Be Used in the Gallery php A function to create an array of all the images in the folder. function getImages images .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.