Current project

SQL 2005 Express, where is the DTS wizards?

0

Hmm, was looking up and down for the DTS wizards in the SQL Express Management Studios to transfer data to another test database. Hold and behold, there is actually DTS Wizards hidden in the SQL Express installation folder. Found it here: C:\Program Files\Microsoft SQL Server\90\DTS\Binn. Works like wonders.

My First Flash Banner Yeah…

0

[kml_flashembed movie="flash/myBanner.swf" width="468" height="60" /]
My first flash. Having difficulties to display it now at the moment.

Wow after changing some script, now its working properly.

downloaded the swfobject from :
http://blog.deconcept.com/swfobject/#howitworks

and install the flash plugin for wordpress Kimili Flash Embed
and made some changes to suits the new swfobject.js and now its working.

What i changes in the kml_flashembed.php script:
at the function kml_build_fo_script($atts)

replace this line
$out[] = ‘ var flashObject = new FlashObject(“‘ . $movie . ‘”,”‘ . $id . ‘”,”‘ . $width . ‘”,”‘ . $height . ‘”,”‘ . $fversion . ‘”,”‘ . $bgcolor . ‘”,’ . $useexpressinstall . ‘,”‘ . $quality . ‘”,”‘ . $xiredirecturl . ‘”,”‘ . $redirecturl . ‘”‘ . $detectKey . ‘);’;

with this
$out[] = ‘ var flashObject = new SWFObject(“‘ . $movie . ‘”, “‘ . $id . ‘”, “‘ . $width . ‘”, “‘ . $height . ‘”, “‘ . $fversion . ‘”, “‘ . $bgcolor . ‘”);’;

and

at the function kml_add_flashobject_js()
replace this
plugins/kml_flashembed.php?flashobject.js
to this
plugins/swfobject.js

Modified Flickr Photo Album

0

Yeah, at last my modified flick photo album is almost done. Thanks to the flick api services and the php manual. Very challenging yet satisfying.

I will further improve the modified album and do some documentation to ease the customization process. Once this done, it will be available for downloading.

You can check it out now at my photo page. Yeah can see my web blog is growing and progressing. Great….

Flickr Photo Album

0

Last few days, just tried to integrate the flickrviewer by mark sweeting to my web blog. Very interesting, and well coded in php. But i am not satisfied because the viewer only allowed to extract photos from 1 photosets of my flickr account.

To solve my problem, I am thinking of reviewing and improve the source code. Not really good in PHP but trying to improve the code. he2. Currently the project is in progress. The flickr api services is amazing, we can do almost everything with our own flickr account.

Once I am done, I will make it available in download page. Ya you must be asking where is the download page. ha2, yes once i am done I will create dowload page and you will able to download it and install in your server too.

Stay tuned.

Go to Top