
La Pocatière, Quebec Web Design & Development Articles
Latest articles from around the web
Easy Digital Downloads is one of the most popular WordPress plugins for websites. It is free and it can be used to easily set up a system on your site which helps you sell digital products, such as software, plugins, photos, audio files, videos, fonts, graphics, and more. Here are 25 best Easy Digital Downloads themes […] The post 25 Best Easy Digital Downloads Themes appeared first on Line25.
Every day, the ProgrammableWeb team is busy, updating its three primary directories for APIs, clients (language-specific libraries or SDKs for consuming or providing APIs), and source code samples.
Do you ever find yourself looking for an easier way to build a website? WP Page Builder is a drag-and-drop plugin for WordPress to help you create a website quickly without a lot of coding. It's made for designers who want to get a website finished fast or beginners that want to play with a […]
Designing the thumbnails and video titles is an important part of creating a professional YouTube channel. We're here to guide you through the design process by helping you pick the best YouTube font for your channel branding, as well as individual videos. In this post, we feature a collection of the best YouTube fonts you […]
One of the more interesting and important dynamics of being a web designer is the relationship you have with your clients. This relationship really is the basis for your work... The post The Challenge of Convincing Clients to Put Users First appeared first on Speckyboy Design Magazine.
Publishing a web design ebook is a path a number of web designers have taken. They have done so for several reasons: Publishing an ebook is a great way to... The post How to Write a Web Design eBook appeared first on Speckyboy Design Magazine.
Latest PECL Releases:mongodb 1.11.0alpha1 ** New Feature * [PHPC-1849] - Handle deprecation of Serializable in PHP 8.1 * [PHPC-1889] - Support snapshot session option * [PHPC-1890] - Create constant for snapshot read concern level ** Task * [PHPC-1918] - BSON corpus code and symbol tests are partially testing the wrong types * [PHPC-1922] - Update PHONGO_CE_DISABLE_SERIALIZATION for PHP 8.1 * [PHPC-1930] - Removed disabled __wakeup() function in CursorId * [PHPC-1935] - Add .dep files to .gitignore * [PHPC-1961] - Regex decoding error tests in top.json have unexpected, invalid syntax * [PHPC-1965] - Re-enable and stabilise PHP 8.1 build on GitHub actions ** Improvement * [PHPC-1538] - Lift restriction on authSource without credentials * [PHPC-1858] - Add return type to arginfo for JsonSerializable::jsonSerialize() in PHP 8.1 * [PHPC-1875] - Disable writes on snapshot sessions * [PHPC-1876] - Raise client error for snapshot sessions on pre-5.0 servers * [PHPC-1933] - Add return type to arginfo for Iterator and Countable methods in PHP 8.1 pecl_http 4.2.1 * Fixed failing tests with PHP-8.1 (see gh issue #120) * Fixed configure reliably finding the right libcurl features available * Fixed cookie handling with libcurl 7.77+ and consistently across all supported libcurl versions (follow-up to gh issue #116) teds 0.2.0 * Breaking change: Change `TedsVector::__construct` to add an additional parameter `bool $preserveKeys = true`, and use the original keys of arrays/Traversables by default, throwing for non-integers and invalid integer offsets. (Similar to the behavior of SplFixedArray::fromArray) * Convert references to non-references when creating values from iterables. * Minor performance improvements of `TedsVector` teds 0.1.1 * Add TedsKeyValueVector * Fix edge cases in TedsVector setSize awscrt 1.0.8 Changes in build process sqlsrv 5.10.0beta1 [Added] - Support for PHP 8.1 RC 1 - Support for Ubuntu 21.04 and Alpine 3.13 - Support for Apple M1 ARM64 hardware (requires [MS ODBC Driver 17.8+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos?view=sql-server-ver15) - Feature Request [#795](https://github.com/microsoft/msphpsql/issues/795) - adding support for [Table-valued parameters](https://github.com/Microsoft/msphpsql/wiki/Features#tvp) [Removed] - Support for Ubuntu 16.04 [Fixed] - Pull request [#1260](https://github.com/microsoft/msphpsql/pull/1260) - cleaned up redundant code - Issue [#1261](https://github.com/microsoft/msphpsql/issues/1261) - simplified get_field_as_string and made it more robust - pull request [#1265](https://github.com/microsoft/msphpsql/pull/1265) - Pull request [#1262](https://github.com/microsoft/msphpsql/pull/1262) - simplified parse_param_array in sqlsrv - Pull request [#1267](https://github.com/microsoft/msphpsql/pull/1267) - replaced the obsolete MACRO ZVAL_NEW_ARR with array_init - Pull request [#1275](https://github.com/microsoft/msphpsql/pull/1275) - fixed warning compiling core_stmt.cpp by mlocati - Pull request [#1290](https://github.com/microsoft/msphpsql/pull/1290) - updated list of supported processor architecture [Limitations] - No support for inout / output params when using sql_variant type - No support for inout / output params when formatting decimal values - In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work - Always Encrypted requires [MS ODBC Driver 17+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) - Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported - Issue [#716](https://github.com/Microsoft/msphpsql/issues/716) - With Always Encrypted enabled, named parameters in subqueries are not supported - Issue [#1050](https://github.com/microsoft/msphpsql/issues/1050) - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns - [Always Encrypted limitations](https://docs.microsoft.com/sql/connect/php/using-always-encrypted-php-drivers#limitations-of-the-php-drivers-when-using-always-encrypted) [Known Issues] - This preview release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute may be suppressed when using an older ODBC driver. - Connection pooling on Linux or macOS is not recommended with [unixODBC](http://www.unixodbc.org/) < 2.3.7 - When pooling is enabled in Linux or macOS - unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages - due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Features#pooling) pdo_sqlsrv 5.10.0beta1 [Added] - Support for PHP 8.1 RC 1 - Support for Ubuntu 21.04 and Alpine 3.13 - Support for Apple M1 ARM64 hardware (requires [MS ODBC Driver 17.8+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos?view=sql-server-ver15) - Feature Request [#795](https://github.com/microsoft/msphpsql/issues/795) - adding support for [Table-valued parameters](https://github.com/Microsoft/msphpsql/wiki/Features#tvp) [Removed] - Support for Ubuntu 16.04 [Fixed] - Issue [#1244](https://github.com/microsoft/msphpsql/issues/1244) - use lower case for object names for PDO::lastInsertId() - pull request [#1245](https://github.com/microsoft/msphpsql/pull/1245) by morozov - Pull request [#1251](https://github.com/microsoft/msphpsql/pull/1251) - simplified implementations of last insert id and quote - Issue [#1258](https://github.com/microsoft/msphpsql/issues/1258) - updated pdo_sqlsrv_get_driver_methods as per documentation - pull request [#1259](https://github.com/microsoft/msphpsql/pull/1259) - Pull request [#1260](https://github.com/microsoft/msphpsql/pull/1260) - cleaned up redundant code - Issue [#1261](https://github.com/microsoft/msphpsql/issues/1261) - simplified get_field_as_string and made it more robust - pull request [#1265](https://github.com/microsoft/msphpsql/pull/1265) - Pull request [#1267](https://github.com/microsoft/msphpsql/pull/1267) - replaced the obsolete MACRO ZVAL_NEW_ARR with array_init - Pull request [#1275](https://github.com/microsoft/msphpsql/pull/1275) - fixed warning compiling core_stmt.cpp by mlocati - Pull request [#1288](https://github.com/microsoft/msphpsql/pull/1288) - applied mask to pdo quote for binary inputs - Pull request [#1290](https://github.com/microsoft/msphpsql/pull/1290) - updated list of supported processor architecture [Limitations] - No support for inout / output params when using sql_variant type - No support for inout / output params when formatting decimal values - In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work - Always Encrypted requires [MS ODBC Driver 17+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) - Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported - Issue [#716](https://github.com/Microsoft/msphpsql/issues/716) - With Always Encrypted enabled, named parameters in subqueries are not supported - Issue [#1050](https://github.com/microsoft/msphpsql/issues/1050) - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns - [Always Encrypted limitations](https://docs.microsoft.com/sql/connect/php/using-always-encrypted-php-drivers#limitations-of-the-php-drivers-when-using-always-encrypted) [Known Issues] - This preview release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute may be suppressed when using an older ODBC driver. - Connection pooling on Linux or macOS is not recommended with [unixODBC](http://www.unixodbc.org/) < 2.3.7 - When pooling is enabled in Linux or macOS - unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages - due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Features#pooling) datadog_trace 0.64.1 **WARNING**: Users doing manual instrumentation using the `GlobalTracer::get()->startActiveSpan()` api should update to this version from 0.63.0 and 0.64.0. Fixed Fix span start times of userland spans (#1312) xdebug 3.1.0beta2 Tue, Sep 07, 2021 - Xdebug 3.1.0beta2 = Fixed bugs: This is a packaging fix only release. The package missed a file that were needed for building on PHP 7.2 and 8.1.
Nowadays docker community is increasing rapidly. The reason behind this is the advantages of docker containerisation over legacy servers and virtual machines. Today we will discuss how to initialise and run PrestaShop in a docker container. There are a number of ways to initialise PrestaShop in docker container: Use Docker hub image Create own image [...]
Creating a truly original design for a corporate presentation folder can be difficult. Presentation folders have become a staple in business's print marketing collateral, so at times, it can feel as if everything you come up with has been done before. While it's not rocket science, there is a science to creating a unique design. […] The post 15 Impressive Presentation Folder Designs to Inspire You appeared first on Line25.
Summertime is here - at least in the northern hemisphere. And while our thoughts often turn to vacations and outdoor activities, this time of year is also a perfect opportunity... The post 5 Design & Development Skills to Learn This Summer appeared first on Speckyboy Web Design Magazine.
About The Coding Studio Inc.
Developing professional web applications
for La Pocatière, Quebec, for 20 years!
Consultation Services
With years of experience and many satisfied customers, we provide the direction and assistance you require.
Custom Web Development
We specialize in complex custom web projects, from small business websites to corporate applications.
Increase Profits
We create an experience which converts more leads and retains more customers, which increases profits.
Reduce Expenses
We help to simplify and automate employee tasks, which reduces payroll and other expenses.
What customers have said
TestimonialsLangford Station,British Columbia Web Design & Development
Lincoln,New Brunswick Web Design & Development
Quebec City,Quebec Web Design & Development
Southampton,New Brunswick Web Design & Development
Alfred and Plantagenet,Ontario Web Design & Development
Inukjuak,Quebec Web Design & Development
Grimsby,Ontario Web Design & Development
Westville,Nova Scotia Web Design & Development