Archive

Archive for the ‘me’ Category

What a shame

January 31st, 2010 Jigish Thakar 3 comments

yes this is what I was thinking Saturday (30-jan-2010) morning, “what a shame”. I was travelling in some train from dombivli to dadar. There is one group which daily travels with same train, same compartment and if possible same seats. This group has few well educated Looking guys (I think they just look educated).   Daily when kalwa station comes they start abusing one mentally challenged person… who waits for his train towards kalyan on same time on the paltform opposite to the my train’s platform. I have never seen this mentally challenged person, but his screams. Makes me feel sorry for him. And this educated looking looser keeps abusing him and keeps laughing. And from rest of the people from same train either they join this looser’s or laughs on this or some as********* like me keeps mum.

First I thought of making them understand and make them realize what ever they are doing is wrong. And no one has right to play with anyone’s emotion like this. But i m sure my age and their ego will never let them understand.

Then i thought of taking some legal action against them, but i have seen just a 2 3 guys doing this activity and what if there are more… and what legal action I will take against them? This is not crime but they have forgot their duties. This doesn’t mean they are bad guys… If they will ever have anyone with same situation in their family or friends I m sure they will take proper care of that person.

This people will cry while watching movies like tare zameen pe, but they don’t learn anything from this kind of movie. It’s a shame.

Here we need to spread awareness that this is not right. You are living normally with no mentally or physically issues that doesn’t mean u have won the world and all other challenged guys are not your slave / looser and u r not powerful.

When some Pakistani army soldier kills our Indian solider we feel pain.. Which we must feel. But in this case we are killing our Indian everyday just for fun. One day either that mentally challenged guy will kill himself or start killing others.

Let’s try to stop this, let’s take some initiative, let’s make our country a better place to live with better people.

Guys please give me some solution on this.. i don’t want this guy to sufer more

FYI:

this train starts from kalyan to cst. its time on dombilvali is 8:29 am. this group seats on first “First class” from cst. between 2nd and 3rd door on west side window.

For any information u can contact me on jigishthakar@gmail.com

Twitter like loading (Load More)

December 3rd, 2009 Jigish Thakar No comments

twitter t 300x249 Twitter like loading (Load More)

basically this is the most simplest way to load data in twitter way (Load more). for this i have not used jquery, mootools or any other fancy javascript framework. to use this you need very basic knowledge of javascript along with little ajax & php that’s it, so here we start

step 1: you html base

again i have kept this very simple.. just one div where you want to show your twitts. now heart of this code will be your javascript functions here we will use 2 javascript functions one to send request (AJAX) and another one to load your resulting twitts… also i have used 1 javascript variables to trace my twitts (pages)


i.e.

var page = 1;

lets start with first function

function getData(){

	document.getElementById("div-Loading").className = "show";
	document.getElementById("div-button").className = "hide";
	remoteCall("php/ajax.php","page="+page,"loadData");
}

below two lines are just hide the load more button and show loading image.

	document.getElementById("div-Loading").className = "show";
	document.getElementById("div-button").className = "hide";

and this are simple Stylesheet classes to show and hide the content. Read more…

how to use generated slug (using .htaccess)

November 27th, 2009 Jigish Thakar 2 comments
illu htaccess1 how to use generated slug (using .htaccess)

As one of my friend & reader asked question on one of my post PHP: Generate Slug,

The BookWorm: Does google read it in the new fashion then? Or the old fashioned way as a regular query string?

Lemme know this, coz I need to kinda implement this on my site too
Also, when it converts it into the new url, can I still access them via $_GET[]?

so the answer is that function was just to generate the slug but not seo friendly URL, and now here we will talk about how to use it for SEO friendly Urls.

first consider you have one social networking site with name “technoreaders.com”
and you have many modules in it e.g. blogs, forums, groups, messaging… etc Read more…

Get your iTunes Store Account w/o creditcard

September 13th, 2009 Jigish Thakar 1 comment

not all of us get the correct way to create free iTunes store Account that too without credit card details in first attempt.

So this post is for those who want to create iTunes store account without credit card details. So it’s very simple procedure of few steps

  • Open your itues (if you don’t have iTunes then download from here).
  • Go to store home
  • select any free application
  • select option “GET APP” , on application page

    untitled 300x187 Get your iTunes Store Account w/o creditcard
  • now itues ll display the welcome page, press option continue

    untitled2 300x187 Get your iTunes Store Account w/o creditcard
  • then accpet the terms and condition, and press continue

    untitled3 300x187 Get your iTunes Store Account w/o creditcard
  • here you need to fill up your account credentials with question, answer to retrive the password in future

    untitled31 300x187 Get your iTunes Store Account w/o creditcard
  • and this is the final step here you need to select last method “none”, and fill up rest stuff

    untitled4 300x187 Get your iTunes Store Account w/o creditcard

and here you are done with creating your apple itues store account without credit card details.

so guys enjoy all free application…

My first jailbreak

September 8th, 2009 Jigish Thakar 1 comment
iphone jailbreak My first jailbreak

So finally today is a day to jailbreak my apple itouch 2g. It comes with OS 2.0 and few bugs and missing features

Let’s first talk about bugs which I faced. On the very first day i installed few application ( luckily free ) and very next day when I sync my device all my application stops working and that was the most annoying thing I ever faced on itouch. To resolve this surf through sites but ain’t found any solution to this.

Missing features
One of the biggest missing feature was copy past, I have habit of writing my post in notepad and then copy it and mail it to me because I am not interested in using direct mail feature

Another big missing feature is bluetooth
Even though your itouch hardware is equipped with bluetooth hardware u can not use it because of no software support.

Hence it was worth to move to next version of it’s software/ os. Here i am not gonna mention all the steps to jailbreak, because its of no use to mention the stuff which are already available at many site. i ll just point you to right direction

just remember one stuff don’t upgrade your itouch/iphone to OS 3.1 because as per my knowledge still its jailbreak is not available

from here can download right firmware for your iTouch/iPhone, and guide how to jailbreak is here.

have fun with jailbreaked iPhone/iTouch…