Auto Shorten dynamic URL by javascript

Live Demo Thinking of using bit.ly Url Shortening service in your site? You can use a simple javascript code in any page of your site, specially if it is a dynamic page. For example, look at a dynamic page of my online code compiling site: The link of a dynamic page is somewhat this: http://shafiul.progmaatic.com/hostcode/compiled.php?i=wRZWM&c=252&ext=11 […]

PHP Auto Sitemap Submit Script for Google Bing Yahoo or Other Search Engines

Sitemaps are useful to tell search engines about different pages of your website. Once you submit a sitemap to a search engine, they can crawl all the links which you provided in your sitemap. So generating a sitemap for your website is very important. If you don’t have a sitemap for your site, create one […]

Online Code Compile, Sharing Site – Host, Compile & Download your Codes

Say hello to… HostCode.SF.net Whoa! At long last, I’ve finished my Code Sharing/Download/Hosting Project! And with bonus -  with the features to Compile & Execute your codes! Yummy, huh? Yes, I was looking for a online code storage so that I can demostrate my codes to others, with perfect syntax highlighting, direct one click download […]

Bangla/Bengali Web File Manager by PHP বাংলা ফাইল ম্যানেজার

Hello, everybody! Today I’m going to share one of my little but proud contributions to the Bengali language – A Complete Bangla File Manager written in PHP. No, I didn’t write the core file manager script, as there are plenty of scripts available written by professional coders. So I chose File Thingie, a singe-file open […]

Free PHP FTP Uploader Script

As many of you already know, & rest will be known by the end of the post that you can make FTP connections and actions by PHP, we can create a simple one-page FTP based File Uploader running in PHP Well, are you wondering, what’s the need of this heck when we can already upload […]