మంత్లీ ఆర్కైవ్స్: జూన్ 2008

జూన్ 2008 SUGDC కాన్ఫరెన్స్ — ఒక సర్దుబాటు వార్తలు

I attended my first ever SharePoint conference this past weekend and it was a blast.

గురువారం మధ్యాహ్నం, నేను Virginia డౌన్ మంద, నా కొత్తగా కొనుగోలు ద్వారా మార్గనిర్దేశం $50 GPS appliance plug-in thing to my phone. The device was flawless. After the five hour drive, I had the energy to do a nice run on the tread mill and then, even more surprisingly, had the energy to head to the lobby for an advertised speaker’s cocktail hour. Conference n00b that I am, it turned out that the cocktail hour was really a ruse to get speakers to show up and help stuff papers and swag into shoulder bags for conference attendees 🙂

Had a hard time sleeping because I was speaking first thing Friday AM. Nervousness, a nagging feeling that I needed to add a slide to my presentation and a very disturbing cat show on Animal Planet kept me up late. Since I went to sleep late, I naturally got up early. I did add a fairly detailed technical architecture slide. It was well worth the effort because the 25 minutes of Q&A would have been very awkward without it. I was lucky to get the first slot in the technical track. Sahil Malik was originally going to speak Friday AM and I was going to speak Saturday but he needed to swap times. This allowed me to do my presentation and then sit back and enjoy everything going forward Friday and Saturday.

The presentation went OK. I definitely have room to improve it. I spoke about how we can access and use web services from a SharePoint Designer workflow using a custom action. కాలక్రమేణా, I will tie this information into my series over at EUSP.com for End Users trying to get the most use out of that tool. I blew through my slides and demo in 35 నిమిషాల, to my dismay at the time. అదృష్టవశంగా, Q&A was lively, no doubt helped by the fact that it was early morning before lunch. Q&A is my favorite part of any presentation.

There were many interesting subjects and I hope to blog about them in greater detail this week (time permitting, as always). A fellow from CMS Watch provided a highly critical yet very hopeful review of SharePoint’s position in the market. A different discussion focused on the paucity of SharePoint resources and the difficulty that recruiters have finding good talent that is also "affordable" in this very tight market. The CMS Watch guy referred to the SharePoint human resources pool as being like a "guild." I’m mainly familiar with that term in MMORPG terms and it gave me a little thrill, to be honest 🙂

The highlight of the conference was just meeting and catching up with people I’ve "known" online for a while. The best was sitting at the bar with బెక్కి ఇసర్మాన్ (MossLover) కోసం 3 లేక 4 గంటల (and that, after I had finished drinking for the night). I don’t often get to talk about Farscape లేక Babylon 5 with Kansas City residents.

Bob Fox was there and as usual, is a whirlwind of intros, chats and just plain frenetic energy. He invited me to Saturday breakfast with Sahil Malik and that was great.

Saturday (day 2), Mike Lotter dragged himself to the conference to speak about InfoPath and then he joined Becky at the end of the day to do a sort of general Q&A session for about 30 కు 45 minutes mainly focused on InfoPath (మైక్) and AJAX (Becky). I wish Becky had been able to go through her full/formal presentation but I’m sure I’ll get a chance to see that one of these days. I have a feeling she’ll be "hitting the circuit" going forward.

I could go on and on. Two last points — the financial purpose of the conference was to raise money for the Children’s Miracle Network and it raised $5,000. That was awesome. చివరకు, I want to publicly thank Gary Blatt, Gary Vaughn and Bob Fox for alerting me to and allowing me to speak at the conference. కోర్సు యొక్క, the two Gary’s had a team of people supporting and organizing and all of you were awesome. I had high expectations before I went and it was better than I had hoped for.

Keep on the alert for the next conference scheduled for November 7th and 8th. Aside from some great content, it’s terrific for meeting up with all those online personalities you’ve known through blogs, అలజడి చేయు, forums, మొదలైనవి.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

FBA లు మరియు SQL సర్వర్: ఒక లవ్ స్టోరీ

