Posted by Suhas on July 18, 2010 ·
Finally, completed writing my first web app. Presenting Tweet Random! As the title suggests, it will help you tweet random stuff from your RSS / Atom feed. It is almost in Beta (Betaish?). Anyways, here’s the list of features:
1) Complete WordPress and Blogger support. Check out the help section for more info.
2) Can track your links using Bit.ly API key.
3) That’s it, what else do you expect?
Will [...]
Posted by Suhas on September 7, 2009 ·
Many of us start blogging with either minimum or no investment initially. As a matter of fact even sites like Google had the same plan! Basically to create a website, you need 1) Web-hosting service
I recommend X10hosting. 250 MB hosting bandwidth, but you will have to login to their forums every two week. That’s not much to ask for a fabulous service, in my opinion. Here are other [...]
Posted by Suhas on August 21, 2009 ·
People want to contact us, but we don’t want to give our email address fearing spam. Email forms is just the thing we need.
The easiest way to make these forms is Email me form (HTML, PHP form):
No Programming required (Many don’t)
Works everywhere – People on blogger who don’t have any kind of hosting service can use this.
Stops Spam with CAPTCHA (The primary reason to make email forms) [...]
Posted by Suhas on August 16, 2009 ·
We might be killing our time answering people on Yahoo Answers, but it gives us the sense of satisfaction nothing else. As we are helping people, why don’t we promote a website in the process.
Preparing:
1) Download Auto Fill Firefox Add-on (Firefox needed) and install it
2) Restart your Browser.
3) Click on the Arrow beside the pencil.
4) Click on Settings.
5) Click on the Main Tab and fill the [...]
Posted by Suhas on July 6, 2009 ·
If you want to add HTML code (Viewable) into your blogger post. You can use this simple site where you can convert your HTML code that is ‘paste’able on your blogger post.
Posted by Suhas on July 6, 2009 ·
When you move to a new domain, there are many ways to redirect your readers to the new domain.
For Blogger Users: This can be placed on the sidebar.
1) Redirecting Stealthy
The visitor wont even know that he/she has been redirected.
<html>
<script>
location = "http://suhastech.com";
</script>
</html>
1) Redirecting with an alert
The visitor would redirected with an [...]