Of course google analytics help provide the basic information about this issue. Few days back I got the same issue. For me it had taken 15 days to track the issue and I lost 15 days reports for my blog. So I will explain the scenario, it will help for some one having the same issue.
Suddenly one day my analytics reports not updating for my blog eventhough some one visiting my blog everyday. I don't know the reason why this happening . I remembered that 4 days back i applied for Ad-sense account, google rejected my request with reason Unacceptable site content, So I am in the mode of due to google rejected my ad-sense req my blog also blocked. With enormous googling one fine day i came to know that this is not the issue with ad-sense rejected. At the same time i got one clue. If you change blog theme then tracking code and site verifications codes(webmsters meta tag) will disappear.
ohhh.. shit i did the same (theme changed at the time of req for adsense account)
then I checked 2 things :
1. Check blog verification in webmaster account for this blog --- its giving no meta tag found error, then i checked my blog HTML to find the meta tag(My blog verified thru meta-tag) I did not find the meta tag in my blog HTML.
2. Check the analytics tracking code in my blog HTML -- I did not found the tracking code also.
Immediately after these two checks i realized that due to blog theme changes my analytics reports not updating. I copied meta-tag and verifications code to my blog and waited 24 hrs to see effect ... wowww ...this morning i saw my analytics reports updating normally ...
Hope this will help u..
Friday, February 26, 2010
Thursday, February 25, 2010
Congrats Sachin ...
Master blaster created a new record with his un-beaten performance in GWALIOR ODI. He made ODI history with the first double century in the 39-year history of international cricket. Ofcourse Indial won the tri-series with SA in INDIA tour. Now India holding 2nd position in ODI's ranking. Once again Congrats Sachin ....
Wednesday, February 24, 2010
Keep one copy of InputStream -- JAVA
Due to restriction in java we can't keep InputSream as copy for further use. We can read stream only one time. There is a possibility to re-use input stream by converting it into string.
First convert the InputSream into string and use this string for multiple purposes. Whenever you want to re-use input stream convert string to stream and use it.
Procedure to convert InputStream into String:
Assume you have a InputStream.
BufferedReader reader = new BufferedReader(new InputStreamReader(inStream));
StringBuilder sb = new StringBuilder();
String line = null;
while ((line = reader.readLine()) != null) {
sb.append(line + "\n");
}
String reqStr = sb.toString();
//Now If u want to use insput stream convert string to stream
inStream = new ByteArrayInputStream(reqStr.getBytes("UTF-8"));
First convert the InputSream into string and use this string for multiple purposes. Whenever you want to re-use input stream convert string to stream and use it.
Procedure to convert InputStream into String:
Assume you have a InputStream.
BufferedReader reader = new BufferedReader(new InputStreamReader(inStream));
StringBuilder sb = new StringBuilder();
String line = null;
while ((line = reader.readLine()) != null) {
sb.append(line + "\n");
}
String reqStr = sb.toString();
//Now If u want to use insput stream convert string to stream
inStream = new ByteArrayInputStream(reqStr.getBytes("UTF-8"));
Monday, February 15, 2010
Kalyan's Biryani .... new flavour introduced in HYD..
We celebrated this Sunday in a special way .. Of course this is not the celebration, its more like spent the day with non-routine things... Actually before last night I unexpectedly went to Kalyan's room and slept thr. Yesterday morning i am in hurry to go to my room, at the same time kalyan asked me 'Why don't we invite our batch to room for a lunch??' Wow .... good idea, I accepted kalyan's wish ...
I went to my room quickly(5km far from kalyan's room) on balu's bike and finished some personal work and returned to kalyan's room with venki @ 12.30 noon.Mean time kalyan gathered some tips regarding Veg-biryani contents and making process. balu and shiva are already in kalyan's room, so we invited sreekanth to join. Kalyan prepared lunch with veg-biryani, butter chicken, rytha and veg-starters(Vegetable Spring Rolls). I will update photos soon ..
At last we had a good tasty meal in kalyan's room. kalyan did a fantastic job ... this is first time for kalyan preparing biryani, we just helped a little bit, All the credit goes to KALYAN only....... Thanks buddy...
I went to my room quickly(5km far from kalyan's room) on balu's bike and finished some personal work and returned to kalyan's room with venki @ 12.30 noon.Mean time kalyan gathered some tips regarding Veg-biryani contents and making process. balu and shiva are already in kalyan's room, so we invited sreekanth to join. Kalyan prepared lunch with veg-biryani, butter chicken, rytha and veg-starters(Vegetable Spring Rolls). I will update photos soon ..
At last we had a good tasty meal in kalyan's room. kalyan did a fantastic job ... this is first time for kalyan preparing biryani, we just helped a little bit, All the credit goes to KALYAN only....... Thanks buddy...
Thursday, February 11, 2010
Disk recovery tool
Are you searching for disk recovery tool for windows, linux, mac?? Just check it out Stellar data recovery . I too dont know much about this tool. Please go thru this and try it out. Best of luck ...
Subscribe to:
Comments (Atom)