Wednesday, June 30, 2010

FW: Useful site for those lives in Bangalore,Chennai, Delhi/NCR, Mumbai, Hyderabad, Chandigarh, Pune , Jaipur - Click to snap deals

Every shopper dreams of getting the best discount. Now, imagine if you can avail of this discount at the click of your mouse.

Snapdeal, started by Jasper Marketing Solutions' head Kunal Bahl (28), does precisely this. The portal offers daily deals with discounts at leading restaurants, spas, dance classes, weekend getaways, and even tattoo parlours.

"We wanted to bring buyers and sellers together in a collaborated way," says Bahl, who is a graduate from the Wharton School of Business and has worked with Microsoft earlier. The discounts that Snapdeal provides are in the range of 50-80 per cent.

What Snapdeal does is offer customers cost-effective deals and retailers a whole set of new customers. Snapdeal was launched last February and has already received over 90,000 hits. All this without any marketing initiative.

Bahl is confident that the word-of-mouth publicity will help attract more people to the portal. To keep the audiences updated on deals, Snapdeal initiated a Facebook community and, within a month, attracted over 11,000 fans.

Presently, the portal offers its services in Delhi/NCR, Mumbai, Bangalore, Hyderabad, Chandigarh, Pune , Chennai and Jaipur and has over 200 retailers under its fold. Bahl says expansion plans are on the anvil and the company is eyeing 25 cities by the end of the year. Snapdeal charges a marketing fee from the retailer for every deal sold on the portal.

The site, however, is focussed on getting deals from the smaller and fragmented retail players. Bahl says that most of the retail sector is unorganised and about $350-billion revenues from the retail sector come from small and medium enterprises.

"These people can't afford to spend on marketing and promotional activities," he says. And that's where he and Snapdeal come into the picture. So far, the response from retailers has been encouraging. In fact, Snapdeal has also tied up with Fever 104 to offer some deals related to the IPL team, Delhi Daredevils .

The next step, according to Bahl, is an investment of Rs 8-10 crore for the portal's expansion and its promotion.

From:http://business.rediff.com/report/2010/mar/08/tech-click-to-snap-deals.htm

Thursday, June 17, 2010

FW:Hi

Check View Best Ads from http://vba.wilix.in

Thursday, March 18, 2010

Problem with PostBack url in LinkButton??

change the LinkButton's PostBackURL as "javascript:window.location.href='your_page.html'"

How to change checkbox and radio button's label using client side javascript

function UpdateLabel(objectClientID,LabelText)

{
document.getElementById('objectClientID').nextSibling.innerText=LabelText;

}
--
Sample call

UpdateLabel('<%= rb.ClientID %>',"ChangedLabel");

Sunday, March 7, 2010

init.js and core.js error on a sharepoint forms authenticated Login Page

http://social.technet.microsoft.com/Forums/en/sharepointadmin/thread/0b89da96-ad94-414d-bcfa-d2ca2367842d


Monday, December 28, 2009 11:28 AM - Gino B.
Good day experts,

I am new in sharepoint development and I would like to know what causes the script error on IE8 for a init.js and core.js. I am using a forms authenticated login.
Early this morning I was able to browse the site with no problem. Until I did some configuration (using Central Admin) for AAM and created some new users. It did some access deny result to users but I managed to put it back. I am not sure about the other guys doing the configuration. I was asking them for any configuration they did and they said "nothing"
Tried logging in again and it worked fine again.
I don't know what happened but when I tried logging in again later, AND EVEN JUST BY LOADING THE custom LOGIN I have done, It causes a script error for INIT.JS and CORE.JS.

I tried accessing the site using Mozilla and it works fine!
Also, accessing the link in the web farm internally works fine too even with IE8 or FF3.
By the way, the link I was trying to access was a public IP which points to a load balancer on a web farm. and using MOSS 2007

Can anyone enlighten me with what is the cause of this and how this is fixed?
I don't want to staright away update files because i have no idea what is causing this problem.

These are the script error messages

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Mon, 28 Dec 2009 11:26:39 UTC


Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://someIPaddress:15000/_layouts/1033/init.js?rev=qX%2BG3yl4pldKy9KbPLXf9w%3D%3D


Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://someIPaddress:15000/_layouts/1033/core.js?rev=CNBZRdV1h3pKuA7LsMXf3w%3D%3D



Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Mon, 28 Dec 2009 11:24:47 UTC


Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://someIPaddress:15000/_layouts/1033/init.js?rev=qX%2BG3yl4pldKy9KbPLXf9w%3D%3D


Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://someIPaddress:15000/_layouts/1033/core.js?rev=CNBZRdV1h3pKuA7LsMXf3w%3D%3D



Thanks in Advance!!

------------------------------------------------------------------------------------
shijuraj..

Hi Gino, Just now am got the same issue when creating an anonymous page like login page. and am found the reason and solution. The reason was the file init.js and core.js can't be access without login to the sharepoint site. so just give anonymous access to these files in the web.config as below.




without providing this in the web.config. if you try to access http://yourmachine/_layouts/1033/init.js it will navigate to the login page. thats it will return an html page instead of the js file thats why it shows syntax error. so add this in the web.config file. I think now it is clear.



srj

Tuesday, January 19, 2010

Error: is already routed to the Default zone of another application. Remove that mapping or use a different URL

This happened while trying to re-create a web application after it had been deleted. Looking around I found a few suggestions around this, but none of them would be something I would attempt. For example, one forum thread stated this:

"Open the object table, find an entry that has the same name as the site and delete the row. This worked for me."

Seriously, I don't care if that worked. I would never modify or update anything directly on the database. Let me repeat that, I would NEVER modify or update anything directly on the database. I assume most of you already know why, hence I will not be going into it.

Resolution then? Well, my non-suicidal work around was to get into Central Administration. On the Operations page, under Global Configuration click on Alternate Access Mapping (AAM).

You would probably see a list of entries, one being the very URL that caused the error with it's zone set as Default.

Click on the URL, under the Internal URL column heading to get into the Edit Internal URL page. On the URL protocol, host and port field, append the URL there to something else. For example, I added in a suffix of 123.

url01

url02

Click on OK, now get back to re-creating the Web Application. You would have no errors now and the Web Application will get created as required.

To finish things off, get back into AAM. Click on the relevant URL again. And this time reverse the process. Append the URL protocol, host and port field by setting in back to the original URL. For example, I removed the 123 suffix from mine.

url02

url01