Paano Gumawa ng EPUB File Mula sa HTML at XML

Ang isang EPUB file ay ang iba pang uri ng ebook file na popular. Kung ikaw ay nagpaplano sa pagsulat o pag-publish ng isang ebook, dapat mong i-save ang iyong HTML bilang isang Mobipocket file , at din bilang isang EPUB. Sa ilang mga paraan, isang epub na file ay mas madaling bumuo kaysa sa isang file ng Mobi. Dahil ang EPUB ay batay sa XML, kakailanganin mo lamang na lumikha ng iyong mga XML file, kolektahin ang mga ito, at tawagin itong epub.

Paano Gumawa ng EPUB File Mula sa HTML at XML

Ito ang mga hakbang na dapat mong gawin upang lumikha ng epub na file:

  1. Buuin ang iyong HTML. Ang iyong libro ay nakasulat sa HTML, na may CSS para sa estilo. Ngunit, ito ay hindi lamang HTML, ito ay XHTML. Kaya, kung hindi ka karaniwang sumulat sa XHTML (pagsasara ng iyong mga elemento, paggamit ng mga panipi sa paligid ng lahat ng mga katangian, at iba pa) kakailanganin mong i-convert ang iyong HTML sa XHTML. Maaari mong gamitin ang isa o higit pang mga XHTML file para sa iyong mga libro. Karamihan sa mga tao ay naghihiwalay sa mga kabanata sa magkahiwalay na mga file ng XHTML. Sa sandaling mayroon ka ng lahat ng mga file na XHTML, ilagay ang mga ito sa isang folder na magkakasama.
  2. Gumawa ng isang File ng Uri ng MIME . Sa iyong text editor, buksan ang isang bagong dokumento at i-type: application / epub + zip I-save ang file bilang "mimetype" nang walang anumang extension . Ilagay ang file na iyon sa folder gamit ang iyong mga file na XHTML.
  3. Idagdag ang iyong style sheet. Dapat kang lumikha ng dalawang estilo ng sheet para sa iyong aklat para sa mga pahina na tinatawag
    1. page_styles.css: @page {
    2. margin-bottom: 5pt;
    3. margin-top: 5pt
    4. }
    5. Gumawa ng isa para sa mga estilo ng aklat na tinatawag na stylesheet.css. Maaari mong bigyan sila ng iba pang mga pangalan, kakailanganin mo lamang matandaan kung ano ang mga ito. I-save ang mga file na ito sa parehong direktoryo gamit ang iyong XHTML at mga file ng mimetype.
  1. Idagdag ang iyong larawan sa pabalat. Ang iyong larawan sa pabalat ay dapat na isang JPG file na hindi hihigit sa 64KB. Ang mas maliit ay maaari mong gawin itong mas mahusay, ngunit panatilihin itong mahusay na hinahanap. Maaaring napakahirap basahin ang maliliit na larawan , at ang pabalat ay kung saan mo ginagawa ang iyong marketing ng iyong aklat.
  2. Buuin ang iyong pahina ng pamagat. Hindi mo kailangang gamitin ang cover image bilang iyong pahina ng pamagat, ngunit karamihan sa mga tao ang ginagawa. Upang idagdag ang iyong pahina ng pamagat, lumikha ng isang file na XHTML na tinatawag na titlepage.xhtml. Narito ang isang halimbawa ng isang pahina ng pamagat na gumagamit ng SVG para sa larawan. Baguhin ang naka-highlight na bahagi upang ituro sa iyong larawan sa pabalat:
    1. Cover </ title> </li><li> <style type = "text / css" title = "override_css"> </li><li> @page {padding: 0pt; margin: 0pt} </li><li> katawan {text-align: center; padding: 0pt; margin: 0pt; } </li><li> </ style> </li><li> </ head> </li><li> <body> </li><li> <div> </li><li> <svg xmlns = "http://www.w3.org/2000/svg" xmlns: xlink = "http://www.w3.org/1999/xlink" version = "1.1" width = "100%" taas = "100%" viewBox = "0 0 425 616" preserveAspectRatio = "none"> </li><li> <image width = "425" height = "616" xlink: href = " <em>cover.jpeg</em> " /> </li><li> </ svg> </li><li> </ div> </li><li> </ body> </li><li> </ html> </li></ol></li></ol><ol><li> <strong>Buuin ang iyong "Talaan ng mga Nilalaman".</strong> Gumawa ng isang file na tinatawag na toc.ncx sa iyong text editor. Ito ay isang XML file, at dapat itong ituro sa lahat ng iyong mga file na HTML sa iyong aklat. Narito ang isang sample na may dalawang elemento sa talaan ng mga nilalaman. Baguhin ang mga naka-highlight na bahagi sa iyong aklat, at magdagdag ng karagdagang mga elemento ng navPoint para sa karagdagang mga seksyon: <ol><li> <? xml version = '1.0' encoding = 'utf-8'?> </li><li> <ncx xmlns = "http://www.daisy.org/z3986/2005/ncx/" version = "2005-1" xml: lang = "eng"> </li><li> <head> </li><li> <meta content = "0c159d12-f5fe-4323-8194-f5c652b89f5c" name = "dtb: uid" /> </li><li> <meta content = "2" name = "dtb: depth" /> </li><li> <meta content = "caliber (0.8.68)" name = "dtb: generator" /> </li><li> <meta content = "0" name = "dtb: totalPageCount" /> </li><li> <meta content = "0" name = "dtb: maxPageNumber" /> </li><li> </ head> </li><li> <docTitle> </li><li> <text> <em>Paano Gumawa ng Website</em> </ text> </li><li> </ docTitle> </li><li> <navMap> </li><li> <navPoint id = " <em>a1</em> " playOrder = " <em>0</em> "> </li><li> <navLabel> </li><li> <text> <em>Hosting</em> </ text> </li><li> </ navLabel> </li><li> <content src = " <em>build_website.html # step1</em> " /> </li><li> </ navPoint> </li><li> <navPoint id = " <em>a2</em> " playOrder = " <em>1</em> "> </li><li> <navLabel> </li><li> <text> <em>Kailangan mo ba ng isang Domain Name?</em> </ text> </li><li> </ navLabel> </li><li> <content src = " <em>build_website.html # step2</em> " /> </li><li> </ navPoint> </li><li> </ navMap> </li><li> </ ncx> </li></ol></li></ol><ol><li> <strong>Magdagdag ng isang XML file na lalagyan.</strong> Sa iyong editor ng teksto, lumikha ng isang file na tinatawag na container.xml at i-save ito sa isang sub-directory sa ibaba ng iyong mga file na HTML. Dapat basahin ang file: <ol><li> <? xml version = "1.0"?> </li><li> <container version = "1.0" xmlns = "urn: oasis: names: tc: opendocument: xmlns: container"> </li><li> <rootfiles> </li><li> <rootfile full-path = "content.opf" media-type = "application / oebps-package + xml" /> </li><li> </ rootfiles> </li><li> </ container> </li></ol></li><li> <strong>Lumikha ng listahan ng mga nilalaman (content.opf).</strong> Ito ang file na nagpapaliwanag kung ano ang iyong epub book. Kabilang dito ang metadata tungkol sa aklat (tulad ng may-akda, petsa ng pag-publish, at genre). Narito ang isang sample, dapat mong baguhin ang mga bahagi sa dilaw upang mapakita ang iyong aklat: <ol><li> <? xml version = '1.0' encoding = 'utf-8'?> </li><li> <package xmlns = "http://www.idpf.org/2007/opf" version = "2.0" natatanging-identifier = "uuid_id"> </li><li> <metadata xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: opf = "http://www.idpf.org/2007/opf" xmlns: dcterms = "http: / /purl.org/dc/terms/ "xmlns: caliber =" http://calibre.kovidgoyal.net/2009/metadata "xmlns: dc =" http://purl.org/dc/elements/1.1/ "> </li><li> <dc: language> en </ dc: language> </li><li> <dc: pamagat> <em>Paano Gumawa ng isang Website</em> </ dc: pamagat> </li><li> <dc: creator opf: file-as = " <em>Kyrnin, Jennifer</em> " opf: role = "aut"> <em>Jennifer Kyrnin</em> </ dc: creator> </li><li> <meta name = "cover" content = "cover" /> </li><li> <dc: date> 0101-01-01T00: 00: 00 + 00: 00 </ dc: date> </li><li> <dc: contributor opf: role = "bkp"> </ dc: contributor> </li><li> <dc: identifier id = "uuid_id" opf: scheme = "uuid"> 0c159d12-f5fe-4323-8194-f5c652b89f5c </ dc: identifier> </li><li> </ metadata> </li><li> <manifest> </li><li> <item href = " <em>cover.jpeg</em> " id = "cover" media-type = "image / jpeg" /> </li><li> <item href = " <em>build_website.html</em> " id = "id1" media-type = "application / xhtml + xml" /> </li><li> <item href = " <em>page_styles.css</em> " id = "page_css" media-type = "text / css" /> </li><li> <item href = " <em>stylesheet.css</em> " id = "css" media-type = "text / css" /> </li><li> <item href = " <em>titlepage.xhtml</em> " id = "titlepage" media-type = "application / xhtml + xml" /> </li><li> <item href = "toc.ncx" media-type = "application / x-dtbncx + xml" id = "ncx" /> </li><li> </ manifest> </li><li> <spine toc = "ncx"> </li><li> <itemref idref = "titlepage" /> </li><li> <itemref idref = "id1" /> </li><li> </ spine> </li><li> <gabay> </li><li> <reference href = "titlepage.xhtml" type = "cover" title = "Cover" /> </li><li> </ guide> </li><li> </ package> </li></ol></li></ol><ol><li> Iyan na ang lahat ng mga file na kailangan mo, dapat silang magkasama sa isang direktoryo (maliban sa container.xml, na napupunta sa isang sub-directory META-INF). Gusto naming pagkatapos ay pumunta sa direktoryo ng lalagyan at tiyaking mayroon itong isang pangalan na sumasalamin sa mga pamagat at mga pangalan ng may-akda. </li><li> Sa sandaling mayroon kang direktoryo ng mga file na pinangalanan kung paano mo ito gusto dapat mong gamitin ang isang programa Zip archive upang i-zip ang direktoryo. Aking sample na direktoryo ay nagtatapos up bilang isang zip file na may pangalang "Paano Bumuo ng isang Website - Jennifer Kyrnin.zip" </li><li> Panghuli, palitan ang extension ng pangalan ng file mula sa .zip papunta sa .epub. Maaaring magprotesta ang iyong operating system, ngunit magpatuloy dito. Gusto mo nito na magkaroon ng epub extension. </li><li> Panghuli, <strong>subukan ang iyong libro.</strong> Mahirap makuha ang tamang format ng epub sa unang pagsubok, kaya lagi mong susubukan ang iyong file. Buksan ito sa isang epub reader tulad ng Calibre. At kung hindi ito maipakita nang wasto, maaari mong gamitin ang Calibre upang itama ang mga problema. </li></ol> </div> <div class="amp-related-wrapper"> <h2>Alike posts</h2> <div class="amp-related-content"> <a href="https://tl.eyewated.com/kumuha-ng-mga-code-ng-html-para-sa-mga-karakter-ng-wika-ng-romanian/"> <amp-img src="https://exse.eyewated.com/pict/44e79bfc0b073358-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/kumuha-ng-mga-code-ng-html-para-sa-mga-karakter-ng-wika-ng-romanian/">Kumuha ng mga Code ng HTML para sa Mga Karakter ng Wika ng Romanian</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/definition-ng-html-tag/"> <amp-img src="https://exse.eyewated.com/pict/8d74079c1c6b33e9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/definition-ng-html-tag/">Definition ng HTML Tag</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/ang-isang-tag-ng-laki-ng-html-ay-umiiral/"> <amp-img src="https://exse.eyewated.com/pict/1df222961db733e0-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ang-isang-tag-ng-laki-ng-html-ay-umiiral/">Ang isang Tag ng Laki ng HTML ay umiiral?</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/ano-ang-isang-blockquote/"> <amp-img src="https://exse.eyewated.com/pict/22ac97c040112fe9-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ano-ang-isang-blockquote/">Ano ang isang Blockquote?</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/kailan-gamitin-ang-html5-section-element/">Kailan Gamitin ang HTML5 SECTION Element</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/paano-magdagdag-ng-tunog-sa-isang-web-page-ng-html5/"> <amp-img src="https://exse.eyewated.com/pict/ffef621a2d4b3361-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/paano-magdagdag-ng-tunog-sa-isang-web-page-ng-html5/">Paano Magdagdag ng Tunog sa isang Web Page ng HTML5</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/html-editors-at-web-page-editors/">HTML Editors at Web Page Editors</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/mga-code-ng-html-para-sa-mga-espanyol-wika-ng-wika/"> <amp-img src="https://exse.eyewated.com/pict/0a2704c9278133fb-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/mga-code-ng-html-para-sa-mga-espanyol-wika-ng-wika/">Mga Code ng HTML para sa Mga Espanyol Wika ng Wika</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/paggamit-ng-html5-shiv-upang-paganahin-ang-html-5-sa-mga-lumang-bersyon-ng-internet-explorer/"> <amp-img src="https://exse.eyewated.com/pict/39003905e0773027-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/paggamit-ng-html5-shiv-upang-paganahin-ang-html-5-sa-mga-lumang-bersyon-ng-internet-explorer/">Paggamit ng HTML5 Shiv upang Paganahin ang HTML 5 sa Mga Lumang Bersyon ng Internet Explorer</a></h3> <div class="amp-related-meta"> Web Design & Dev </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>See Newest</h2> <div class="amp-related-content"> <a href="https://tl.eyewated.com/ano-ang-isang-7z-file/"> <amp-img src="https://exse.eyewated.com/pict/b90d557fb8053222-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ano-ang-isang-7z-file/">Ano ang isang 7Z File?</a></h3> <div class="amp-related-meta"> Windows </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/lahat-ng-tungkol-sa-android-oreo-aka-android-8-0/"> <amp-img src="https://exse.eyewated.com/pict/a06a4ae79b3131e0-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/lahat-ng-tungkol-sa-android-oreo-aka-android-8-0/">Lahat ng Tungkol sa Android Oreo (aka Android 8.0)</a></h3> <div class="amp-related-meta"> Android </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/paano-mag-access-ng-libre-sa-yahoo-mail-account-sa-outlook-express/"> <amp-img src="https://exse.eyewated.com/pict/723588fb458d317d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/paano-mag-access-ng-libre-sa-yahoo-mail-account-sa-outlook-express/">Paano Mag-access ng Libre sa Yahoo! Mail Account sa Outlook Express</a></h3> <div class="amp-related-meta"> Email & Pagmemensahe </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ang-8-pinakamagandang-breathalyzers-na-bilhin-sa-2018/">Ang 8 Pinakamagandang Breathalyzers na Bilhin sa 2018</a></h3> <div class="amp-related-meta"> Pagbili ng Mga Gabay </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/paano-maghanap-sa-mga-wildcard-sa-google/"> <amp-img src="https://exse.eyewated.com/pict/607d5eb048694a8c-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/paano-maghanap-sa-mga-wildcard-sa-google/">Paano Maghanap sa Mga Wildcard sa Google</a></h3> <div class="amp-related-meta"> Web at Paghahanap </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/mga-tampok-nawawalang-sa-apple-watch/"> <amp-img src="https://exse.eyewated.com/pict/c6e81685b57232ae-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/mga-tampok-nawawalang-sa-apple-watch/">Mga Tampok Nawawalang sa Apple Watch</a></h3> <div class="amp-related-meta"> IPad </div> </div> </div> </div> <div class="amp-related-wrapper"> <h2>Sapid posts</h2> <div class="amp-related-content"> <a href="https://tl.eyewated.com/paano-gamitin-ang-yahoo-messenger-nang-hindi-nagda-download-ng-isang-app/"> <amp-img src="https://exse.eyewated.com/pict/74aa8c88664b37d6-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/paano-gamitin-ang-yahoo-messenger-nang-hindi-nagda-download-ng-isang-app/">Paano Gamitin ang Yahoo Messenger Nang Hindi Nagda-download ng isang App</a></h3> <div class="amp-related-meta"> Email & Pagmemensahe </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/matuto-nang-mabilis-na-i-link-ang-mga-dokumento-ng-google-docs-gamit-ang-mga-kaganapan-sa-google-calendar/"> <amp-img src="https://exse.eyewated.com/pict/bfd49e1f00f43a3b-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/matuto-nang-mabilis-na-i-link-ang-mga-dokumento-ng-google-docs-gamit-ang-mga-kaganapan-sa-google-calendar/">Matuto nang Mabilis na I-link ang Mga Dokumento ng Google Docs Gamit ang Mga Kaganapan sa Google Calendar</a></h3> <div class="amp-related-meta"> Email & Pagmemensahe </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/mga-cheat-para-sa-warcraft-3-the-frozen-throne-sa-pc/"> <amp-img src="https://exse.eyewated.com/pict/8c80cae2773539de-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/mga-cheat-para-sa-warcraft-3-the-frozen-throne-sa-pc/">Mga Cheat para sa "Warcraft 3: The Frozen Throne" sa PC</a></h3> <div class="amp-related-meta"> Paglalaro </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/ang-pinakamahusay-na-alarm-ng-kotse/"> <amp-img src="https://exse.eyewated.com/pict/e19bb8ea15df381d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ang-pinakamahusay-na-alarm-ng-kotse/">Ang Pinakamahusay na Alarm ng Kotse</a></h3> <div class="amp-related-meta"> Car Tech </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/ano-ang-malapit-sa-ibahagi-sa-windows-10/"> <amp-img src="https://exse.eyewated.com/pict/b5a9179371a7333d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ano-ang-malapit-sa-ibahagi-sa-windows-10/">Ano ang Malapit sa Ibahagi sa Windows 10?</a></h3> <div class="amp-related-meta"> Windows </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/ang-8-pinakamagandang-shredders-ng-papel-na-bilhin-sa-2018/"> <amp-img src="https://exse.eyewated.com/pict/cc238e9c41853390-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ang-8-pinakamagandang-shredders-ng-papel-na-bilhin-sa-2018/">Ang 8 Pinakamagandang Shredders ng Papel na Bilhin sa 2018</a></h3> <div class="amp-related-meta"> Pagbili ng Mga Gabay </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/lahat-ng-tungkol-sa-google-plus-google-mga-lupon-stream-at-hangouts/"> <amp-img src="https://exse.eyewated.com/pict/427bd79042dd337d-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/lahat-ng-tungkol-sa-google-plus-google-mga-lupon-stream-at-hangouts/">Lahat ng Tungkol sa Google Plus (Google+) Mga Lupon, Stream, at Hangouts</a></h3> <div class="amp-related-meta"> Web at Paghahanap </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/orb-audio-mod1x-home-theater-speaker-system-review/"> <amp-img src="https://exse.eyewated.com/pict/c3b3e7e3cf0c35fa-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/orb-audio-mod1x-home-theater-speaker-system-review/">Orb Audio Mod1X Home Theater Speaker System - Review</a></h3> <div class="amp-related-meta"> Mga Review ng Produkto </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/paano-gamitin-ang-apple-maps-app/"> <amp-img src="https://exse.eyewated.com/pict/af9fe03040c03092-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/paano-gamitin-ang-apple-maps-app/">Paano Gamitin ang Apple Maps App</a></h3> <div class="amp-related-meta"> IPhone at iPod </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/lahat-ng-dapat-mong-malaman-tungkol-sa-computer-hardware/"> <amp-img src="https://exse.eyewated.com/pict/9bc469ca2bda4582-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/lahat-ng-dapat-mong-malaman-tungkol-sa-computer-hardware/">Lahat ng Dapat Mong Malaman Tungkol sa Computer Hardware</a></h3> <div class="amp-related-meta"> Windows </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/ano-ang-white-box-laptop-chassis/"> <amp-img src="https://exse.eyewated.com/pict/2ed9067b39e33579-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/ano-ang-white-box-laptop-chassis/">Ano ang White Box Laptop Chassis?</a></h3> <div class="amp-related-meta"> Pagbili ng Mga Gabay </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/bakit-bumili-ng-mga-kredito-sa-facebook/">Bakit Bumili ng Mga Kredito sa Facebook?</a></h3> <div class="amp-related-meta"> Social Media </div> </div> </div> <div class="amp-related-content"> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/google-notifier-para-sa-mac-os-x-1-10-4-gmail-mail-checker/">Google Notifier para sa Mac OS X 1.10.4 - Gmail Mail Checker</a></h3> <div class="amp-related-meta"> Email & Pagmemensahe </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/6-mga-apps-ng-negosyo-sa-iphone-upang-gawing-mas-makinabang-ka/"> <amp-img src="https://exse.eyewated.com/pict/105af6654aa33bfb-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/6-mga-apps-ng-negosyo-sa-iphone-upang-gawing-mas-makinabang-ka/">6 Mga Apps ng Negosyo sa iPhone upang Gawing Mas Makinabang Ka</a></h3> <div class="amp-related-meta"> Software & Apps </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/i-download-ang-mga-ringtone-hakbang-hakbang-na-tutorial-sa-visual/"> <amp-img src="https://exse.eyewated.com/pict/c03362c8c3f73716-120x86.jpg" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/i-download-ang-mga-ringtone-hakbang-hakbang-na-tutorial-sa-visual/">I-download ang Mga Ringtone: Hakbang-hakbang na Tutorial sa Visual</a></h3> <div class="amp-related-meta"> Bago at Susunod </div> </div> </div> <div class="amp-related-content"> <a href="https://tl.eyewated.com/paano-magdagdag-ng-mga-contact-sa-nimbuzz/"> <amp-img src="https://exse.eyewated.com/pict/bfbd63e8f4d92fe7-120x86.png" width="120" height="86" layout="responsive" class="amp-related-image"></amp-img> </a> <div class="amp-related-text"> <h3><a href="https://tl.eyewated.com/paano-magdagdag-ng-mga-contact-sa-nimbuzz/">Paano Magdagdag ng Mga Contact sa Nimbuzz</a></h3> <div class="amp-related-meta"> Email & Pagmemensahe </div> </div> </div> </div></article> <footer class="amp-wp-footer"> <div class="amp-wp-footer-inner"> <a href="#" class="back-to-top">Back to top</a> <p class="copyright"> © 2024 tl.eyewated.com </p> <div class="amp-wp-social-footer"> <a href="#" class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="#" class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="#" class="jeg_google-plus"><i class="fa fa-google-plus"></i> </a><a href="#" class="jeg_pinterest"><i class="fa fa-pinterest"></i> </a><a href="" class="jeg_rss"><i class="fa fa-rss"></i> </a> </div> </div> </footer> <div id="statcounter"> <amp-pixel src="https://c.statcounter.com/12022999/0/02d06b5d/1/"> </amp-pixel> </div> </body> </html> <!-- Dynamic page generated in 1.242 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-10-04 00:26:02 --> <!-- 0.002 -->