My colleague has been working on a web part in an FBA environment. Among other things, the web part pulls some data from SQL server. The grand plan for this project dictates that a DBA configures data level security in SQL (ఒక SQL ప్రశ్నలోని వినియోగదారు ID లేదా కొన్ని ఇతర విధానం పొందుపరచడాన్ని వ్యతిరేకంగా).

The problem is that SQL server doesn’t know anything about our FBA environment so it can’t trust us. We solved this problem by, ఒక మంచి పదం లేకపోవడం కోసం, manually impersonating an AD user so that we could connect to SQL such that SQL data level security works.

FBA లు ఒక ASP.NET ఫీచర్ అయినప్పటికీ, మేము SharePoint నేషన్ ప్రజలు వివిధ శోధనా యంత్రాలు బోధించాడు మీకు FBA లు కోసం విచారణ చేస్తుంటే, you must mean you want know how to configure FBA in SharePoint. I failed to find find any information on how to enable an FBA oriented ASP.NET application to communicate with SQL in the way we needed.

ఈ పరిశోధన యొక్క కోర్సు లో, మేము తిరిగి చదవవలసిందిగా ఈ వ్యాసం: ASP.NET వంచన

మరింత పరిశోధన ఈ codproject వ్యాసం మాకు దారితీసింది: http://www.codeproject.com/KB/cs/cpimpersonation1.aspx

మాకు మా కోడ్ వ్రాయడానికి చేసిన, which I’ve included below. It’s not the most elegant stuff, కానీ అది పనిచేసింది. I hope you find it helpful.

ఇక్కడ మాకు పనిచేసింది కోడ్ వార్తలు:

రక్షణ శూన్యమైన btnSearchCarrier_Click(వస్తువు పంపినవారు, EventArgs ఇ)
 {
 ప్రయత్నించండి
 {
 U = ImpersonateUser కొత్త ImpersonateUser();
 // ALL: ఆధారాలను స్థానంలో
 ("DomainName", "UserName", "Password");

//
 CODE
//

 iU.Undo();
 }
 పట్టుకొను (మినహాయింపు మాజీ)
 {

 }
 }

// వంచన తరగతి ఉపయోగించి ఈ క్రింది పేర్కొన్న.

ప్రజా తరగతి ImpersonateUser
 {
 [DllImport("advapi32.dll", SetLastError = నిజమైన)]
 ప్రజా స్థిరమైన బాహ్యముగా bool LogonUser(
 స్ట్రింగ్ lpszUsername,
 స్ట్రింగ్ lpszDomain,
 స్ట్రింగ్ lpszPassword,
 Int dwLogonType,
 Int dwLogonProvider,
 ref IntPtr phToken);

 [DllImport("kernel32.dll", అక్షర సమితి = CharSet.Auto)]
 ప్రైవేట్ బాహ్యముగా స్థిరమైన bool CloseHandle(IntPtr హ్యాండిల్);

 ప్రైవేట్ స్థిరమైన IntPtr tokenHandle = కొత్త IntPtr(0);
 ప్రైవేట్ స్థిరమైన WindowsImpersonationContext impersonatedUser;

 // మీరు ఒక DLL ఈ కోడ్ పొందుపరచినట్లయితే, అది డిమాండ్ నిర్థారించుకోండి
 // FullTrust తో పరుగులు.
 [PermissionSetAttribute(SecurityAction.Demand, = పేరు "FullTrust")]
 ప్రజా వ్యవహరించడం రద్దు(స్ట్రింగ్ DOMAINNAME, స్ట్రింగ్ userName, స్ట్రింగ్ పాస్వర్డ్ను)
 {
 ప్రయత్నించండి
 {

 // కోసం వినియోగదారు టోకెన్ను పొందుటకు unmanaged LogonUser ఫంక్షన్ ఉపయోగించండి
 // పేర్కొన్న యూజర్, డొమైన్, మరియు పాస్వర్డ్.
 కాన్స్ట్ Int LOGON32_PROVIDER_DEFAULT = 0;

 // ఈ పారామితి ప్రయాణిస్తున్న LogonUser ఒక ప్రాధమిక టోకెన్ సృష్టించడానికి కారణం.
 కాన్స్ట్ Int LOGON32_LOGON_INTERACTIVE = 2;
 tokenHandle = IntPtr.Zero;

 // నృత్యములో వేసే అడుగు -1 ఒక ఆక్సెస్ టోకెన్ ఒక హ్యాండిల్ పొందటానికి LogonUser కాల్.
 bool returnValue = LogonUser(
 userName,
 డొమైన్ పేరు,
 పాస్వర్డ్,
 LOGON32_LOGON_INTERACTIVE,
 LOGON32_PROVIDER_DEFAULT,
 ఆస్తి tokenHandle); // tokenHandle - కొత్త భద్రతా టోకెన్

 అయితే (తప్పుడు == returnValue)
 {
 Int విశ్రాంత = Marshal.GetLastWin32Error();
 Console.WriteLine("LogonUser call failed with error code : " +
 సరియైన);
 రువ్వు కొత్త System.ComponentModel.Win32Exception(సరియైన);
 }

 // నృత్యములో వేసే అడుగు - 2
 WindowsIdentity = newId కొత్త WindowsIdentity(tokenHandle);
 // నృత్యములో వేసే అడుగు -3
 impersonatedUser = newId.Impersonate();

 }
 పట్టుకొను (మినహాయింపు మాజీ)
 {
 Console.WriteLine("Exception occurred. " + ex.Message);
 }
 }


 /// <సంగ్రహము>
 /// వంచన స్టాప్స్
 /// </సంగ్రహము>
 ప్రజా అన్డు రద్దు()
 {
 impersonatedUser.Undo();
 // టోకెన్ల ఉచిత.
 అయితే (tokenHandle != IntPtr.Zero)
 CloseHandle(tokenHandle);
 }
 }

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

