Monday, July 31, 2006

Blogspot blackout in India

 

Blogspot blackout in India

Two sources, one inside the Government of India and the other kind of inside/outside have confirmed to the Mutiny, that ISPs are being instructed to 'control' access to blogspot. It seems that some blogs are being used by some terror units (read SIMI) to communicate.

There is a crack down in place. IP numbers are being physically located and identified. All should come back to normal once this operation is over. There is no ban in place. Livejournal and Wordpress have been spared. No reason given.

Read more at http://mutiny.wordpress.com/2006/07/17/blog-blackout/.

However you can view the blogspot blogs using PK blogs

You can view the blogspot like this for eg. http://pkblogs.com/hetwaghela, my blogspot address is http://hetwaghela.blogspot.com so either one will definitely work. So can see other blogspot like this http://pkblogs.com/*replace with blogspotid*

So happy blogging!!!

--
Regards,
Het Waghela,
http://hetwaghela.blogspot.com,
http://tekknow.blogspot.com (The Technology Blog)
I can't understand why people are frightened of new ideas. I'm frightened of the old ones.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "itsdifferent" group.
To post to this group, send email to itsdifferent@googlegroups.com
To unsubscribe from this group, send email to itsdifferent-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/itsdifferent
-~----------~----~----~----~------~----~------~--~---

Thursday, July 27, 2006

[itsdifferent] .net 2.0 ... Help me out..urgent

Dear friends,

In my current project I am using the CustomCollections with the help of BindingList<T> generic class to store the database records instead using DataSet objects as offline database identities.

Now I do have a large number of property classes each having a large number of properties in it.

I want to implement the INotifyPropertyChanged interface in every property class as follows:

The purpose to implement the INotifyPropertyChanged interface is I want to inform the UI whenever any property change occurs and update the it accodingly. Also I need to inform the ListChanged event of the my BindingList<T> collection object using the PropertyChangedEvent of INotifyPropertyChanged interface. I know that the PropertyChangedEvent automatically raises the ListChanged event of the BindingList<T> object.

I want to maintain a flag whose value will be false whenever the collection gets changed means any property value of any item in the collection gets changed.

My code is like below:


 public class Customer :INotifyPropertyChanged
    {
           
        private int number;
      
        public int Number
        {
            get { return number; }
            set { number = value;if(value!=number) OnPropertyChanged("Number"); }
        }

        private string name;

        public string Name
        {
            get { return name; }
            set { name = value;if(value != name) OnPropertyChanged("Name"); }
        }

  public event PropertyChangedEventHandler PropertyChanged;

        private void OnPropertyChanged(string propertyName)
        {
            if (PropertyChanged != null)
                PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
        }
}

Now what if my class has 100 properties then....

Is there any way out so I dont need to write the same code like below again and again in each property's set method:

if(value != name) OnPropertyChanged("Name");

I dont want to write the above line for every property.

So is it possible to do this using Reflection and subscribe for the event PropertyChanged for every property in the class in a single code block..

I have seen such a code months ago on any website but can't recall it right now as that time I was not so serious and not knowing I might have to implement this in future:)

Suggest me how to do this and put the code snippet if possible.

THANKS in ADVANCE.

Regards,
Hardeek Thakkar

__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
SPONSORED LINKS
Yahoo! Mail

You're invited!

Try the all-new

Yahoo! Mail Beta

Search Ads

Get new customers.

List your web site

in Yahoo! Search.

Y! Messenger

Make free calls

Call PC-to-PC

worldwide- free!

.

__,_._,___

[itsdifferent] How can I read the Title and the other properties in php

hi all differents,

How can I read the Title and the other properties (all the properties under the Summary tab of the file properties)  of a file in php

i m able to read the properties of PDF files
i want to read properties for dwg and all other files

thanks



Chauhan Yatin
+91-(9824)-228276
 


Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.

__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
SPONSORED LINKS
Ads on Yahoo!

Learn more now.

Reach customers

searching for you.

Yahoo! Mail

Get it all!

