May 27
Működőképes magyar nyelvű viszonteladói Websablon-tárházat készítettem a MyTemplateStorage partnerprogram segítségével. A promóciós eszközök támogatása ebben a partner programban rendkívül fejlett, a magas felhasználói szinttől kezdve egészen részletesen a WebAPI specifikációig.
A webdesign mintabolt címe http://webdesign.tevagyasztar.com
May 27
The following simple webmaster trick shows how to change the Apache server configuration through a .htaccess file to use dynamic php pages in .html files. To take the effect, the following .htaccess file should be in the webserver’s DocumentRoot directory.
AddType application/x-httpd-php .php .html
May 16
The default WordPress permalink structure is not very SEO friendly as they looks like some “domain.com/?p=123″ URL format.
From the SEO point of view most likely the “domain.com/postname” alone or the “domain.com/category/postname” URL formats are the best choice.
/%category%/%postname%/
I recently use the “Pretty Permalinks” option which gives the “domain.com/2008/05/16/postname” URL format. I don’t change my site permalink format, because i started the blog with this option for better readability.
May 14
I am interesting in content management and systems used. Nowadays there are lot of web based cms solutions, but only few can satisfy the real professional requirements with top usability. Here is a list of mostly free common web based blogs, wikis or portal systems i experienced with or at least tested. Most of web server programs written in php language and requires MySQL database server to store the data. The installation is easy and only basic level of webmastering knowledge required or supported by your hosting provider.
- WordPress - personal blog with lot of free beautiful CSS themes
- Drupal - enterprise blog with loth of free themes
- SimpleCMS personal blog
- MediaWiki (php+mysql premium Wiki solution)
- MovableType (enterprise community blog, perl)
- ZenCart, osCommerce (Webshop scripts with customizable templates)
- Mambo, Joomla
- phpNuke, phpBB, bbPhorum
- HTML/OS (CDASite, Web publisher system)
- Zope, Plum (Python based portal system)
- Vignette StoryServer (Commercial, Very expensive)
May 14
I decided to recode my previously designed table based template to CSS style.
Keywords: Webpage design, Web 2.0 CSS templates, HTML
Related content at webHauser
May 11
This is an example how to insert a flash video to the post using the WordTube Plugin. First the video must be uploaded or a reference url link must be given to some externally hosted media content. You can modify these settings under the WordPress > Manage > Media Center.
May 02
Az alábbiakban leírom, hogyan sikerült telepítenem a WordPress mostani legfrissebb 2.5-ös verzióját.
- Egy kattintással automatikusan feltelepítettem a kollokációs szerverünkön a standard angol WordPress 2.2.3 verziót.
- Csatlakoztam FTP-vel a webhelyemhez az állományok frissítéséhez (Nekem pl. Windows rendszer alatt a Total Commander a kézenfekvő)
- Letöltöttem a webhelyről a ‘/wp-config.php’ nevű WordPress konfigurációs állományt.
- Letöröltem a webhely teljes eddigi tartalmát. (Csak erős idegzetűeknek)
- Feltöltöttem a magyar WordPress 2.5 friss csomag tartalmát.
- Módosítást végeztem a már előzőleg említett ‘/wp-config.php’ konfigurációs állományban, elmentettem és feltöltöttem, hogy a továbbiakban felismerje a magyar nyelvet.
15. sor==> define (’WPLANG’, ‘hu_HU’);
- Lezárhatjuk az FTP kapcsolatot.
- Ezek után Webböngésző programmal beléptem az adminisztrációs felületre, ahol a WordPress új verziója felajánlotta az adatbázis frissítést.
- Mit tehettem volna, hát elfogadtam. A frissítés lefutott. A WordPress adatbázis sikeresen frissítve! Tovább
- Bejelentkezés a Login oldalon keresztül az új rendszerbe
- A Blog tesztreszabása a beállításokon keresztül (egyedi szövegek, PermaLink, Plug-Ins, Témák és SEO)
- A Blog használata
Referenciák, kapcsolódó hivatkozások:
May 01
This examples about using Apache web server .htaccess files under DocumentRoot directories. Here is the WordPress’s default rewrite rule to use SEO friendly website URLs.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
May 01
The following plugins are good to have and enhances the functionality of the Wordpress blog.
- CAPTCHA plugin (Automatic robot submission blocker, avaliable for WordPress and Drupal)
- Tag Clouds
- WordPress CSS Gallery plugin
- WordPress NGG Gallery plugin
- All In One SEO Plug-In
- WordTube - Embed and play YouTube, Google, etc. video clips and playlists.
- DIVVAFLIP - Nice web gallery extension
Apr 14
Here you can find some of the recent Web gallery standards and examples:
- WordPress CSS Gallery plugin
- WordPress NGG Gallery plugin
- SlimBox Effect
- MediaBox Effect
- Flash Galleries
- MS SilverLight
Recent Comments