
Sign up to save your podcasts
Or
2023-09-05 Weekly News — Episode 203
Watch the video version on YouTube at https://youtube.com/live/2danPtv5b9Q?feature=share
Hosts:
Thanks to our Sponsor - Ortus Solutions
The makers of ColdBox, CommandBox, ForgeBox, TestBox and all your favorite box-es out there.
A few ways to say thanks back to Ortus Solutions:
Patreon Support (mind-boggling)
We have 40 patreons:
https://www.patreon.com/ortussolutions.
Webinar / Meetups and Workshops
OOP & ColdFusion
Nolan Erck
Friday, September 29, 2023 @ 12 PM HAST (Hawaii Standard Time)
Object-Oriented Programming is common term in programming language. It’s a vast concept but to sum it up in a single line, it is a set of concepts and techniques that make use of the “object” construct, to write more reusable, maintainable, and organized code. Objects are implemented differently in every language. In ColdFusion, we have ColdFusion Components (CFCs) that can be instantiated to create objects.
Anyone who has ever studied OOP must know that there are four main concepts, which are:
https://www.meetup.com/hawaii-coldfusion-meetup-group/events/294629892/
CFCasts Content Updates
https://www.cfcasts.com
Recent Releases
Coming Soon
Conferences and Training
Adobe CF Summit West
Las Vegas 2-4th of October.
Session passes @ $199
Professional passes @ $299.
Speakers have been announced - with some great sessions
https://cfsummit.adobeevents.com/
Andy Bucklee will be there (David Wallace from The Office)
STUDENTS can get a free pass if they are enrolled at tertiary level educational institutions
Ortus CF Summit Training - ColdBox 7 Zero to Hero
Date: October 4th - 5th, 2023 | Right after Adobe CFSummit, 2023
Speakers: Luis Majano & Gavin Pickin
Location: Las Vegas, Nevada
Venue: Regus - Las Vegas - 3960 Howard Hughes Parkway Paradise #Suite 500 Las Vegas, NV 89169 United States
Ticket Price
Spotlight
WIN WIN WIN WIN
https://www.eventbrite.com/e/workshop-coldbox-from-zero-to-hero-tickets-659169262007?aff=oddtdtcreator
Into the Box LATAM
November 30th
University of Business in El Salvador.
https://latam.intothebox.org/
ITB 2024
More conferences
Need more conferences, this site has a huge list of conferences for almost any language/community.
https://confs.tech/
Blogs, Tweets, and Videos of the Week
08/28/2023 - Blog - Grant Copley - DataTable Example with CBWIRE
Hey everyone,
I’ve been quiet lately but CBWIRE is still receiving many updates, and I’m very excited about the road ahead. I wanted to share that I’ve put together a fully functional DataTable implemented almost entirely in CFML using CBWIRE.
The DataTable has the following features that were built from the ground up:
Single CBWIRE Component ( wires/Datatable.cfm - provides all functionality )
List NES games
Set the number of games displayed per page
Pagination
Reset button to start over
Click anywhere on the row to select a game
Select all games listed
Search field to match any column
Sort columns by ascending or descending
Select games by checkbox
Shift+Click to select multiple games
Favorite games(s) w/ confirmation
The repo has everything you need, including an already-seeded Sqlite database with NES Game data. Just run a couple of commands ( noted in the README ) and give it a try. :smiley:
Enjoy!
5
77 ratings
2023-09-05 Weekly News — Episode 203
Watch the video version on YouTube at https://youtube.com/live/2danPtv5b9Q?feature=share
Hosts:
Thanks to our Sponsor - Ortus Solutions
The makers of ColdBox, CommandBox, ForgeBox, TestBox and all your favorite box-es out there.
A few ways to say thanks back to Ortus Solutions:
Patreon Support (mind-boggling)
We have 40 patreons:
https://www.patreon.com/ortussolutions.
Webinar / Meetups and Workshops
OOP & ColdFusion
Nolan Erck
Friday, September 29, 2023 @ 12 PM HAST (Hawaii Standard Time)
Object-Oriented Programming is common term in programming language. It’s a vast concept but to sum it up in a single line, it is a set of concepts and techniques that make use of the “object” construct, to write more reusable, maintainable, and organized code. Objects are implemented differently in every language. In ColdFusion, we have ColdFusion Components (CFCs) that can be instantiated to create objects.
Anyone who has ever studied OOP must know that there are four main concepts, which are:
https://www.meetup.com/hawaii-coldfusion-meetup-group/events/294629892/
CFCasts Content Updates
https://www.cfcasts.com
Recent Releases
Coming Soon
Conferences and Training
Adobe CF Summit West
Las Vegas 2-4th of October.
Session passes @ $199
Professional passes @ $299.
Speakers have been announced - with some great sessions
https://cfsummit.adobeevents.com/
Andy Bucklee will be there (David Wallace from The Office)
STUDENTS can get a free pass if they are enrolled at tertiary level educational institutions
Ortus CF Summit Training - ColdBox 7 Zero to Hero
Date: October 4th - 5th, 2023 | Right after Adobe CFSummit, 2023
Speakers: Luis Majano & Gavin Pickin
Location: Las Vegas, Nevada
Venue: Regus - Las Vegas - 3960 Howard Hughes Parkway Paradise #Suite 500 Las Vegas, NV 89169 United States
Ticket Price
Spotlight
WIN WIN WIN WIN
https://www.eventbrite.com/e/workshop-coldbox-from-zero-to-hero-tickets-659169262007?aff=oddtdtcreator
Into the Box LATAM
November 30th
University of Business in El Salvador.
https://latam.intothebox.org/
ITB 2024
More conferences
Need more conferences, this site has a huge list of conferences for almost any language/community.
https://confs.tech/
Blogs, Tweets, and Videos of the Week
08/28/2023 - Blog - Grant Copley - DataTable Example with CBWIRE
Hey everyone,
I’ve been quiet lately but CBWIRE is still receiving many updates, and I’m very excited about the road ahead. I wanted to share that I’ve put together a fully functional DataTable implemented almost entirely in CFML using CBWIRE.
The DataTable has the following features that were built from the ground up:
Single CBWIRE Component ( wires/Datatable.cfm - provides all functionality )
List NES games
Set the number of games displayed per page
Pagination
Reset button to start over
Click anywhere on the row to select a game
Select all games listed
Search field to match any column
Sort columns by ascending or descending
Select games by checkbox
Shift+Click to select multiple games
Favorite games(s) w/ confirmation
The repo has everything you need, including an already-seeded Sqlite database with NES Game data. Just run a couple of commands ( noted in the README ) and give it a try. :smiley:
Enjoy!