#phpMyAdmin
Explore tagged Tumblr posts
Text
06&07.july23, fri; internship
my last day at the internship AND the "final" stage of my To-Do List with PHP, HTML and CSS:
add tasks by adding a date, the task, choosing a priority and "+" for submitting
tick off tasks you did with a checkbox
delete tasks
(make it look a lil bit prettier with CSS)
i had to present it (nightmare) to my coworkers at my internship today and it was... quite amazing? i could perfectly explain almost all of the data i put in the code and was able to answer ... most of their questions! :o it was SO amazing they even offered me an apprenticeship???? ahhhhhh (that's what i wanted i'm so so so so happy jkokjrjejjddkfkdkdkd)
#codeblr#programming#coding#html#html css#htmlandcss#htmlcoding#studyblr#100 days of code#code#coder#learn to code#codergirl#php training#php developers#phpdevelopment#phpwebsitedevelopment#phpmyadmin#php#htmllearn#css#skull internship
110 notes
·
View notes
Text
How to Change Your WordPress Username (3 Simple Ways)
I recently discovered that my login username is part of the author archive URL visible to blog users. So, I wanted to change it, but then I realized it’s impossible to change your WordPress username directly without a little workaround. WordPress does not offer a built-in tool or option to modify the username. Once you set it, forget it. Luckily, I found three methods to change the WordPress…
0 notes
Text
Let’s talk about resets
I had to do one larger one, so I’ll give you the full list. This is basically an undo.
On Tumblr:
I had to undo the rename of my tumblr, and went back to Code & Canvas.
Used XKit Rewritten to replace the tag “mario breskic” with “code and canvas” for my posts.
On social.mariobreskic.de:
Renamed the “mario breskic” tag to “code and canvas” in WordPress.
Replaced the links to mario-breskic.tumblr.com with codeandcanvas.tumblr.com using phpMyAdmin
UPDATE wp_posts SET post_content = REPLACE(post_content, 'mario-breskic', 'codeandcanvas') WHERE post_content LIKE '%mario-breskic%';
Replaced the string “Mario Breskic” with “Code & Canvas” but only in posts tagged “code and canvas” using phpMyAdmin
UPDATE wp_posts p JOIN wp_term_relationships tr ON p.ID = tr.object_id JOIN wp_term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id JOIN wp_terms t ON tt.term_id = t.term_id SET p.post_content = REPLACE(p.post_content, 'Mario Breskic', 'Code & Canvas') WHERE p.post_type = 'post' AND t.name = 'code and canvas' AND p.post_content LIKE '%Mario Breskic%';
Struck the previous changes from my changelogs on my websites and added a note that I have done so.
Made link changes on my homepage and on my bento.me, too.
Same with other socials with more link options, like Artstation, Bēhance, Facebook.
I used an AI (Copilot) to write the SQL for me.
All in all, this should get me to at least 80% of the reset. There might be something I’ve overlooked but this is alright for now.
As resets go, this one has been smooth.
I think I’ll grab a splatbook and sit down with a cup of caffeine‑free coffee.
1 note
·
View note
Text
How to Write JavaScript
JavaScript is a powerful and versatile programming language used widely in web development. This guide provides beginners with the basic steps necessary to start writing JavaScript code and emphasizes how it can be used to develop dynamic functionalities such as an instant admin panel.
Understanding the Basics
Before diving into JavaScript, it's essential to have a grasp of HTML and CSS, as these technologies work together to create interactive web pages. JavaScript can manipulate the elements and styles defined by HTML and CSS, making it a critical tool for dynamic web applications.
To start writing JavaScript, you can embed the code directly within an HTML document using the <script> tag or link to an external JavaScript file. This separation of concerns promotes cleaner code, easier maintenance and better performance.
Working with Functions and Events
JavaScript functions are blocks of code designed to perform particular tasks when called. Here's a simple example:
To make your webpage interactive, JavaScript uses events. Events are actions that occur as a result of the user's interaction, such as clicks, mouse movements or keyboard actions. You can set up event listeners to trigger functions, enhancing the user experience. For instance, if you're developing an instant admin panel, you might use a button-click event to fetch and display user data dynamically.
Debugging and Tools
As you write more complex JavaScript, debugging becomes crucial. Modern browsers come equipped with developer tools, which include a console where you can test and debug your JavaScript code. These tools also allow you to inspect HTML elements and view any changes made through JavaScript in real time.
With these fundamentals, you'll be well on your way to writing effective JavaScript for various applications, from adding simple animations to creating an admin panel. Practice regularly and utilize online resources to deepen your understanding and refine your coding skills.
Read a similar article about admin panel software here at this page.
0 notes
Text
Introducing the Ultimate Private Lessons Scheduling System
In today’s fast-paced educational environment, finding a streamlined, efficient, and flexible way to manage private lessons can be a challenge for both educators and students. That’s where our innovative Private Lessons Scheduling System comes into play. Built from the ground up with pure PHP and no reliance on frameworks like Laravel, this application is designed to simplify the scheduling…
View On WordPress
0 notes
Text
【Local】Local by Flywheelで Adminer(phpMyAdmin)を開く 方法
Local は、ローカル環境で WordPress を簡単にインストールし、動かすことができる非常に便利なフリーソフトです。このツールを使用してデータベースを操作したい場合、Adminer(phpMyAdmin相当)にアクセスする必要がありますが、そのアクセス方法が少しわかりづらい点があります。この記事では Local で Adminer にアクセスする方法をご紹介します。 アクセス手順の概要 Localを起動し、Adminerにアクセスしたい既存のサイトを選択します。 「Start site」をクリックしてサイトを起動します。 「Database」タブを選択し、「Open…
View On WordPress
0 notes
Text
Como reparar el error de MySQL en XAMPP
Si estas trabajando en el desarrollo de un sitio web o aplicación con un servidor de base de datos, lo mas factible, es que estés usando alguna paquete de desarrollo al estilo XAMPP. Este paquete incluye un servidor web, uno de bases de datos y los interpretes de lenguajes PHP y Perl. Hace poco tiempo, comenzó a aparecer un mensaje de error del gestor de bases de datos incluido por defecto en…

