Blog by cellphone
Kl 9:05 av Familjen Carlström i WordPress
currently
4,252 views Updated: 2 Sep, 2007
Now you can read all posts by WAP on your cellphone. You can reach the page at:
http://wap.familjencarlstrom.se
/Håkan
.funkyblue { color:#0000AF; }
currently
4,252 views Updated: 2 Sep, 2007
Now you can read all posts by WAP on your cellphone. You can reach the page at:
http://wap.familjencarlstrom.se
/Håkan
currently
4,484 views
New data is converted. Link to post here.
currently
1,807 views Updated: 30 Jul, 2007
I missed a step when uploading the file. It is now available.
I have made a swedish translation of wp-forecast. In the below rar-file you will find the language.php- and wp-forecast-admin.php-files with swedish translations.
currently
1,814 views Updated: 29 Jul, 2007
A minor error in the code made the button to move the plugin to main/submenu to show only pats of the text. Corrected in the downloaded rar-file.
A very good plugin is created which simplifies the work as admin to track and update your plugins. This Plugin compares the version of the plugins in your blog with corresponding plugins version at wp-plugins-db.org Database. Read more at:
http://www.wp-plugins-db.org/wp-plugins-tracker/
I have localized the plugin and created a .pot-file. Swedish translation is also created. This can be downloaded below:
currently
1,782 views Updated: 21 Sep, 2007
I updated the config_form.php to support localization. The postie.pot-file was also updated to support this. Created Swedish po and mo-files. This can be downloaded in the rarfile below:
currently
1,783 views
Codeviewer is updated to version 1.4.3. Downloads at the CodeViewer-post below:
currently
2,151 views Updated: 29 Jul, 2007
I enhanced the WordPress plugin Admin drop menu to support selfmade icons in the menu. You will find the file at Yellowfish.
Post (http://www.yellowswordfish.com/support-forum?forum=6&topic=454&page=1)
currently
4,176 views Updated: 22 Sep, 2007
Here you find a csv to sql-converted file for use with the ip-to-country WordPress-plugin. Right-click the link and choose "Save as target". The file consists of approx 77000 rows which can cause mysql to hang.
You can then split the sql-fil or download the csv-file here and convertingphp-file here. Edit csvimportscript.php and put the correct information in xxUSERNAMExx, xxPASSWORDxx och xxDATABASExx. Upload csvimportscript.php and ip-to-country.csv to your server and run the php-script. Then the table is created and populated.
The csv-information is dated 2007-03-05 2007-07-30.
Csv-data can also be found at:
currently
1,964 views Updated: 29 Jul, 2007
I have created a swedish languagefile fo the useful widget EventCalendar3
The original version is developed by Aaron Schaefer (http://elasticdog.com/) and AJ (http://flash.terra.ee/?p=11). This version is slighly modified by me to be usable with a WUSIWUG-editor.
Code Viewer is a WordPress plugin that pulls source code from an external file and displays it, optionally adding a link to download the code directly. The plugin displays the code with proper indentation, line numbers, and automatic long-line wrapping. The plugin also works well with a WYSIWYG-editor and has GeSHi-support.
When using Code Viewer, you no longer have to worry about typing countless entity references in order to make your code “HTML friendly” or to simulate tabs…it’s all done automatically with PHP and a little CSS. By inserting line numbers on your page, the plugin also eliminates the problem of long, non-breaking lines screwing up your layout. In addition, line numbers make convenient reference points when discussing code samples.
Last, but not least…because you’re pulling the source code from an external file (rather than having it embedded directly in your entry), the same code can be repeated on numerous pages, and you only have to type it in once. This not only saves you time, but when you update the code in the centralized file, all instances of that code will be updated along with it.
MD5 Sum (http://www.download.com/WinMD5Sum/3000-2381_4-10115915.html) let you check that no manipulation is done to the file.
Code Viewer basically searches your entry for a custom tag named [viewcode ] [/viewcode], that tells the server to look at an external file and parse it line-by-line into an ordered list. It can be placed anywhere a block-level tag is valid but the tag must be properly closed.
Note that there should not be a white space character after viewcode and before ]. I have problems to show this tag correctly into this post without showing everything as code!
To better illustrate its usage, the tag used in this entry (to show the codeviewer.css listing above) was:[viewcode ] src=codeviewer.css geshi=css[/viewcode]
/***************************************
* This file shall be put into the directory* wp-content/plugins/code-viewer* Created by Håkan Carlström* www.familjencarlstrom.se***************************************/ol.codelist{border:1px solid #303130;background-color:#FEFEFE;font-size:13px;font-family:'Courier New',Courier,monospace;}ol.codelist li.even{background-color: #aebbc6;}ol.codelist li.odd{}ol.codelist li.tab0 { padding-left: 2px; }ol.codelist li.tab1 { padding-left: 26px; }ol.codelist li.tab2 { padding-left: 50px; }ol.codelist li.tab3 { padding-left: 74px; }ol.codelist li.tab4 { padding-left: 98px; }ol.codelist li.tab5 { padding-left: 122px; }ol.codelist li.tab6 { padding-left: 146px; }ol.codelist li.tab7 { padding-left: 170px; }ol.codelist li code { color: 222; }ol.codelist div {margin: 0;padding: 1px 2px;}ol.codelist div.tab0 { padding-left: 2px; }ol.codelist div.tab1 { padding-left: 26px; }ol.codelist div.tab2 { padding-left: 50px; }ol.codelist div.tab3 { padding-left: 74px; }ol.codelist div.tab4 { padding-left: 98px; }ol.codelist div.tab5 { padding-left: 122px; }ol.codelist div.tab6 { padding-left: 146px; }ol.codelist div.tab7 { padding-left: 170px; }ol.codelist li.sourcelink {color: 000;font: 115% Georgia, "Times New Roman", Times, serif;list-style: none;margin-left: -32px;padding-top: .85em;text-align: center;}ol.warning{}
This CSS-file is included in the above rar-file of CodeViewer.
[viewcode ] src="URL" link=display lines=visible scroll=display scrollheight=height showsyntax=display geshi=language[/viewcode]
URL attribute is required.
link attribute is optional.
yes), or not be displayed (no). If the link attribute is left out of the tag completely, the value defaults to no.lines attribute is optional.
scroll attribute is optional.
yes), or not be displayed (no). If the scroll attribute is left out of the tag completely, the value defaults to no.scrollheight attribute is optional.
showsyntax attribute is optional.
yes), or not be displayed (no). If the showsyntax attribute is left out of the tag completely, the value defaults to no.geshi attribute is optional.
All attribute values can be surrounded with double quotes (") or single quotes(').
Here are some examples of valid syntax recognized by Code Viewer.
Note that all of these examples point to the same file (assuming the $default_path variable is set to "http://www.familjencarlstrom.se/WordPress/Mods/"):
[viewcode ] src=http://www.familjencarlstrom.se/WordPress/Mods/codeviewer/codeviewer.css link=yes[/viewcode]
[viewcode ] src="http://www.familjencarlstrom.se/WordPress/Mods/codeviewer/codeviewer.css"[/viewcode]
[viewcode ] src="codeviewer/codeviewer.css" lines=1-30 scroll=yes scrollheight=200px [/viewcode]
[viewcode ] src="codeviewer/codeviewer.css" lines=1-5,10-15 showsyntax=no [/viewcode]
[viewcode ] src=codeviewer/codeviewer.css[/viewcode]
[viewcode ] src=codeviewer/codeviewer.css geshi=css[/viewcode]
The above examples is verified working 2007-07-17. Make sure the WYSIWYG-editor dont add links (which is the usual) to the http://-argument when using absolute path.
By others
The original version is developed by Aaron Schaefer (http://elasticdog.com/) and AJ (http://flash.terra.ee/?p=11). This version is slighly modified by me to be usable with a WUSIWUG-editor.
Code Viewer is licensed under the GPL v2.