Skip to content
  • Blog
  • Projects
    • Projects Web
    • AI Workflows
      • n8n Workflows
      • Flowise Workflows
  • English
  • Deutsch
KIO
Kreative Ideen online
  • Blog
  • Projects
    • Projects Web
    • AI Workflows
      • n8n Workflows
      • Flowise Workflows
  • English
  • Deutsch
Category: <span>Programming</span>

Category: Programming

Caching Plugin

Caching Plugin
will WordPress 29. March 2020 31. January 2026

Used plugin "WP-Fastest Cache" (slim and simple)

Continue"Caching Plugin"

Cdn

Cdn
will WordPress 29. March 2020 31. January 2026

Best Known Free CDN Jetpack and Cloudflare

Continue"Cdn"

WordPress Database

WordPress Database
will WordPress 29. March 2020 31. January 2026

Data corpses are created by plugin installations and uninstallation. Also through revisions of posts. Plugin Solution:…

Continue"WordPress Database"

DNS prefetch

DNS prefetch
will WordPress 29. March 2020 31. January 2026

Search for external links in the source code, for example "ajax.googleapis.com" … then write them directly…

Continue"DNS prefetch"

Apache Module "gzip" + "deflate"

Apache Module "gzip" + "deflate"
will WordPress 29. March 2020 31. January 2026

