Web-Entwicklung live View RSS

No description
Hide details



MongoDB Einrichtung 20 Jul 2015 8:33 AM (10 years ago)

Im folgenden möchte ich ein paar Notizen zum Thema MongoDB und Sicherheit machen. Wenn die MongoDB auf einem Server installiert wird, hört diese erst mal nur auf localhost, also auf lokale Verbindungen. Theoretisch kann nun wenn der Server gehackt wird … Weiterlesen

The post MongoDB Einrichtung appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Yii2 Modul override Controller, Model, Views 21 Nov 2014 10:57 AM (10 years ago)

Yii2 Controllers In Yii2 gibt es die Möglichkeit Module etc. über composer zu installieren. In der Regel werden sowohl alle Composer Yii2 erweiterungen als auch eigens kopierte Yii2 Module im Verzeichnis „vendor“ abgelegt. Ich gehe hier davon aus dass ein … Weiterlesen

The post Yii2 Modul override Controller, Model, Views appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

YII2 Url Generierung 11 Nov 2014 1:33 PM (10 years ago)

Seit nun ein paar Wochen ist jetzt Yii2 schon auf dem Markt. So wird es Zeit dass ich euch von Yii2 meine Erfahrungen zeige. Da ich mir erst einmal einige Gedanken machen musste bis ich die erste Url in Yii2 … Weiterlesen

The post YII2 Url Generierung appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Joomla 3 Form Field aus Datenbank 18 Jan 2014 1:30 AM (11 years ago)

Öfters hat man bei der Entwicklung einer Joomla Komponente das Problem dass man eine Benutzerdefinierte Auswalliste (Select-Box) machen möchte. Das folgende Vorgehen was ich beschreiben werde geht sowohl im Backend als auch im Frontend. Als Basis nehme ich an dass … Weiterlesen

The post Joomla 3 Form Field aus Datenbank appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Datei Upload mit einem Yii Active Record 30 Jun 2013 6:56 AM (12 years ago)

Datei Upload mit einem Yii Active Record   Ein Datei Upload über ein Active Form in Yii zu realisieren, ist gar nicht so schwer, wie man zunächst annimmt. In diesem Artikel möchte ich eine kleine Anleitung bieten, wie man so … Weiterlesen

The post Datei Upload mit einem Yii Active Record appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Yii Bootstrap 24 Jun 2013 12:27 PM (12 years ago)

Das Yii Bootstrap von Christoffer Niska macht es auf einfache Weise möglich, das Twitter Bootstrap in Yii Projekten zu verwenden. Das Twitter Bootstrap ist eine Sammlung von CSS Befehlen, die schon ein recht gutes Layout vorgeben. Es gab eine Zeit … Weiterlesen

The post Yii Bootstrap appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

E-Mails via SMTP mit Yii versenden 19 Jun 2013 4:04 AM (12 years ago)

Wenn ich Mails mit einem System wie Yii versenden möchte, mache ich das nicht mit der PHP-Mail Funktion. Der Aufwand, der betrieben werden muss, um eine Mail mit der PHP Funktion zu versenden, ohne dass diese ein hohes Spam-Rating bekommt, … Weiterlesen

The post E-Mails via SMTP mit Yii versenden appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Yii CGridView Spalte mit CLinkColumn verlinken 16 Jun 2013 1:53 PM (12 years ago)

CLinkColumn erleichtert die Arbeit eine Zelle zu verlinken Im Yii CGridView ist es relativ einfach eine Spalte zu verlinken. Nehmen wir mal als Beispiel an, es gibt eine Spalte in der Lieferanten aufgelistet werden sollen. Viele der Lieferanten besitzen eine … Weiterlesen

The post Yii CGridView Spalte mit CLinkColumn verlinken appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Yii Url beeinflussen 8 Feb 2013 2:08 PM (12 years ago)

Eine Yii Url bearbeiten Ich habe mir heute Gedanken gemacht, wie man bei einem Yii Projekt die URL’s SEO gerecht machen kann. Also quasi Yii Speaking Urls. Jedes Projekt, was einen Vermarktungsweg über Google oder Suchmaschinen im allgemeinen findet, benötigt … Weiterlesen

The post Yii Url beeinflussen appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Das Yii CGridView, wie ich es verwende 25 Jan 2013 12:02 PM (12 years ago)

In diesem Beitrag möchte ich einige Dinge zum Yii CGridView erläutern und meine Erfahrungen mit dem Yii CGridview darstellen. In einigen Fällen gibt es Sonderfälle, wo man kein standardisiertes CGridView möchte. Beispielsweise bei der Auflistung einer URL oder eines E-Mail … Weiterlesen

The post Das Yii CGridView, wie ich es verwende appeared first on Web-Entwicklung live.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?