I have been asked by my team to have a very quick an online survey base on current deployment of the web page(Joomla base website). Before all, I have known that there have hug components development in Joomla which some are commercial and some are open to public used. Finally I come across ckform which seems fulfill my need and also free for public used. They have develop and fully documented. You can download the components, modules, and plugin from their original website or used as my link. 1. CKForms component 1.3.5 (build 1) 2. CKForms plug-in 1.3.4 (build 1) 3. CKForms Data plug-in 1.3.4 (build 1) 4. CKForms module 1.3.4 (build 1) 5. Manual 1.3.4 (English)
By default lotus note client 8.5.2 defined 2 modes of display for unread mail (File > Preferences... > Fonts and Colors ) in unread mail indication are Bold Black Text , and Plain Red text. You can just switch between these two mode. How could we set it in to bold with red or any other color?
I know that some of you might want to do like me, export database diagram to be executed in other server. This case would meet when we want to have a very blank database but remain all database schema of an existing database one. Normally we can do a back up then restore it as a new name then run the script to truncate all data in every tables but it will be difficult if it was build with diagram. I have found on the net the sample on SQL Server 2000 and also 2005. It is a very helpfull for my case as I need to re-create database schemas on my new blank database. 1. SQL 2000 There have 2 store procedures and a function is needed ufn_VarbinaryToVarcharHex CREATE FUNCTION dbo.ufn_VarbinaryToVarcharHex (@VarbinaryValue varbinary(4000)) RETURNS Varchar(8000) AS BEGIN Declare @NumberOfBytes Int Declare @LeftByte Int Declare @RightByte Int SET @NumberOfBytes = datalength(@VarbinaryValue) IF (@NumberOfBytes > 4) RETURN Payment.dbo.ufn_VarbinaryToVarc...
Comments
Post a Comment