These modules are used for server-side compression of all files (incl.php) Activation occurs in .htaccess (if…

Continue"Apache Module "gzip" + "deflate""

Enable browser caching in .htaccess

Enable browser caching in .htaccess
will WordPress 29. March 2020 31. January 2026

Each browser cached by per default. Browser caching can be activated by hand in ".htaccess"

Continue"Enable browser caching in .htaccess"

CSS and JS mimify

CSS and JS mimify
will WordPress 29. March 2020 31. January 2026

White spaces ensure that the "line cursor" seigth. So the browser must jump more open than…

Continue"CSS and JS mimify"

Speed best practice

Speed best practice
will WordPress 29. March 2020 31. January 2026

Install as few plugins as possible Do not use plugins for all functions. For example, "Fav…

Continue"Speed best practice"

Speed factor images

Speed factor images
will uncategorized / WordPress 29. March 2020 31. January 2026

Gorße's images generate emotions. But also charge more slowly. An approach to repenting images before uploading…

Continue"Speed factor images"

Speed factor hosting

Speed factor hosting
will WordPress 29. March 2020 31. January 2026

Webspace (shared Webspace) V-Server (Virtual Server) Root Server (fully rentable server | Advantage – absolute control)…

Continue"Speed factor hosting"

Speed measurement

Speed measurement
will uncategorized / WordPress 29. March 2020 31. January 2026

Measurement:Firefox -> Firebug (Hard reload: no cached contents load – Cmd+Str+R)Firefox -> Webdev tools: Str+Shift+i Website…

Continue"Speed measurement"

Cloud storage

Cloud storage
will Tech Learning 11. February 2020 11. February 2020
Continue"Cloud storage"

Android permission

Android permission
will Android programing 3. July 2019 3. July 2019

You declare the permissions your app requires in the AndroidManifest.xml using the .. <uses-permission> element. To…

Continue"Android permission"

Bound service

Bound service
will Android programing 3. July 2019 3. July 2019

Started services are great for background operations, but what if you need a service that’s more…

Continue"Bound service"

Service

Service
will Android programing 30. June 2019 30. June 2019

You start a service from an activity in a smilar way to how you start an…

Continue"Service"

Log messages

Log messages
will Android programing 30. June 2019 30. June 2019

Adding messages to alog can be a useful way of checking that your code works the…

Continue"Log messages"

AsyncTask

AsyncTask
will Android programing 30. June 2019 30. June 2019

An AsyncTask lets you perform operations in the background. When they’ve finished running, it then allows…

Continue"AsyncTask"

changeCursor()

changeCursor()
will Android programing 28. June 2019 28. June 2019

Cursors don’t automatically keep trac of whether the underlying data in the dabase has changed. So…

Continue"changeCursor()"

Cursor adapter

Cursor adapter
will Android programing 28. June 2019 28. June 2019

How to use a simple cursor adapter You initialize te adapter, then attach it to the…

Continue"Cursor adapter"

Database cursor

Database cursor
will Android programing 28. June 2019 28. June 2019

A cursor lets you read from and write tot the database.Youe specify what data you want…

Continue"Database cursor"

SQLite database

SQLite database
will Android programing 27. June 2019 28. June 2019

Android stores data in SQLite database. Why SQLite? Its lightweightSQLite database is just a file. When…

Continue"SQLite database"

ListView

ListView
will Android programing 27. June 2019 28. June 2019

The most basic way to connect items to a ListView (static data) res/values/strings.xml The ListView in…

Continue"ListView"

AppCompatActivity class

AppCompatActivity class
will Android programing 7. June 2019 7. June 2019

The AppCompatActivity class is a subclass of Activity. It lives in the AppCompat Support Library, and…

Continue"AppCompatActivity class"

App bar

App bar
will Android programing 7. June 2019 7. June 2019

An app bar has a number of uses: Displaying the app or activity name so that…

Continue"App bar"

Android Themes

Android Themes
will Android programing 7. June 2019 7. June 2019

A theme is a style that’s applied to an activity or application so that your app…

Continue"Android Themes"

Support Libraries

Support Libraries
will Android programing 7. June 2019 7. June 2019

The Android Support Libraries provide backward compatibility with older versions of Android. THey sit outside the…

Continue"Support Libraries"

Screen-specific folders

Screen-specific folders
will Android programing 2. June 2019 2. June 2019

Let’s say you want to your app to use a specific layout when it’s used on…

Continue"Screen-specific folders"

Fragments lifecycle

Fragments lifecycle
will Android programing 1. June 2019 1. June 2019

Activity states Fragment callbacks Activity created onAttach() onCreate() onCreateView() onActivityCreated() onAttach(Context)This happens when the fragment is…

Continue"Fragments lifecycle"

What fragment code looks like

What fragment code looks like
will Android programing 1. June 2019 1. June 2019

When you create a fragment, Android Studio creates two files for you: Java code for the…

Continue"What fragment code looks like"

How to add a fragment to a project

How to add a fragment to a project
will Android programing 1. June 2019 1. June 2019

To add a fragment to your project… highlight the folder “app/src/main/java Go to “File” in menu…

Continue"How to add a fragment to a project"

Posts pagination

1 2 3 4
  • Android programing
  • Artificial Intelligence
  • CSS
  • Email Marketing
  • GDPR
  • Git
  • Google
  • Inbound Marketing
  • Influencer Marketing
  • Java
  • Object oriented programming
  • Programming
  • SEO
  • Social Media Basics
  • Tech Learning
  • uncategorized
  • WordPress
  • Youtube

Tags

Android - Activity (4) Android - app bar (1) Android - AppCompatActivity class (1) Android - cursor adapter databaseconnection (2) Android - Fragments (5) Android - Intents (1) Android - Layouts (6) Android - ListView (3) Android - logging(a.k.a logcat) (1) Android- permission (1) Android - Screensizes (1) Android - service (2) Android - SQLite database (5) Android - Support Libraries (1) Android - Theme (1) Android - Threading (2) AndroidManifest.xml (1) Android programing (20) Androidstudio- project (2) CSS (1) git commands (4) Google ads (9) Google ads and analytics (2) Google ads example ad (1) google ads landing page (2) Google ads mistakes (1) Google ads quality score (1) google ads ranking factor (4) Google ads strategies (5) Google ads triggers (1) Google featured snippets feature (1) java class (7) Java coding (10) java inheritance (2) java paramters (1) Java static (1) java variables (3) Object oriented php (2) woocommerce (1) Yoast plugin (1)

RSS WP News

  • WordPress 7.0 Beta 5
  • WordPress 6.9.4 Release
  • Your Browser Becomes Your WordPress
  • WordPress 6.9.3 and 7.0 beta 4
  • WordPress 6.9.2 Release
  • WordPress 7.0 Beta 3
  • WordPress 7.0 Beta 2
  • WordPress 7.0 Beta 1
  • Piloting the AI Leaders Micro-Credential
  • WordPress 6.9.1 Maintenance Release
Powered by Kahuna & WordPress.
©2026 KIO