Harsh J

Memoirs of a QWERTY Keyboard

Archive for the ‘Blog’ Category

1000 minus 900

10 comments

Firstly, thanks to all commenters for their continued hitting of the submit button. And even more wishes to my friends without whose support I wouldn’t have felt writing here!

This’s a nice time its come. My 100th post. Anyways, not that numbers count, but here’s some statistics my site’s been recording. ;)

Statistics of my blog. Just before I hit Publish for this post.

Those stats of total visits’ count began on 13th March, thanks to Firestats. :)

And of course, thanks to Akismet for their continued and better-every-day fight against blog spam!

Of course, WordPress, without which I wouldn’t have existed.

Edit:

OMFG

OMFG

Written by Harsh

April 3rd, 2007 at 4:56 pm

Posted in Blog,Personal

New look!

16 comments

Firstly,

Happy Birthday to Wendy!

Secondly,

Happy April Fools Day!

(P.s. am just showing off… read on.)

Read the rest of this entry »

Written by Harsh

April 1st, 2007 at 12:01 am

Posted in Blog,Fun,Personal

Tagged with ,

Changed my feeds to FeedBurner

4 comments

Mostly all readers should update the link themselves, but just in case they dont, just add this link:

http://feeds.feedburner.com/HarshJ

and for comments,

http://feeds.feedburner.com/CommentsForHarshJ

Written by Harsh

March 28th, 2007 at 4:24 am

Posted in Blog,Personal

Setup WordPress locally

20 comments

Most of you perhaps already know this but still, here we go:

For Windows:

  1. Download XAMPP Lite (A Combo of MySQL, Apache Web Server and PHP5)
  2. Download WordPress 2
  3. Extract XAMPP Lite’s 7z Self-Extractor in a convenient location like, C:/xampp for example.
  4. Enter the C:/xampp or the location of extraction you provided and run the setup_xampp.bat in it to set XAMPP up.
  5. Start the xampp-control.exe executable program and click the Start buttons next to MySQL and Apache options. Now click the tray icon that appears and the Control Panel disappears to that place.
  6. Now test your local server, go to http://localhost/xampp/splash.php
  7. Choose your language there, and in the following panel, look at the left middle bottom to see a “phpMyAdmin”. Open it.
  8. In Create New Database put in a name, (I chose wordpress) and select the encoding as utf8_unicode_ci (optional).
  9. Extract the WordPress.zip to any location of your choice. I chose C:/wordpress
  10. Open the folder you just extracted it in (C:/wordpress here).
  11. Rename the wp-config-sample.php to wp-config.php. Open the thus renamed file.
  12. In the top part, where you see stuff like define('DB_NAME', 'wordpress'); // The name of the database Put DB_NAME as wordpress (or the name of the database you created)
  13. Put DB_USER as root.
  14. Make the DB_PASSWORD like look like define('DB_PASSWORD', ''); // ...and password Notice the blank quotes instead of it being filled.
  15. Thats it. Now move your C:/wordpress (or whatever your folder name is), into the C:/xampp (or wherever its location is) and then into the htdocs folder inside. Hit http://localhost/wordpress to see your blog in action. Happy breaking.


Written by Harsh

March 6th, 2007 at 10:13 am

Posted in Blog,Software

Tagged with ,

Random WordPress Themes

9 comments

Below I’ve reviewed a few themes I found while browsing the Codex and other theme sites.

Vistered Little

Vistered Little : You must have seen this theme in action at quite a few places. Looks real good but for a narrow reading area and slow loading of the post backgrounds and borders which hampers quick readablity.

Read the rest of this entry »

Written by Harsh

March 5th, 2007 at 8:16 am

Posted in Blog

Tagged with , , ,