► PHP
PHP is the most used programming language today. There is a multitude of CMS applications that are built primarily on PHP, including WordPress, Joomla, and so many more. Follow the links to learn more about this highly used programming language.
► HTML and CSS
are the fundamental technologies for building Web pages: HTML (HTML and XHTML) for structure, CSS for style and layout, including WebFonts. Find resources for good Web page design as well as helpful tools.
CG Rendering
Get Your 'Wix' On
The Freedom to Create the Websites You Want
Design and build your own high-quality websites. Whether you’re promoting your business, showcasing your work, opening your store or starting a blog you can do it all with the Wix website builder.
Every part of GNOME 43 has been designed to make it simple and easy to use. The Activities Overview is a simple way to access all your basic tasks. A press of a button is all it takes to view your open windows, launch applications, or check if you have new messages. Having everything in one convenient place means you don’t have to learn your way around a maze of different technologies.
Go-to tools to help you get Linux installed on your computer.
UNetbootin
UNetbootin allows you to create bootable Live USB drives for Ubuntu and other Linux distributions without burning a CD. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file.
Etcher is a free and open-source image burner with support for Windows, OS X, and GNU/Linux. It makes USB and SD card image burning as simple and fast as possible.
Learn To Code Your Own Website. Here are a few good go-to resources.
► W3 Schools "is a web developer's information website, with tutorials and references on web development languages such as HTML, CSS, JavaScript, PHP, SQL, and JQuery, covering most aspects of web programming. W3Schools presents thousands of code examples. By using the online editor provided, readers can edit the examples and execute the code experimentally."
► Microsoft Virtual Academy "Free Microsoft training delivered by experts. Learning paths are curated courses brought to you by Microsoft Virtual Academy (MVA) to help you increase your proficiency in the latest technologies. Build valuable skills through video tutorials, demos, assessments, and more. Plus, earn MVA badges for completed learning paths, and share them through email or social media, such as LinkedIn, Twitter, and Facebook. Get started today!"
► Codecademy Our courses are designed to keep you on track, so you learn to code “today” not “someday.”
► SitePointExtensive collection of featured articles, books, and courses. Learn HTML5, CSS3, JavaScript, PHP, mobile app development, and Responsive Web Design.
What is the Spectra Social Sharing page? All active members can create one page for all of their friends and family to access and find out about what's going on in their lives. Active members can add 10 links to the menu and also add videos, images, and text and tell their friends about it to come and view. It's free and it's available here. Simply register and activate your account. Then go to your account and click the Profile link to get started. It's easy! If you are logged in look under the Social Sharing Page block (right sidebar) to see the pages that are available.
Showcasing The Most Used Programming Languages
HTML5
HTML5is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and last major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft).
HTML5 was first released in a public-facing form on 22 January 2008, with a major update and "W3C Recommendation" status in October 2014. Its goals were to improve the language with support for the latest multimedia and other new features; to keep the language both easily readable by humans and consistently understood by computers and devices such as web browsers, parsers, etc., without XHTML's rigidity; and to remain backward-compatible with older software. HTML5 is intended to subsume not only HTML 4 but also XHTML 1 and DOM Level 2 HTML.
HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves, and rationalizes the markup available for documents and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications because it includes features designed with low-powered devices in mind.
Many new syntactic features are included. To natively include and handle multimedia and graphical content, the new <video>, <audio> and <canvas> elements were added, and support for scalable vector graphics (SVG) content and MathML for mathematical formulas was also added. To enrich the semantic content of documents, new page structure elements such as <main>, <section>, <article>, <header>, <footer>, <aside>, <nav>, and <figure> are added. New attributes were introduced, some elements and attributes were removed, and others such as <a>, <cite>, and <menu> were changed, redefined, or standardized. The APIs and Document Object Model (DOM) are now fundamental parts of the HTML5 specification, and HTML5 also better defines the processing for any invalid documents.
PHPis a general-purpose scripting language geared towards web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.
PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon, or as a Common Gateway Interface (CGI) executable. On a web server, the result of the interpreted and executed PHP code – which may be any type of data, such as generated HTML or binary image data – would form the whole or part of an HTTP response. Various web template systems, web content management systems, and web frameworks exist which can be employed to orchestrate or facilitate the generation of that response. Additionally, PHP can be used for many programming tasks outside the web context, such as standalone graphical applications and robotic drone control. PHP code can also be directly executed from the command line.
The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on a variety of operating systems and platforms.
The PHP language evolved without a written formal specification or standard until 2014, with the original implementation acting as the de facto standard which other implementations aimed to follow. Since 2014, work has gone on to create a formal PHP specification.
W3Techs reports that, as of April 2021, "PHP is used by 79.2% of all the websites whose server-side programming language we know."
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility; provide more flexibility and control in the specification of presentation characteristics; enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, which reduces complexity and repetition in the structural content; and enable the .css file to be cached to improve the page load speed between the pages that share the file and its formatting.
Separation of formatting and content also makes it feasible to present the same markup page in different styles for different rendering methods, such as on-screen, in print, by voice (via speech-based browser or screen reader), and on Braille-based tactile devices. CSS also has rules for alternate formatting if the content is accessed on a mobile device.
The name cascading comes from the specified priority scheme to determine which style rule applies if more than one rule matches a particular element. This cascading priority scheme is predictable.
The CSS specifications are maintained by the World Wide Web Consortium (W3C). Internet media type (MIME type) text/css is registered for use with CSS by RFC 2318 (March 1998). The W3C operates a free CSS validation service for CSS documents.
In addition to HTML, other markup languages support the use of CSS including XHTML, plain XML, SVG, and XUL.
The ECMAScript standard does not include any input/output (I/O), such as networking, storage, or graphics facilities. In practice, the web browser or other runtime system provides JavaScript APIs for I/O.
JavaScript engines were originally used only in web browsers, but they are now core components of some servers and a variety of applications. The most popular runtime system for this usage is Node.js.
Although there are similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.
There is a lot that can be said about the quality of wallpaper sites and the way that they offer up their product. In my opinion Wallpapers Wide is the best among all of the sites out there with Unsplash being second.
When you create a website with Squarespace, you get free unlimited hosting, top-of-the-line security, and dependable resources to help you succeed. You can count on personalized support around the clock by email, live chat, or by joining a live webinar.
Welcome to the world’s mostpopular website builder.
43% of the web is built on WordPress. More bloggers, small businesses, and Fortune 500 companies use WordPress than all other options combined. Join the millions of people that call WordPress.com home.
• 1st Web Designer All the Web Design Resources You Could Ask For.
• Square Space The leader in website design. No matter what kind of site you need, Squarespace is the best way to stand out online.
• Wix We believe anything is possible with the right website builder. Whether you're about to create a website for the first time or you're a long-time pro, we've got you covered. You have two ways to start: Get a free website designed for you with Wix Artificial Design Intelligence or get total design freedom with the Wix Editor. You can always add advanced functionality to your website with Wix Code. It’s time to get your professional website.
• Shopify Whether you sell online, on social media, in-store, or out of the trunk of your car, Shopify has you covered.
CMS Spectra Updates
Spectra Version 1.0.35 will be released the 1st week of April 2023. It lets users/members select their own theme.
This site is running on version 1.0.35 now. I always upgrade this site before I release a new version.
The website you are on now was built with CMS Spectra and is using the Magazine template.
CMS Spectra Partial Features List
- Option to use HTML5/Bootstrap Theme along with the Spectra theme.
- Option for members to select a theme to use.
- Automatic version updater
- Responsive/Fluid
- Auto installer
- Version Updater
- Direct editing
- Full-featured
- Themes (create, edit)
- Sidebars
- Articles
- Pages
- Menu System
- Unlimited galleries
- Member Registration
- Administrators dashboard
- Designers dashboard
- Album
- Image editors
- CKEditor 4 Full
- Media library
- Image compressor
- Modules
- Plugins
- Templates
- Designers Toolbox
What Is CMS Spectra
Spectra is a modern Content Management System/Blog, not a fork, and I have developed it from the ground up to provide for your every need in site design. There are many powerhouse Content Management Systems out there now, but you need an in-depth study of them to get started. Lots of people give up trying to get a site up and going. That’s where Spectra is unique. The primary preference in the design process was to make this CMS user-friendly. You can set up and operate your full site from within the dashboards.
Create your 100% free account today. No commitment. No credit card required.
Watchful is a remote website manager and maintenance tool. Watchful features intelligent automation and flexible bulk tools to dramatically reduce the time required to backup, update, and secure all of the sites you manage.
Freepik is an image bank with its own production company that offers more than 25 million graphic resources. Among the visual content produced and distributed by the online platform, you can find photographs, PSDs, illustrations, and vectors. The platform works under a freemium model, which means that users can access much of the content for free, but it is also possible to purchase a subscription with advantages such as access to more exclusive resources, the option of not attributing the content used, or a higher number of daily downloads.
Freepik was founded in 2010 in Malaga with the idea of providing free graphic resources to designers around the world. The Spanish stock image platform is used by several million users, including multinationals such as Microsoft, FedEx, Amazon and Spotify.
The platform is part of the Freepik Company, a company that has been chosen by the Financial Times as one of the thirty fastest-growing companies on the European continent. Also, Freepik Company is the parent brand of 4 other creative platforms: Flaticon, Slidesgo, Story Set, and Wepik.
The content of Freepik Company products is created by the company's designers and its more than 21,000 collaborators in more than 100 countries, and downloads of its content reach an average of more than 80 million per month.
In 2020 the Swedish investment firm EQT acquired a majority stake in Freepik Company.
According to the Alexa Ranking, a website popularity meter, Freepik ranks 107th in global internet traffic. In addition, in 2022 Freepik was named in G2's Best Software 2022 Awards, ranking 17th on the list of best-selling software in Europe, the Middle East, and Africa and 43rd in the list of best design products.
Just a sampling of the things Freepik has to offer.
Looking at some of the best websites for inspiration moving into 2022! In this video, we will look at the top 5 websites for three js, scroll interactions, custom cursors, and beautiful web interactions. Try Milanote to plan your next creative project: https://milanote.com/caler1021
Create inspiring design briefs
Milanote is the perfect app for drafting design briefs. The best briefs are so much more than just text. With Milanote you can easily add videos, checklists, PDFs, design files, and more when you create your brief. Start with a template or create your own creative brief layout.
• Drag and drop files from any folder on your computer.
A digital asset management (DAM) system brings harmony to the media-rich core of your brand. DAM platforms have the power to store, share and organize all digital content in a secure and centralized location. Get more out of your creative files such as images, videos, and other media by ensuring your team can find, share, and optimize your digital assets in real-time.
What is a digital asset?
Digital assets are any content that can be stored digitally, so you can create, manage, publish, and share content with anyone inside or outside your organization. In today’s rapidly evolving digital climate, there’s no limit to what a digital asset can be. Files like videos, music, photos, documents, and other media that contain the rights to use them are considered assets.
Consider the types of files and assets that are routinely created and shared across your organization. The marketing team creates and collaborates on advertisements, social media content, videos, and emails. Operations and services teams produce process documentation, blueprints, and workflow diagrams. And if you’re working with a network of vendors or providers, you may be producing images and content that you want to make available to them on-demand.
Virtually every department engages with digital assets that fuel the growth and success of your organization. With a digital asset management (DAM) platform, team members across every sector of your business can search, collaborate, and share assets with maximum efficiency.