View On WordPress
0 notes
Text
Créer une base de données dans MySQL
Comment créer une base de données MySQL sur localhost / phpMyAdmin Comment créer une base de données MySQL sur localhost / phpMyAdmin vous pouvez pratiquer en suivant ces huit étapes: Téléchargez et installez XAMPP Activer Apache et MySQL dans XAMPP Accéder à localhost/phpMyAdmin dans le navigateur Créer une base de données MySQL dans phpMyAdmin Créer une nouvelle table dans la base de données…
View On WordPress
0 notes
Text
#BACKUP DB#データベースのバックアップ#bash#Cygwin#mysql#MariaDB#xampp#phpMyAdmin#MSバッチファイル#CORE server#コアサーバー#直ぐにインポート可能な圧縮済SQLファイル
1 note
·
View note
Text

03.july23,mon ; internship
i had my first work-day today at my internship and my brain started melting alreadyyy D: i knew they were using PHP for their websites so i started off with learning HTML and CSS so far. Why does PHP seem so complicated compared to those two?:,)
I also didn't understand the connection between PHP and MySQL yet? can someone explain?
i decided to use my free night to begin the codecademy tutorial about PHP and just do that until i fall asleep, hopefully it will open my eyes a bit more than the website they provided me with. wish me luck(pls)<3
#codeblr#programming#coding#html#html css#htmlandcss#htmlcoding#studyblr#100 days of code#codecademy#php#php training#phpwebsitedevelopment#php web application development#phpmyadmin#mysql#webdevelopment#website#web developers#phpdevelopment#learn to code#code job#internship#skull internship
38 notes
·
View notes
Text
Quando pensi che sia arrivato il miglior momento di cambiare hosting wordpress
Ciao a tutti! Dopo un lungo periodo di incertezza su cosa fare del mio sito, finalmente sono tornato a scrivere. Con l’avvento di strumenti intelligenti come ChatGPT, diventa più semplice redigere articoli che possano suscitare interesse. Ma ora mi chiedo: come posso ricominciare? Una delle cose che mi sono chiesto è se provare a cercare un hosting alternativo a quello attuale. Mi chiedo se mi…

View On WordPress
#Backup dei dati#Blogging#Cambio di hosting#cambio hosting#Consigli utili#da aruba#Esperienze personali#FileZilla#Gestione del sito web#Hosting#hosting veloce#Migrazione del sito#Ottimizzazione del sito#passaggio hosting#phpMyAdmin#Plugin di WordPress#register it#Register.it#Trasferimento del sito#wordpress
0 notes
Text
Discover step-by-step instructions on instantly changing table names in phpMyAdmin, ensuring seamless and efficient database management.
#how to create a table in phpmyadmin#how to create table in phpmyadmin#create table in phpmyadmin#create a table in phpmyadmin
0 notes
Video
youtube
How to Install phpMyAdmin on Windows Server 2022 | phpMyAdmin for IIS
0 notes
Text
Simpel Tapi Penting: Memahami 127.0.01 PhpMyAdmin
Simpel Tapi Penting: Memahami 127.0.01 PhpMyAdmin Hostnic.id – Halo pembaca yang terhormat, bagaimana kabar kalian? Semoga kalian dalam keadaan baik-baik saja. Artikel ini akan membahas topik yang simpel tapi penting, yaitu memahami 127.0.0.1 phpMyAdmin. Mari kita mulai dengan memahami apa itu phpMyAdmin dan mengapa pengetahuan tentang hal ini menjadi penting bagi kita. Teruslah membaca untuk…

View On WordPress
0 notes
Text
# Hướng Dẫn Thay Đổi Collation Database Trong phpMyAdmin Chi Tiết Từ A-Z
# Hướng Dẫn Thay Đổi Collation Database Trong phpMyAdmin Chi Tiết Từ A-Z ## 🔍 Collation là gì? Collation là bộ quy tắc quy định cách dữ liệu văn bản được so sánh, sắp xếp trong MySQL. Mỗi bảng/cột có thể dùng collation khác nhau tùy ngôn ngữ hoặc bảng mã. Ví dụ phổ biến: – `utf8_general_ci`: Không phân biệt dấu tiếng Việt – `utf8_unicode_ci`: Hỗ trợ so sánh đa ngôn ngữ chính xác hơn –…
0 notes