Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

Request Friendship



Upload Image

38 years old
Kolkata
Male

My Sections

Pronojit Roy
188 · 1% · 247

Pronojit Roy - Just Learned

  • Extract numbers from a string

    Pronojit Roy Liked 1 Years ago through Just Learned | 1 Point
    This query comes as an answer to the following tek-tips forum thread http://tek-tips.com/viewthread.cfm?qid=1672424 The task was to extract 7 digit numbers from a string. My solution is a simple straight-forward recursive CTE, although perhaps a bett
    Naomi Nosonovsky
    33 · 6% · 1774
  • ASP.NET - Decoding viewstate is very simple by using LosFormatter class

    Pronojit Roy Liked 1 Years ago through Just Learned | 1 Point
    Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which we
    Rami Reddy
    2 · 41% · 12972
  • HTML 5 - "Placeholder" attribute can be used to show sample values for controls in webpage

    Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
    Recently i started to learn HTML 5, In which i found an interesting attribute "Placeholder", which can be used to show sample values for controls in web page. When the page loads, controls will have the value specified in "Placeholder" attribute. As soon a
    Rami Reddy
    2 · 41% · 12972
  • General - Let it snow competition in Google & Microsoft

    Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
    Its Chrismas and New Year holiday time. Both Google & Microsoft seems to be playing same "Let it snow" competition. 1. Go to google.com and search for "Let it snow". Press enter. 2. Go to below URL. http://ie.microsoft.com/testdrive/perf
    Rami Reddy
    2 · 41% · 12972
  • C# - Its possible to create non zero indexed arrays also by using CreateInstance() method

    Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
    99.99% of the time, we write our code with zero indexed arrays. However, C# allows us to create non zero based (single or multi dimensional arrays). CreateInstance is a static method available in Array class. To understand the concept in a simple way, let'
    rajesh_a_kumar
    434 · 0% · 90
  • JavaScript: Mozilla/FireFox does not recognize innerText property, use textContent instead

    Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
    Today I got an error in javascript because of "innerText" property. I found this property is not working in mozilla browser and working in other browsers. Later I found that innerText property is not compatible with mozilla browser and instead we can user
    Rami Reddy
    2 · 41% · 12972
  • C# -At runtime Linq queries will be converted into query extension methods such as select(),Join()

    Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
    Recently learned that when we write linq queries will be converted into corrosponding methods at runtime. Eg: [code] from c in customers group c by c.Country into g select new { Country = g.Key, CustCount = g.Count() } [/code] will be converted into
    Rami Reddy
    2 · 41% · 12972
  • Where to use Temp tables or Table variables

    Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
    1) Transaction log are not recorded for table variables so they are transactional neutral or you can say that they are out of scope of transaction mechanism. Whereas temp tables participate in transactions just like normal tables 2) Table variables cann
    alpesh5410
    36 · 5% · 1663
  • Find out IIS version for current application Asp.net

    Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
    Today I just learned from Rick strahl Blog we can get IIS Version using Server variable like [code] if (HttpContext.Current != null && HttpContext.Current.Request != null) { string osversion = HttpContext.Current.Reques
    Kirti.darji
    10 · 16% · 4980
Previous 1 | 2 | 3 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.