SlideShare a Scribd company logo
1 of 65
Gaurav Gupta
edUi 2012 | Sep 24, 2012
www.FreshlyBakedPixels.com
A little
background
IT Analyst
for

Office of the Vice Provost for
Instruction & Student Success
at
Virginia Commonwealth
University
A little
background
IT Analyst
for

Office of the Vice Provost for
Instruction & Student Success
at
Virginia Commonwealth
University
A little
background
IT Analyst
for

Office of the Vice Provost for
Instruction & Student Success
at
Virginia Commonwealth
University
A little
background
IT Analyst
for

Office of the Vice Provost for
Instruction & Student Success
at
Virginia Commonwealth
University
A little
background
IT Analyst
for

Office of the Vice Provost for
Instruction & Student Success
at
Virginia Commonwealth
University
5% of
all web
content
We spend a lot of time and
resources building our
websites…
http://go.vcu.edu/CourseEval
http://www.online.vcu.edu/resources/
http://uc.vcu.edu/learning-support/writing-center/our-philosophy/
http://www.summer.vcu.edu/currentstudents/
… but ignore the PDF
documents
Source: Faculty Handbook 2005
Source: Honor System Policy
To paraphrase Apple…
Hello,
I’m a web
page…

… and I’m a
PDF
Why PDFs lag behind?
Why PDFs lag behind: designed by committee…
…and sent to you

Sounds familiar?
Why PDFs lag behind: lack of guidelines
good

Why PDFs lag behind: making PDFs
is cumbersome and time consuming
Why should you care?
Users read PDFs on their screen
Users read PDFs on their screen: Mobile Devices
Users read PDFs on their screen: Reference Guides
Users read PDFs on their screen: It’s Green
Give your users the same
high-quality experience
they get on a web page
Today’s task
The quick and easy solution:

Treat them like web pages
Treat them like web pages
Branding
Typography
Ease of Use
Accessibility
Contact Info
Treat them like web pages:
Headers & Footers ≈ Cover Page
Treat them like web pages:
Navigation ≈ Table of Contents
Treat them like web pages:
Navigation ≈ Bookmarks
Bookmarks work on mobile too
Typography:
Use fonts with
multiple weights
and styles

http://www.fontsquirrel.com/fonts/alegreya
Use colors
Common PDF creation tools
Microsoft Office
Applications
• Word



Adobe Applications

Server Side applications

• InDesign

• ColdFusion

• Illustrator

• iTextSharp

• PowerPoint
• Publisher
• Excel

Complexity/Time
Let’s start building
Build it like a web page: use semantic markup

20pt
Bold
Blue

vs

Heading 1
Build it like a web page: building blocks
<h2>

<h1>

<p>
<strong>
<blockquote>

<li>

<em>
All other styles ≈ CSS classes
Styles toolbar: easier access to all the styles
Modify Styles
Text Box: the <div> tag of Microsoft Office

Position: Absolute
Relative/Inline
Float
I also do fun stuff like
spreadsheets, tables and
pie charts
Styling tables: use built-in styles or create your own
Add a
cover page
Add Header
and Footer
Create your own
Building blocks:
Cover Page
Headers
Footers
Add Table
of Contents
Semantic markup =
One click Table of
Contents
Save document as PDF

Semantic markup =
One click Bookmarks

Uncheck PDF/A
Finishing touches: Initial View

Nudge users to use bookmarks as navigation
Finishing touches: PDF optimizer
Microsoft Word style template: .dotx file

Save template

Apply template to another document
Linking PDFs to your
web pages
Linking PDFs to your web pages: the HTML code
<div class=“entry”>
<ul>
<li><a href="file.pdf">Link to PDF Document</a></li>
<li><a href="file.docx">Link to Word Document</a></li>
<li><a href="file.xlsx">Link to Excel Spreadsheet</a></li>
<li><a href="file.pptx">Link PowerPoint Slideshow</a></li>
</ul>
</div>
Linking PDFs to your web pages: JS(jQuery) and CSS
$('.entry a').each(function(){
if($(this).is('[href*=".doc"]')) {$(this).attr('target', '_blank').addClass("docLink")};
if($(this).is('[href*=".xls"]')) {$(this).attr('target', '_blank').addClass("xlsLink")};
if($(this).is('[href*=".ppt"]')) {$(this).attr('target', '_blank').addClass("pptLink")};
if($(this).is('[href*=".pdf"]')) {$(this).attr('target', '_blank').addClass("pdfLink")};

});

.pdfLink { padding-right: 20px; background: url(icon_PDF.png) no-repeat 100% 0em; }
.docLink { padding-right: 20px; background: url(icon_Word.png) no-repeat 100% 0em; }
.pptLink { padding-right: 20px; background: url(icon_PPT.png) no-repeat 100% 0em; }
.xlsLink { padding-right: 20px; background: url(icon_Excel.png) no-repeat 100% 0em; }
Linking PDFs to your web pages: Final Result
Some more examples
Before

After
Before

After
Before
After
For documents “designed by committee”:
Share the template
Final Thoughts: Make a checklist
Semantic markup
Cover page
Headers and Footers
Table of Contents (if needed)

PDF Optimizer (for PDFs with images)
PDF Initial View (display bookmarks panel)
Final Thoughts: Standards & Guidelines
Questions?
Email: guptag@vcu.edu
www.FreshlyBakedPixels.com

More Related Content

What's hot

Tech assessment 2
Tech assessment 2Tech assessment 2
Tech assessment 2mortiola
 
Digital content leadingpractice_webconference6_june8
Digital content leadingpractice_webconference6_june8Digital content leadingpractice_webconference6_june8
Digital content leadingpractice_webconference6_june8Colleen Hodgins
 
Welcome to computer basics
Welcome to computer basicsWelcome to computer basics
Welcome to computer basicsaet545
 
House tools
House toolsHouse tools
House toolsKaGann
 
Adobe Dreamweaver1
Adobe Dreamweaver1Adobe Dreamweaver1
Adobe Dreamweaver1nkinoshi
 
Student Needs Project
Student Needs ProjectStudent Needs Project
Student Needs Projectatcave
 
SimpleK12 Webinar - Classroom Identity 121311
SimpleK12 Webinar - Classroom Identity 121311SimpleK12 Webinar - Classroom Identity 121311
SimpleK12 Webinar - Classroom Identity 121311Christopher Casal
 
Present me final draft
Present me  final draftPresent me  final draft
Present me final draftu2910773
 

What's hot (11)

Tech assessment 2
Tech assessment 2Tech assessment 2
Tech assessment 2
 
Digital content leadingpractice_webconference6_june8
Digital content leadingpractice_webconference6_june8Digital content leadingpractice_webconference6_june8
Digital content leadingpractice_webconference6_june8
 
Welcome to computer basics
Welcome to computer basicsWelcome to computer basics
Welcome to computer basics
 
House tools
House toolsHouse tools
House tools
 
Web quest
Web questWeb quest
Web quest
 
supportinginclusionaccessentials
supportinginclusionaccessentialssupportinginclusionaccessentials
supportinginclusionaccessentials
 
Adobe Dreamweaver1
Adobe Dreamweaver1Adobe Dreamweaver1
Adobe Dreamweaver1
 
Resume.docx
Resume.docxResume.docx
Resume.docx
 
Student Needs Project
Student Needs ProjectStudent Needs Project
Student Needs Project
 
SimpleK12 Webinar - Classroom Identity 121311
SimpleK12 Webinar - Classroom Identity 121311SimpleK12 Webinar - Classroom Identity 121311
SimpleK12 Webinar - Classroom Identity 121311
 
Present me final draft
Present me  final draftPresent me  final draft
Present me final draft
 

Viewers also liked

Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...
Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...
Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...Jesandy Krisano
 
Social media101 for Tourism
Social media101 for TourismSocial media101 for Tourism
Social media101 for TourismJessica Stevens
 
Biometry Presentation in Riga, Werner Blessing
Biometry Presentation in Riga, Werner BlessingBiometry Presentation in Riga, Werner Blessing
Biometry Presentation in Riga, Werner BlessingMobileMonday Estonia
 
2009-10 Hiring Trends: A Recruiter's Perspective
2009-10 Hiring Trends:  A Recruiter's Perspective2009-10 Hiring Trends:  A Recruiter's Perspective
2009-10 Hiring Trends: A Recruiter's PerspectiveLynn Hazan
 
PPT Pengembangan karir
 PPT Pengembangan karir PPT Pengembangan karir
PPT Pengembangan karirhasnazulfa
 
Implement a Sucessfull E-Distribution Strategy by Hopineo
Implement a Sucessfull E-Distribution Strategy by HopineoImplement a Sucessfull E-Distribution Strategy by Hopineo
Implement a Sucessfull E-Distribution Strategy by HopineoFlorie Thielin
 
Marketing plan in 85 slides
Marketing plan in 85 slidesMarketing plan in 85 slides
Marketing plan in 85 slidesJohanna Heinonen
 
Representative Projects
Representative ProjectsRepresentative Projects
Representative ProjectsStanklem
 
Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...
Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...
Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...MobileMonday Estonia
 
Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...
Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...
Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...Siemens PLM Software
 
Optimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - OverviewOptimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - OverviewModelon
 
Job Market Trend Report 2009-10
Job Market Trend Report 2009-10Job Market Trend Report 2009-10
Job Market Trend Report 2009-10Lynn Hazan
 
AWS CloudFormation Intrinsic Functions and Mappings
AWS CloudFormation Intrinsic Functions and Mappings AWS CloudFormation Intrinsic Functions and Mappings
AWS CloudFormation Intrinsic Functions and Mappings Adam Book
 
The Journey from Monolith to Microservices: a Guided Adventure
The Journey from Monolith to Microservices: a Guided AdventureThe Journey from Monolith to Microservices: a Guided Adventure
The Journey from Monolith to Microservices: a Guided AdventureVMware Tanzu
 
Presentation on Cox's Bazar and Kuakata
Presentation on Cox's Bazar and KuakataPresentation on Cox's Bazar and Kuakata
Presentation on Cox's Bazar and KuakataMd. Refat Hossain
 

Viewers also liked (18)

Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...
Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...
Comprehensive Business Modules - Business Enhancement Class, 5 - 6 Maret 2016...
 
Social Media 101 FINAL
Social Media 101 FINALSocial Media 101 FINAL
Social Media 101 FINAL
 
Social media101 for Tourism
Social media101 for TourismSocial media101 for Tourism
Social media101 for Tourism
 
Biometry Presentation in Riga, Werner Blessing
Biometry Presentation in Riga, Werner BlessingBiometry Presentation in Riga, Werner Blessing
Biometry Presentation in Riga, Werner Blessing
 
Turismo
TurismoTurismo
Turismo
 
2009-10 Hiring Trends: A Recruiter's Perspective
2009-10 Hiring Trends:  A Recruiter's Perspective2009-10 Hiring Trends:  A Recruiter's Perspective
2009-10 Hiring Trends: A Recruiter's Perspective
 
PPT Pengembangan karir
 PPT Pengembangan karir PPT Pengembangan karir
PPT Pengembangan karir
 
Implement a Sucessfull E-Distribution Strategy by Hopineo
Implement a Sucessfull E-Distribution Strategy by HopineoImplement a Sucessfull E-Distribution Strategy by Hopineo
Implement a Sucessfull E-Distribution Strategy by Hopineo
 
Marketing plan in 85 slides
Marketing plan in 85 slidesMarketing plan in 85 slides
Marketing plan in 85 slides
 
Representative Projects
Representative ProjectsRepresentative Projects
Representative Projects
 
Pms presentation
Pms presentationPms presentation
Pms presentation
 
Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...
Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...
Continuous Integration, Delivery and Deployment for Mobile Tauno Talimaa - CT...
 
Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...
Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...
Celebrating 20 years of Hydraulic Component Design library in LMS Imagine.Lab...
 
Optimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - OverviewOptimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - Overview
 
Job Market Trend Report 2009-10
Job Market Trend Report 2009-10Job Market Trend Report 2009-10
Job Market Trend Report 2009-10
 
AWS CloudFormation Intrinsic Functions and Mappings
AWS CloudFormation Intrinsic Functions and Mappings AWS CloudFormation Intrinsic Functions and Mappings
AWS CloudFormation Intrinsic Functions and Mappings
 
The Journey from Monolith to Microservices: a Guided Adventure
The Journey from Monolith to Microservices: a Guided AdventureThe Journey from Monolith to Microservices: a Guided Adventure
The Journey from Monolith to Microservices: a Guided Adventure
 
Presentation on Cox's Bazar and Kuakata
Presentation on Cox's Bazar and KuakataPresentation on Cox's Bazar and Kuakata
Presentation on Cox's Bazar and Kuakata
 

Similar to Your PDFs Need Some Love Too

MCC Emerging Technology
MCC Emerging TechnologyMCC Emerging Technology
MCC Emerging Technologydrvdiazbus
 
ePortfolios for Authentic Assessment
ePortfolios for Authentic AssessmentePortfolios for Authentic Assessment
ePortfolios for Authentic AssessmentDiana Benner
 
Online Learning Course Moodle Overview
Online Learning Course Moodle OverviewOnline Learning Course Moodle Overview
Online Learning Course Moodle OverviewValerie Schmitz
 
Vles Are For More Than Objects 2003 Version
Vles Are For More Than Objects 2003 VersionVles Are For More Than Objects 2003 Version
Vles Are For More Than Objects 2003 Versionkevinbrace
 
Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Yum Studio
 
Acpet vic elearning_induction2011
Acpet vic elearning_induction2011Acpet vic elearning_induction2011
Acpet vic elearning_induction2011Yum Studio
 
