New WebBlog site.
Dear All,
since April 4th, 2007, my domain name was successfully created. and this blog will closed. some content in this blog was copied to the new location.
for further access, please visit my weblog at here
Thanks….
Perangkat lunak berbasis komunitas ….
Selamat pagi,
Perkembangan teknologi software semakin rame, baik itu perusahaan besar yang merupakan pemain lama, seperti Oracle, IBM, SUN, Novell, ataupun Microsoft kini sedang berlomba melakukan inovasi, sehingga menelorkan produk baru. mungkin juga produk lama dengan penambahan fitur baru.
dilain sisi, perkembangan komunitas pembuat software juga rame. ada yang menyediakan perangkat lunak untuk manajemen LOB, portal, ataupun menyediakan tools mengembangkan software yang sudah ada.
Ambil satu contoh yang bermain di CMS, Drupal, DotNetNuke, Mambo dan masih banyak produk yang lain. Bagaimana dengan Indonesia ?? semoga akan bertambah banayak komunitas-komunitas yang akan membawa produk dengan nuansa indonesia.
Sekarang mari kita lihat dari sudut pandang yang lain. Dalam lingkungan bisnis, teknologi baru bukanlah satu yang menjadi pra-syarat mereka dalam memilih software. banyak pelaku bisnis lebih melihat kepada bagaimana availabitily, reliability, dan support kedepannya. disini peran komunitas akan dipertanyakan. sejauh mana komunitas bisa menjawab tantangan tersebut. memang sih, kita tidak akan tahu berapa lama satu organisasi akan bisa bertahan. benq-siemens, yang notabene gabungan 2 divisi dari 2 perusahaan besar bisa bangkrut. apalagi organisasi yang mempertahankan hidup dari donasi pihak lain.
inilah tantangan pertama yang akan dihadapi komunitas software.
dapatkah mereka melalui tantangan ini?? dan terus menyediakan software open source yang bisa kita dapatkan secara bebas..
maju terus komunitas open source.
How to show weather in Sharepoint…
the great posting found at Sharepoint University Forum
below the step by step to show weather information from weather.com into your sharepoint.
- Sign up for the Weather Channel XML: http://www.weather.com/services/xmloap.html
- Download the SDK. Unzip the “64×64″ and “logos” from the SDK into C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\IMAGES\weather\, in the sharepoint the path is /_layouts/images/weather/
- in your sharepoint web part page, add a XML Web part. copy and paste the xsl below with XSL editor….
<?xml version="1.0" encoding="ISO-8859-1" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" indent="yes" encoding="iso-8859-1" /> <xsl:template match="/weather"> <xsl:variable name="med-img-dir">/_layouts/images/weather/64x64</xsl:variable> <table width="100%"> <tr> <td align="center" colspan="2"> <xsl:variable name="zipcode"> <xsl:value-of select="loc/@id"/> </xsl:variable> <b><a href="http://www.weather.com/weather/local/{$zipcode}"><xsl:value-of select="loc/dnam"></xsl:value-of></a></b> </td> </tr> <tr> <!-- Weather Channel Logo --> <td valign="bottom"> <a href="http://www.weather.com" target="_none"> <img src="/_layouts/images/weather/logos/TWClogo_64px.png" alt="Weather Channel Logo" border="0" /> </a> </td> <!-- Current Weather Conditions --> <td valign="top"> <table width="100%"> <tr> <td valign="middle"> <table width="80%"> <tr> <td> <!-- Weather Conditions Icon --> <xsl:variable name="img-ext">png</xsl:variable> <xsl:variable name="iconnumber"> <xsl:value-of select="cc/icon"></xsl:value-of> </xsl:variable> <img src="{$med-img-dir}/{$iconnumber}.{$img-ext}" alt="{$iconnumber}.{$img-ext}" width="64" height="64" /> </td> <!-- Current Temp --> <td valign="middle"> <span style="font-size:20px;font-weight:bold;"><xsl:value-of select="cc/tmp"></xsl:value-of>�F</span><br/> <xsl:value-of select="cc/t"></xsl:value-of> </td> </tr> </table> </td> </tr> <tr> <td> Feels Like: <xsl:value-of select="cc/flik"></xsl:value-of>�F<br/> Humidity: <xsl:value-of select="cc/hmid"></xsl:value-of>%<br/> Wind: <xsl:value-of select="cc/wind/t"></xsl:value-of> at <xsl:value-of select="cc/wind/s"></xsl:value-of> mph<br/> <input TYPE="TEXT" SIZE="20" VALUE="Enter city/zip" STYLE="font-size:10;" name="where" onFocus="this.value='';" /> <input TYPE="image" src="{$med-img-dir}/transparent_orange_go.gif" alt="transparent_orange_go.gif" onClick="window.open('http://www.weather.com/outlook/travel/local/' + document.getElementById('where').value);" ALIGN="ABSMIDDLE" width="28" height="19" /> </td> </tr> </table> </td> </tr> </table> </xsl:template> </xsl:stylesheet>- replace the bold text with your location code. you can find it in the weather portal. Download the “transparent_orange_go.gif” image at here. Place it in layouts\images\weather\64×64 folder.
- You can download the xsl from the original location, with a little adjustment.
- replace the bold text with your location code. you can find it in the weather portal. Download the “transparent_orange_go.gif” image at here. Place it in layouts\images\weather\64×64 folder.
- In the XML Link, type this link.
- http://xoap.weather.com/weather/local/(your location)?cc=*&prod=xoap&unit=m&par=null&key=(your registration code)
- Apply your xml web part configuration. The weather should displayed correctly.
- CMIIW
Ghosted dan Unghosted Page
ada dua cara untuk me-render halaman .aspx. Ketika ada permintaan utk menampilkan .aspx, sharepoint isapi filter menentukan bagaimana menghandle rendering utk halaman tsb. Apakah di render dengan asp.net atau dengan sharepoint “savemode” parser, yang merupakan parser khusus terdapat di Sharepoint.
Sebagai informasi, semua halaman di Sharepoint disimpan di database. Namun ada satu pengecualian, beberapa halaman .aspx tidak mempunyai konten yang terdapat di database, dan halaman ini mereferensi ke file yang tersimpan di sistem fil pada server. inilah yang disebut “ghosted” page.
contoh ghosted page misalnya default home page, dan semua web part page yang dibuat melalui interface New Web Part Page.
Sedangkan unghosted page adalah jika dokumen tidak mereferensi ke template di sistem file. dan dokumen ini di parsing menggunakan safe mode parser.
Apa perbedaan antara safe mode parser dan asp.net parser??
Informasi, asp.net akan melakukan parsing terhadap halaman pada pertama kali render, kemudian mengkompilenya ke assembly. sedangkan safe mode parser tidak mengkompile halaman. safe mode di desain untuk melakukan interpretasi halaman, kemudian membuat struktur objek pada halaman.
Bisakah ghosted dirubah ke unghosted????
ghosted page akan menjadi unghosted ketika file telah dimodifikasi. jika halaman diupdate dengan frontpage atau sharepoint designer, web folder, atau modifikasi field, otomatis akan menjadi unghosted. semua file .aspx yang diupload secara otomatis menjadi unghosted.
Bisakah unghosted dikembalikan ke ghosted????
tidak bisa. ![]()
Perbedaan yang lain
- safe mode tidak menyediakan fungsi aspCompat.
- safe mode tidak melakukan kompilasi, sehingga semua compilation directives akan diabaikan
Color matching tools for the web
The Color Wizard is a great tools for color matching for anyone who wants to create designs with great looking colors.
The color wizard lets you submit your own base color, and it automatically returns matching colors for the one you selected.
It returns a set of hue, saturation and tint/shade variations of your color, as well as suggests color schemets to you, based on your color’s complementary color, split complementary colors, analogous colors and other variations. The color wizard also has a randomize function that lets you generate color schemes you might not have thought of on your own.
If you not sure the color that you want, find it in this page.
Komentar (5)