With the all-new

Yahoo! Mail Beta

Y! Messenger

Quick file sharing

Send up to 1GB of

files in an IM.

.

__,_._,___

Saturday, July 22, 2006

Get the yahoo + msn messenger in one

 
Yahoo! & Microsoft have joined forces .. and they are here with beta of their messenger version.
 
http://in.messenger.yahoo.com/partners_msn.php

--
Regards,
Het Waghela,
http://hetwaghela.blogspot.com ,
http://tekknow.blogspot.com (The Technology Blog)
I can't understand why people are frightened of new ideas. I'm frightened of the old ones.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "itsdifferent" group.
To post to this group, send email to itsdifferent@googlegroups.com
To unsubscribe from this group, send email to itsdifferent-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/itsdifferent
-~----------~----~----~----~------~----~------~--~---

Wednesday, July 19, 2006

[itsdifferent] need help

hi guys,
 
frustated with this Trojan Horse Downloader.Generic.HGT.  It is very nasty trojan. I tried to remove by using different tools but again i am on the same track.
 
Let me explain about this.
 
1> Whenever i get connected to internet, it will download VB exe files and many more on the C drive like keyboard22.exe,newname22.exe,dr.exe etc
2> When i checked my registry i found above exe in RUN keys...
3> When I checked my task manager ... I found project1 a VB application is running and in processes diff..like dr.exe are running
4> it start downloading as my NIC cards shows lots of packets ...although i haven't opened a single webpage.
 
It really sucked me...
 
Then i installed AVG 7.1 antivirus. AVG detected the virus and removed but again after some time same files and same processes. Then i tried manually to remove some files which looks weared got success for liitle time but after 1 hour again the same things. also with this some adware or malware got instlled on my PC which continuously pops up the ads which again sucks me.
 
I removed spywares using Spyware doctor. but again and again same spyware and trojan got installed on my PC.
 
 
Then i searched on the internet about this. I found some tools like
1> Look2Me-Destroyer.exe
2> AlcanShorty
 
I used it. It removed the files. Waw after one reboot every things get cleared ...
 
I was really scared to start my internet connection as i was worried about ...if it comes back.
 
I started the internet connection... everything was working fine. For 20 minutes to 40 i haven't found any files or spywares.
 
But after that again the Trojan Horse Downloader.Generic.HGT comes back with same things and same popups...
 
i tried 4-5 times to clean using above mentioned tools but no success...
 
Plz somebody help me to get out of this ........
 
these are links for more info


Subscribe to jamnagar.tk 
 


Sneak preview the all-new Yahoo.com. It's not radically different. Just radically better.

__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
.

__,_._,___

[itsdifferent] India bans blogs and websites, democracy lost online, my blog in mumbai mirror

Hi,
Indian government banned many websites to be displayed to Indian users. We are following China here also. I wrote an article on it in my blog and it was selected by Mumbai Mirror newspaper online
http://www.mumbaimirror.com/nmirror/mmpaper.asp?sectid=14&articleid=71920062158506877192006215833921
Here, in the article first blog link is mine:
 

I think we should be vocal about freedom online.
 
 
 
 
 
Thanks,

 

Ravi Kamdar
My Blog | Know Me

Tring Tring | SMS: (+91) 94264 02423
 








 

__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
.

__,_._,___

Sign the Petition for Mumbai

 
Hi all,
 
Please sign this petition and have your say for people of mumbai who are time and again suffering from such incident and government comes up with scape-goat saying "Spirit of Mumbai" and such pathetic slogans.
 
For every sign, Re 1 will be contributed to the victims.
 
So go ahead,,,

--
Regards,
Het Waghela,
http://hetwaghela.blogspot.com,
http://tekknow.blogspot.com (The Technology Blog)
I can't understand why people are frightened of new ideas. I'm frightened of the old ones.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "itsdifferent" group.
To post to this group, send email to itsdifferent@googlegroups.com
To unsubscribe from this group, send email to itsdifferent-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/itsdifferent
-~----------~----~----~----~------~----~------~--~---