web 2.0: Creative and Inexpensive Ways to Train Your Staff
web 2.0:  Creative and Inexpensive Ways to Train Your Staffweb 2.0:  Creative and Inexpensive Ways to Train Your Staff
web 2.0: Creative and Inexpensive Ways to Train Your Staffvkisiel
 
E-portfolios for Learning with Google Sites EDU
E-portfolios for Learning with Google Sites EDUE-portfolios for Learning with Google Sites EDU
E-portfolios for Learning with Google Sites EDUJoe Fahs
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptxMattMarino13
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptxMattMarino13
 
Utilizing SharePoint for Project Management
Utilizing SharePoint for Project ManagementUtilizing SharePoint for Project Management
Utilizing SharePoint for Project ManagementGregory Zelfond
 
Su08e Portfolio Presentation
Su08e Portfolio PresentationSu08e Portfolio Presentation
Su08e Portfolio Presentationkvines
 
Top 10 Web 2.0 Picks
Top 10 Web 2.0 PicksTop 10 Web 2.0 Picks
Top 10 Web 2.0 Picksguestf9cb54
 
BITM3730 8-29.pptx
BITM3730 8-29.pptxBITM3730 8-29.pptx
BITM3730 8-29.pptxMattMarino13
 
BITM3730 8-29.pptx
BITM3730 8-29.pptxBITM3730 8-29.pptx
BITM3730 8-29.pptxMattMarino13
 
Adobe Dreamweaver1
Adobe Dreamweaver1Adobe Dreamweaver1
Adobe Dreamweaver1nkinoshi
 

Similar to Your PDFs Need Some Love Too (20)

MCC Emerging Technology
MCC Emerging TechnologyMCC Emerging Technology
MCC Emerging Technology
 
ePortfolios for Authentic Assessment
ePortfolios for Authentic AssessmentePortfolios for Authentic Assessment
ePortfolios for Authentic Assessment
 
Online Learning Course Moodle Overview
Online Learning Course Moodle OverviewOnline Learning Course Moodle Overview
Online Learning Course Moodle Overview
 
College Web Site HTML PROJECT
College Web Site HTML PROJECTCollege Web Site HTML PROJECT
College Web Site HTML PROJECT
 
Vles Are For More Than Objects 2003 Version
Vles Are For More Than Objects 2003 VersionVles Are For More Than Objects 2003 Version
Vles Are For More Than Objects 2003 Version
 
Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Acpet vic elearning_induction2010
Acpet vic elearning_induction2010
 
Acpet vic elearning_induction2011
Acpet vic elearning_induction2011Acpet vic elearning_induction2011
Acpet vic elearning_induction2011
 
Web 2.0 Applications in Business and Ed
Web 2.0 Applications in Business and EdWeb 2.0 Applications in Business and Ed
Web 2.0 Applications in Business and Ed
 
web 2.0: Creative and Inexpensive Ways to Train Your Staff
web 2.0:  Creative and Inexpensive Ways to Train Your Staffweb 2.0:  Creative and Inexpensive Ways to Train Your Staff
web 2.0: Creative and Inexpensive Ways to Train Your Staff
 
Web 1.0, 2.0 & 3.0
Web 1.0, 2.0 & 3.0Web 1.0, 2.0 & 3.0
Web 1.0, 2.0 & 3.0
 
E-portfolios for Learning with Google Sites EDU
E-portfolios for Learning with Google Sites EDUE-portfolios for Learning with Google Sites EDU
E-portfolios for Learning with Google Sites EDU
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptx
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptx
 
Utilizing SharePoint for Project Management
Utilizing SharePoint for Project ManagementUtilizing SharePoint for Project Management
Utilizing SharePoint for Project Management
 
Su08e Portfolio Presentation
Su08e Portfolio PresentationSu08e Portfolio Presentation
Su08e Portfolio Presentation
 
Top 10 Web 2.0 Picks
Top 10 Web 2.0 PicksTop 10 Web 2.0 Picks
Top 10 Web 2.0 Picks
 
BITM3730 8-29.pptx
BITM3730 8-29.pptxBITM3730 8-29.pptx
BITM3730 8-29.pptx
 
BITM3730 8-29.pptx
BITM3730 8-29.pptxBITM3730 8-29.pptx
BITM3730 8-29.pptx
 
Moodle Basics
Moodle BasicsMoodle Basics
Moodle Basics
 
Adobe Dreamweaver1
Adobe Dreamweaver1Adobe Dreamweaver1
Adobe Dreamweaver1
 

Recently uploaded

Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 

Recently uploaded (20)

Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 

Your PDFs Need Some Love Too