Technorati టాగ్లు:

లోర్ జోడించడం: SSRS చెప్పరు “rsAccessDenied”, కాని … నేను నిజంగా ప్రాప్యత ఉందా

కొన్ని వారాల తిరిగి, I was working with my developer colleague on a project involving SQL Server Reporting Services plug-in for MOSS. He was developing a web part that provides a fancy front-end to the report proper (దాని వెనుక అనేక వేల వెతకడానికి విలువలతో ఒక పారామీటర్ ఒక తెలివైన శోధన ఉండటం ప్రధాన లక్షణం).

This was working great in the development environment but in the user acceptance testing (UAT) పర్యావరణం, it wouldn’t work. Firing up the debugger, we would see exception details like this:

The permissions granted to user ‘UAT_domain\mosssvc’ are insufficient for performing this operation.(rsAccessDenied).

If you do a live search on the above error, you find it’s quite common. Scarily common. The worst kind of common because it has many different potential root causes and everyone’s suggested solution "feels" సరియైన. We probably tried them all.

In our case, the problem was that we had done a backup/restore of DEV to UAT. Somewhere in the data, something was still referring to "DEV_domain" (instead of the updated "UAT_Domain"). We created a new site, added the web part and that solved our problem.

Hopefully this will save someone an hour or two down the line.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

Technorati టాగ్లు:

త్వరిత Fix: SharePoint సైట్ యాక్సెస్ విసిరివేయుట [HttpException (0x80004005): అభ్యర్థన సమయం ముగిసింది.]

One of my developer colleagues was working on a project this week and ran into a timeout problem while working on building some crazy web part. His web part was fine, but "suddenly" ఒక సంబంధం సైట్ చాలా నెమ్మదిగా మారింది మరియు తరచుగా ఈ దోషంతో సమయం ముగిసింది:

[HttpException (0x80004005): అభ్యర్థన సమయం ముగిసింది.]