Thursday, July 13, 2006

Yahoo, Microsoft tie message knot

Hi all,
 
Users of the Yahoo and Microsoft instant messaging programs can now contact each other directly.
 

The two firms have released software that ties the two networks into a huge community of 350 million users.

The trial software allows people to swap text messages but will eventually let people talk to each other too.

Read more at... http://news.bbc.co.uk/1/hi/technology/5176032.stm


--
Regards,
Het Waghela,
http://hetwaghela.blogspot.com,
http://tekknow.blogspot.com (The Technology Blog)
I can't understand why people are frightened of new ideas. I'm frightened of the old ones.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "itsdifferent" group.
To post to this group, send email to itsdifferent@googlegroups.com
To unsubscribe from this group, send email to itsdifferent-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/itsdifferent
-~----------~----~----~----~------~----~------~--~---

Sunday, July 09, 2006

[itsdifferent] Win32 GUI Programming

__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
.

__,_._,___

Friday, July 07, 2006

[itsdifferent] Fwd: FW: World eBookFair



---------- Forwarded message ----------
From: Darshan Joshi <joshi_darshan@datamatics.com>
Date: Jul 7, 2006 12:14 PM
Subject: FW: World eBookFair
To: joshids@gmail.com

 

U can download the books u want from this site till Aug 4th

Hi,

Some of your might have read this news in the news papers or through i-magazines. World's first Online Book Fair has started yesterday (4 th July 06). This book fair will be going on for a month. Website claims there are 1/3 million e-books available for free access / download. Those of you, who are interested in readership, can make use of the opportunity.

http://worldebookfair.com/

World eBook Library Catalogs and Collections

The World eBook Library Consortia Collection shelves more than 330,000 PDF eBooks in 100+ languages contained in 112 of the finest eBook and eDocument collections published on the Internet today. The mission of the World eBook Library's Acquisition Department is to add new eBooks 24/7 to our shelves.

For Technical E-Books, go to http://worldebookfair.com/Technical_eBook_Colleciton.htm


__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
New Message Search

Find the message you want faster. Visit your group to try out the improved message search.

Recent Activity
Visit Your Group
.

__,_._,___

Wednesday, July 05, 2006

[itsdifferent] Re: Need Help on Grid Computing...

did you check http://www.alchemi.net/

its an open source framework for grid computing in .net , not sure
about how to utilize in Linux,

i think google desktop was one of the initial approach for dedicating
your PC resource for calculations...not sure...

--- In itsdifferent@yahoogroups.com, Bhavesh Javani
<bhavesh_javani@...> wrote:
>
> Dear Friends,
>
> We are a group of persons, who want to work on Grid Computing
Service.
>
> We have enough basic idea on working of Grid Computing.
>
> We want to develope grid like sun N1 Grid Engine. Ref:
http://www.network.com/
>
> We have ten computers, 5 computers running windows and other 5
are running Linux.
> We want to use the power of both platform with all computers.
> For this which is better? Cluster or Grid?
>
> If anybody is working on Grid Computing then please let me know
which type of job we can execute in grid and for development of that
project what we will be needed?
>
> Thanks in advance for guidance.
>
> Regards,
> Bhavesh Javani
>
>
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger's low PC-to-Phone
call rates.
>

__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
.

__,_._,___

[itsdifferent] Need Help on Grid Computing...

Dear Friends,
 
We are a group of persons, who want to work on Grid Computing Service.
 
We have enough basic idea on working of Grid Computing.
 
We want to develope grid like sun N1 Grid Engine. Ref: http://www.network.com/
 
We have ten computers, 5 computers running windows and other 5 are running Linux.
We want to use the power of both platform with all computers.
For this which is better? Cluster or Grid?
 
If anybody is working on Grid Computing then please let me know which type of job we can execute in grid and for development of that project what we will be needed?
 
Thanks in advance for guidance.
 
Regards,
Bhavesh Javani


How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

__._,_.___
Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators
.

__,_._,___