サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
catswhocode.com
10 Awesome PHP Functions & Snippets (Sanatize Input etc.) Sanitize database inputs When inserting data in your database, you have to be really careful about SQL injections and other attempts to insert malicious data into the db. The function below is probably the most complete and efficient way to sanitize a string before using it with your database. function cleanInput($input) { $search = array(
Introduced with HTML5, the <audio> tag defines a sound and is used to embed audio content such as music or other streams in HTML documents. As of 2020, <audio> is widely supported among modern browsers. Internet Explorer 8 doesn’t support it, as well as earlier versions. <audio> can be used to play sound files in the following formats: .mp3: Supported by all modern browsers. .wav: Not supported by
Bootstrap is the most popular and probably the most complete front-end web framework, which allows developers to fasten the creation of a website or web app. In this article, I have compiled 5 ready-to-use web forms for your Bootstrap projects. It’s time to save some time! General Rules for your Bootstrap Form As the most popular CSS Framework available, Bootstrap makes HTML forms creation way eas
Think of it, you get to be the brain behind that successful website, you can create the best user experience for over 2 billion users. Also, websites are here to stay for the next decades, therefore you’ll still be relevant in the field as long as you’re growing. What’s amazing is that you can learn web development on your own. When you’re done reading this post, you’ll have very clear directions
The newest additions to both the HTML and CSS specifications allow web developers to craft beautiful and user-friendly components. Amongst those components, progress/loading bars can contribute to making your website more enjoyable to use for your visitors. This complete front-end web development tutorial will show you how you can learn to create a fancy CSS/HTML5 progress bar. Please note: The or
Explain which div you’re closingMost of the time when I’m viewing a website source, I see, at the very bottom of the page, an almost endless list of closing </div> tags. In fact, many beginners think they just have to use divs instead of tables to produce quality code. Divs are cleaners than tables, but without proper code organization, it can be as (or even sometimes more) messy as table based co
After years of usage, your WordPress database can contain weird characters, be filled with data you don’t need anymore, and so on. In this article, you will learn about SQL queries to clean up your WordPress database. Two things to note: First, any of these queries should be preceded by a backup of your whole database. Secondly, don’t forget to replace the wp_ table prefix by the prefix used on yo
As a developer, your main tool is obviously the one that allows you to turn your ideas into code: A text editor. As time goes by, more online text editors are created that can help you code from any computer with Internet access. In this article, let’s take a look at 10+ useful online code editors. Why Using Online Code Editors?Let’s quickly sum up the advantages of using an online IDE (Integrated
One thing I really love with the Python programming language is its incredible extensibility. Here’s a list of 50 awesome modules for Python, covering almost all needs: Databases, GUIs, Images, Sound, OS interaction, Web, and more. Graphical InterfaceThe Python Standard Library comes with TkInter, but you can take your GUIs to the next level using an external Python module. wxPython: Create truly
Virtual Info Room Software is a safeguarded cloud-based environment for uploading, sharing and management of multiple data files. Whether you need to promote documents with other team members, business partners
The truly best web hosting isn’t easy to find. There’s no good website without a good server. As website owners, we always face the dilemma of choosing the right hosting package. There are many hosting companies available, and it’s often complicated not to get lost in all the information available. This is why we put this in-depth guide together to help you compare and find the best hosting provid
Regular expressions are a very useful tool for developers. They allow to find, identify or replace a word, character or any kind of string. This tutorial will teach you how to master PHP regexp and show you extremely useful, ready-to-use PHP regular expressions that any web developer should have in his toolkit. Getting Started With Regular Expressions For many beginners, regular expressions seem t
Today, a website must not look good only on a desktop screen, but also on tablets and smartphones. A website is responsive if it is able to adapt to the screen of the client. Responsive web design is extremely important nowadays and is in fact one technique you need to master as a web developer or web designer. In this article, I’ll show you how to easily build a responsive site and how to apply r
It’s important to follow trends in your field to ensure you’re staying current on standards and protocols and perhaps more so in the field of coding. Programmers of all specialties can benefit from following industry-leading blogs to stay aware of the latest technologies. If you’re a coder of any sort you’ll want to subscribe to these useful programming blogs written by the top blogging coders. Ea
Acknowledgments New to cURL? If yes, check out the following articles to learn the purposes and basics of cURL/libcurl. cURL Wikipedia page cURL tutorial: Using cURL to automate HTTP jobs Please note that some of the techniques shown here can be used for “blackhat” methods. The goal of this article is only educationnal, please do not use any of the snippets below for illegal stuff. 1 – Update your
As time goes by, CSS is becoming more and more powerful and nowadays it offers lots of possibilities to create visually stunning websites. This article is a compilation of fresh, advanced CSS tips and techniques to master your web design and front-end web development skills. Each technique features sample code snippet, demo, and explanations. Warning: Some techniques contained in this article aren
Why Umbrella JS? jQuery is an amazing piece of code! Since its first release in 2006, jQuery has played a key role in shaping the web as we know it nowadays. Still, every now and then a new JavaScript library is released. One that caught my attention lately is Umbrella JS, a library heavily influenced by jQuery, but way more compact (3kb!) and limited to DOM manipulation, events and Ajax. So what
Top 10 JavaScript Slideshows, Carousels, and Sliders SpaceGallery SpaceGallery is a new JQuery plugin that provide an impressive Time Machine like effect to your images. Very good. Noobslide Definitely one of my favorite slideshow. Based on Mootools, Noobslide allows numerous variations and customization, despite of its lack of offical documentation. Accessible News Slider Accessible news slider i
It saves a lot of your time by speeding up your post-photography work to get the perfect look that every photographers love. Lightroom presets are the perfect solution to refine your photographs without using any software, as it works by touching upon the finest details of your pictures to make them flawless in every way. So if you are yet to try out the best Lightroom presets to edit your photogr
When building a website, using a CSS framework is a real time saver as it provides you with tools every web designer and front-end developer needs when crafting a site (other than good web hosting). A CSS framework is a software framework created to allow for easier, more standards-compliant web design using HTML/CSS. Many popular CSS frameworks are design-oriented and contain elements that can be
FFmpeg is a multiplatform, open-source library to record, convert and stream video and audio files. Created in 2000, it is a powerful command-line tool that runs on Linux, Windows and Mac operating systems. FFmpeg is currently used by many websites and programs, including YouTube and VLC Media Player, and is published under the GNU Lesser General Public License 2.1+. The program and its source cod
Since the 1970’s, Vi and its successor Vim have been included by default on many operating systems, including almost all GNU/Linux distributions. Vim is free and open-source and is one of the most popular code editors. It can be downloaded on Vim official site. Vim is a modal text editor, which means that it has a mode for writing text, a mode for running commands, etc. Vim has a total of 12 diffe
Viele große Online-Projekte wie das Mr Green Online-Casino suchen aktiv nach talentierten Entwicklern, um innovative Spielplattformen zu schaffen. Dies ist eine großartige Gelegenheit für Programmierer, ihre Fähigkeiten in einer dynamischen Branche einzusetzen.
このページを最初にブックマークしてみませんか?
『CatsWhoCode: Web Development & Hosting Blog』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く