I logged in and saw that several other sites were just fine. I suspected that there were some hidden web parts on the page and using నమ్మదగిన ?విషయాల = 1 డీబగ్ టెక్నిక్, నేను నిజానికి కనుగొన్న 11 పేజీ వెబ్ భాగాలు, only two of which were visible. Even better (ఒక let's-ఆశ-I-కనుగొనేందుకు-ఏదో-అగ్లీ-ఇక్కడ అనే I--పరిష్కరించడానికి చేయవచ్చు కోణం నుండి), three of those closed web parts had a name of "Error".

నేను ఆ వెబ్ భాగాలు తొలగించబడ్డాయి (ఇది కూడా ఒక ఆశ్చర్యకరంగా చాలా సమయం పట్టింది) and that solved the problem. For today 🙂

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

Technorati టాగ్లు:

లో-తరగతి వేగవంతం శిక్షణ బాగోలేదు ఉంది

నేను ప్రారంభమవుతుంది వెబ్ 4 నీధం ఇక్కడ లారీ కాయే ద్వారా నేతృత్వంలో వేగవంతం యొక్క భాగస్వామి శిక్షణ, MA.

ఈ 5 రోజుల సెషన్ తరగతులు శ్రమ భాగించబడుతుంది (3 మరియు 2 రోజుల వరుసగా) entitled "FAST ESP: నేను అలయన్స్ భాగస్వాములు కోసం కస్టమ్ శోధన సాధనాలను అభివృద్ధి" and "FAST ESP: Developing Custom Search Applications for Alliance Partners II".

ఈ నిజమైన శిబిరంలో రకం తరగతి ఉంది. పదార్థం లోతుగా (చాలా, చాలా లోతైన). బోధకుడు (లారీ) స్పష్టంగా తన stuff తెలుసు. I highly recommend this training if you considering it.

</చివర>

SharePoint మరియు వేగవంతం — Enterprise Apps యొక్క రీస్ యొక్క శనగ వెన్న కప్?

నేను రోజు అప్ పూర్తి చేసిన 2 ఎండ నీధం లో వేగవంతం శిక్షణ, MA, మరియు నేను ఆలోచనలను పగిలిపోవడం వెబ్ (అన్ని మంచి శిక్షణ తరగతులు నాకు ఇవి). One particular aspect of FAST has me thinking and I wanted to write it down while it was still fresh and normal day-to-day "stuff" నా తల దాన్ని ముందుకు.

మేము SharePoint WSS 3.0 / MOSS అమలు తరచుగా ఏ అయినా SharePoint ప్రాజెక్ట్ తో ఒక కఠినమైన సమస్య ఎదుర్కొనే: మేము అది మా సంపూర్ణ రూపకల్పన సమాచారం నిర్మాణంలోపల సరిపోయే అటువంటి SharePoint లోకి లోడ్ అన్ని NUM_UNTAGGED ట్యాగ్ తీసివేయబడిన డేటా ఎలా పొందాలి?

తరచుగా తగినంత, ఇది ఒక హార్డ్ సమస్య కాదు ఎందుకంటే ఇబ్బంది మేము పరిధిని మమ్మల్ని బయటకు: "We don’t care about anything more than 3 months old." "We’ll handle all that old stuff with keyword search and going-forward we’ll do it the RIGHT way…" Etc.

కాని, what happens if we can’t scope ourselves out of trouble and we’re looking at 10’s of thousands or 100’s of thousands (లేదా మిలియన్ల) డాక్స్ — లోడ్ మరియు ఇది ఆఫ్ టాగింగ్ మా విశ్వాసంగల ఆకాంక్షిస్తుంది?

వేగవంతం సమాధానం కావచ్చు.

వేగవంతం యొక్క శోధన ప్రక్రియ కదిలే భాగాలు చాలా ఉన్నాయి కానీ ఒక సరళమైన వీక్షణ ఈ ఉంది:

  • ఒక క్రాలర్ ప్రక్రియ కంటెంట్ వెదుకుతుంది.
  • ఇది కంటెంట్ తెలుసుకుంటాడు మరియు పత్రం ప్రాసెసర్ల యొక్క ఒక పూల్ నిర్వహించే ఒక మధ్యవర్తి ప్రక్రియ ఇది ​​ఆఫ్ చేతులు.
  • బ్రోకర్ ప్రక్రియ పత్రం ప్రాసెసర్ల దానిని ఆఫ్ చేతులు.
  • పత్రం ప్రాసెసర్ పత్రం విశ్లేషిస్తుంది మరియు పైప్లైన్ ప్రక్రియ ద్వారా, పత్రం నుండి bejeezus విశ్లేషిస్తుంది మరియు ఒక ఇండెక్స్ బిల్డర్ రకం ప్రక్రియ ఇది ​​ఆఫ్ చేతులు.

స్టార్ షిప్ ప్రయాణాలను వేగంగా, we have a lot of control over the document processing pipeline. We can mix and match about 100 పైప్లైన్ భాగాలు మరియు, చాలా ఆసక్తికరంగా, we can write our own components. Like I say, FAST is analyzing documents every which way but Sunday and it compiles a lot of useful information about those documents. Those crazy FAST people are clearly insane and obsessive about document analysis because they have tools and/or strategies to REALLY categorize documents.

ఈ విధంగా … మా స్వంత కస్టమ్ పైప్లైన్ భాగం కలిపి వేగవంతం ఉపయోగించి, we can grab all that context information from FAST and feed it back to MOSS. It might go something like this:

  • డాక్యుమెంట్ MOSS నుండి వేగవంతం ఉంచుతారు.
  • సాధారణ వెర్రి-అబ్సెసివ్ వేగవంతం పత్రం అన్వయించడం మరియు వర్గీకరణలో జరుగుతుంది.
  • మా స్వంత కస్టమ్ పైప్లైన్ భాగం ఒక డేటాబేస్ ఆ సందర్భంలో సమాచారం యొక్క కొంత ఆఫ్ పడిపోతుంది.
  • మా స్వంత రూపకల్పనను ప్రక్రియలో సందర్భం సమాచారాన్ని చదువుతుంది, మా IA లోపల ఆ MOSS పత్రం సరిపోయే ఎలా కొన్ని నిర్ణయాలు చేస్తుంది మరియు ఒక వెబ్ సేవ మరియు ఆబ్జెక్ట్ మోడల్ ఉపయోగించి దానిని సూచిస్తుంది.

కోర్సు యొక్క, అలాంటి స్వయంచాలక ప్రక్రియ అబ్సెసివ్ ఖచ్చితమైన కానీ ధన్యవాదాలు ఉంటుంది (మరియు మతిస్థిమితం కాని లో ఒక మంచి మార్గం వేగవంతం ప్రజలు), కేవలం కేవలం శోధించదగిన పత్రాలు ఒక సమూహం తో ఒక SQL డేటాబేస్ అప్ పూరించడానికి కంటే మేము ఎక్కువ చేసే నిజంగా ప్రభావవంతమైన ప్రజా లోడ్ ప్రక్రియ కాల్చి నిజమైన పోరాటం కలిగి ఉండవచ్చు.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

Www.EndUserSharePoint.com వద్ద చివరి వినియోగదారులు గురించి నేర్చుకోవడం

సుమారు మార్క్ మిల్లర్ http://www.endusersharepoint.com has built, నా అనుభవం లో, the best end-user focused SharePoint site in the ‘sphere. గత నెల లో, he has enlisted some of the premier end-user focused bloggers around to contribute to the "front page" ఒక క్రమ పద్ధతిలో, including but not limited to Paul Culmsee, క్రిస్ త్వరిత, మరియు Dessie Lunsford. He has others lined up and ready to contribute as their schedules allow.

I jumped on the chance to participate and my inaugural post is here. I’m writing a series on how to use SharePoint Designer to create first-class business workflow solutions. In keeping with the EUSP.com’s focus, those articles will always keep the End User front and center.

I personally tend to divide the SharePoint world into three broad groups: SharePoint consultants, full-time SharePoint staff developers and end users. When I write, నేను తరచుగా నాకు అడగండి, విషయం ఆసక్తి ఈ సమూహాల ఇది? Most often, నేను మొదటి రెండు కోసం రాయడం ముగింపు (సాంకేతిక) సమూహాలు, నేను ఒక కన్సల్టెంట్ వచ్చేలా రెడీ ప్రధానంగా ఎందుకంటే; it’s always easier and more authentic to write about those things with which you’re most familiar on a personal level.

నేను ముందు గమనించాము వంటి, ఎండ్ యూజర్ కమ్యూనిటీ చాలా ఉంది, far larger than the technical community. EUSP.com is top-notch and I heartily recommend it to all three groups. The site’s laser focus is obviously valuable to end users. అయితే, we developers and consultants can only be better at our profession if we can understand and effectively respond to the needs of the end users we serve. I know I need all the help I can get 🙂 దాన్ని తనిఖీ.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

WSS నుండి SSRS వెబ్ సర్వీసెస్ ప్రారంభించడం / FBA లు ఎన్విరాన్మెంట్ MOSS

We needed to invoke the "CreateSubscription" method on an SSRS web service that is hosted in an FBA managed MOSS environment from a custom web part. We kept getting variations of:

  • 401: అధికారం లేదు
  • ఆబ్జెక్ట్ తరలించబడింది

The "object moved" message was most interesting because it was saying that the "object" (మా SSRS సేవ) had "moved" to login.aspx. This clearly meant we had some kind of authentication problem.

I eventually realized that I had bookmarked a blog entry by Robert Garret that described how to invoke a general purpose WSS/MOSS web service living inside an FBA environment. Note that I can’t link directly to the article (యొక్క 06/09/08) because it wants to authenticate. The link I provide brings you to an "all posts" view and you can locate the specific article by searching for "Accessing MOSS Web Services using Forms Based Authentication".

ఇక్కడ మాకు పనిచేసింది కోడ్ వార్తలు:

ReportingService2006 rs = సున్న; 
// Authenticate Authentication auth = కొత్త Authentication(); 
auth.Url = "http://URL/_vti_bin/Authentication.asmx";
auth.CookieContainer =
కొత్త CookieContainer();
LoginResult result = auth.Login("userid", "password");
అయితే (result.ErrorCode == LoginErrorCode.NoError) 
{
// No error, so get the cookies.
CookieCollection cookies = auth.CookieContainer.GetCookies(కొత్త Uri(auth.Url));
Cookie authCookie = cookies[result.CookieName];
rs =
కొత్త ReportingService2006();
rs.Url =
"http://server/_vti_bin/ReportServer/ReportService2006.asmx";
rs.CookieContainer =
కొత్త CookieContainer();
rs.CookieContainer.Add(authCookie);
}
ప్రయత్నించండి
{
  rs.CreateSubscription(report, extSettings, desc, eventType, matchData, parameters1);
}
పట్టుకొను (మినహాయింపు మాజీ)
{
  Console.WriteLine(ex.Message.ToString());
}

I interpret things to work like this:

  • Our web part needs to dial up the authentication service and say, "Hey, Tony, it’s me!".
  • Authentication service replies saying, "Hey, I know you. How are the kids? Here’s a token."
  • We call up the SSRS service and say, "Tony sent me, here’s the token."

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

మీరు మీ నెలవారీ శోధన విశ్లేషణ చేశారు?

ఇది ఒక మంచి ఆచరణ వార్తలు, బహుశా కూడా ఒక ఉత్తమ ప్రాక్టీస్, మీ శోధన ఒక నెల ఒకసారి నివేదిస్తుంది సమీక్షించి అవకాశాలు ఉత్తమ సాధిస్తుందని జోడించడానికి కోసం చూడండి, tune your thesaurus and maybe even uncover some business intelligence that is otherwise hidden to management.

It’s already the 3rd of the month. Time’s awastin’ 🙂

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

నో మోర్ అంశముల శోధన కంచె సిట్టర్

నేను గురించి ఆడటానికి నేడు కారణం codeplex ముఖాలుగా శోధన project today.

ఇది ఒక ఉండగా జరిగింది, కానీ నేను సాధారణ కారణాలతో డౌన్లోడ్ మరియు ఉపయోగించడానికి సంశయించారు (సమయం ప్రధానంగా లేకపోవడం), plus outright fear 🙂

మీరు మీ శోధన మెరుగుపరచడానికి మరియు కొత్త ఎంపికలు అన్వేషించడానికి చూస్తున్నారా ఉంటే, download it and install it when you have an hour or so of free time. I followed the installation manual’s instructions and it took me less than 20 minutes to have it installed and working. It provides value minute zero.

It does look pretty hard to extend. The authors provide a detailed walk-through for a complex BDC scenario. I may be missing it, but I wish they would also provide a simpler scenario involving one of the pre-existing properties or maybe adding one new managed property. I shall try and write that up myself in the next period of time.

బాటమ్ లైన్ — నిమిషాల్లో, మీరు ఇన్స్టాల్ చేయవచ్చు, ఇది కాన్ఫిగర్, use it and add some pretty cool functionality to your vanilla MOSS search and be a hero 🙂

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

Technorati టాగ్లు: