Ghostly Afterimage
Tuesday, April 26th, 2005 at 3:30 pm in Cool StuffKeep looking at the mouth of the ghost for 20 seconds and then look at the gate. A spooky afterimage of the ghost will appear there. ![]()
Continue reading
Keep looking at the mouth of the ghost for 20 seconds and then look at the gate. A spooky afterimage of the ghost will appear there. ![]()
Continue reading
It’s very hard to believe
, but the squares A and B are the same shade of gray. Even when you know it’s true you’ll still have trouble believing it. ![]()
Continue reading
If you want to add a flash into your posts, download this flashinator and throw the flashinator.php into the plugin folder and activate! Is that simple
When you want to embed the swf into the post, just use this tag
eg. replace
%filename% =http://www.kahsoon.com/blablabla.swf
%width =200
%height% =80
Million thanks to LiewCF for this wonderful script!!!
Making your archive with post counter in wordpress 1.5 is relatively simple. Just go to your theme folder and find the sidebar.php and look for:
and replace it with
So easy
If you want to create a new custom page in wordpress which use back the current theme. Go to wp-content > themes > your-current-theme-folder and copy all the files in the folder. Create a new folder in the root directory and paste all the files into the folder. Name it as what you want the page to be(eg. links) Then go to index.php in the folder and insert this on top of the file:
The path depends on where your wp-blog-header.php is located.
Next is to customize the content for the page. Open index.php again and look for:
Remove everything in the bla bla bla and replace with your own stuff. If you want to keep the sidebar and footer then do not remove < ?php get_sidebar(); ?> or < ?php get_footer(); ?> If you do not want to keep them then remove this two code.
To see your new custom page, go to http://your-domain/your-foldername
In my case it will be http://www.kahsoon.com/links
Enjoy your new custom page
The day before yesterday i only slept 2 hours because of integrating Coppermine gallery into my wordpress blog. At first i thought it would be as easy as integrating Gallery 1.5 into wp by ripping out the header and footer stuff but im wrong...integrating Coppermine gallery is not as easy as it may seem to be because i read from alot of tutorials and forums, all of them say Coppermine is not built to be integrated into another script because it will cause alot of conflict. All of them suggest to mimic the design of the blog and make it a standalone gallery. So while looking for the best solution, i stumbled into this forum where it introduce a coppermine kubrick theme!
Continue reading