Just caught an interesting problem. I was working on a asp.net mvc web application project and tried to launch the web administration tool from project->asp.net configuration menu. It showed me an error:
"An error was encountered. Please return to the previous page and try again"
I didn't understand why it did so as i never faced this problem before and also didn't got a clue to solve this.
However I was lucky enough to find a thread online facing exactly same problem as mine, not only the problem was same, the issue reason why it was acting wrong is also same.
The issue was, my project was under a folder named 'c#', the '#' was not acceptable and thus happened that problem. Just changing the 'C#' to 'cs' solved the problem immediately :D
0
If you are a .net developer and finding a way to develop iphone application development using c#, then for your kind information, its possible, so cheer up. There is a software named monotouch that will allow you to do accomplish this task.
Are you thinking that, you will make and desktop application for windows pc/mobile and just convert that to iphone application, no that's not going to work. However its not on the way you think. From monotouch, you will get a api library/dlls for iphone app that you will be using in your c# code.
Problem is that, it still requires mac os. You won't be able to run your program in windows environment(as far i checked, plz correct me if I am wrong). Because the .NET Framework fundamentally is dynamically compiled at runtime. This is the justin-time compilation of the .NET Framework. This is a violation of the Apple license and the operating principles of the iPhone OS.
However, good thing is, you can use your all .net libraries etc for the application whenever needed.
Are you thinking that, you will make and desktop application for windows pc/mobile and just convert that to iphone application, no that's not going to work. However its not on the way you think. From monotouch, you will get a api library/dlls for iphone app that you will be using in your c# code.
Problem is that, it still requires mac os. You won't be able to run your program in windows environment(as far i checked, plz correct me if I am wrong). Because the .NET Framework fundamentally is dynamically compiled at runtime. This is the justin-time compilation of the .NET Framework. This is a violation of the Apple license and the operating principles of the iPhone OS.
However, good thing is, you can use your all .net libraries etc for the application whenever needed.
While working with a dynmic object positioning work using javascript, i was using jquery and was retrieving position using like this:
var leftPos = jQuery("#content").attr('offsetLeft');
However, this value was giving me two different values for firefox and ie. So, I had to digg more about this problem and tried with a jquery built in function position():
var position = jQuery("#content").position();
//use position.left and position.top for use
This returned me perfect result.
I am not sure why the previous code snippet didn't work as ie and firefox both should support 'offsetLeft'/'offsetRight' attribute. Actually both were working, only was giving different values. But I am happy with this easy solution that jquery provided.
var leftPos = jQuery("#content").attr('offsetLeft');
However, this value was giving me two different values for firefox and ie. So, I had to digg more about this problem and tried with a jquery built in function position():
var position = jQuery("#content").position();
//use position.left and position.top for use
This returned me perfect result.
I am not sure why the previous code snippet didn't work as ie and firefox both should support 'offsetLeft'/'offsetRight' attribute. Actually both were working, only was giving different values. But I am happy with this easy solution that jquery provided.
There is a interesting issue that I faced while adding my payoneer master card to my moneybookers account and then tried to verify it. Moneybookers changes a random amount to the credit/debit card and asks user to enter the exact amount after checking the bank statement to make the card verified. I did so. Checked my payoneer statement that is generated online and enter that amount. It showed 'Wring amount'.
As far i understood while researching about this issue, they use different currency standard(although both of them are usd) that differs few cents(2-6 cents for moneybookers verification which charges between $1.01-$2.99). Here is my idea with which I was successful:
* moneybookers amount is less than the amount showed in payoneer statement. Like if you are charged $1.95 according to payoneer statement, then actual moneybooekrs amount will be few cents less than that.
* How many cents to deduct? I am also not sure about this confidently. But it will be equal or less than 6 cents for maximum $2.99 charge. Like, for my case, it charged $1.81 according to payoneer and moneybookers accepted the amount as $1.78.
Here difference is 3 cents. Previously I faced same situation where payoneer charged $1.51 and moneybookers accepted $1.49. So, if your charged amount is less than $2 you can have a try with 1,2 or 3 cents less(get the idea from my experience) for the following 3 days as moneybookers will force you to wait 1 day before you try with another amount if your current guess is wring. Same, for greater than $2, you can try with 3,4,5,6 that means 4 days/4 tries. And you are done.
So, don't just give up if you are in such kind of problem, because you now know what to do :)
As far i understood while researching about this issue, they use different currency standard(although both of them are usd) that differs few cents(2-6 cents for moneybookers verification which charges between $1.01-$2.99). Here is my idea with which I was successful:
* moneybookers amount is less than the amount showed in payoneer statement. Like if you are charged $1.95 according to payoneer statement, then actual moneybooekrs amount will be few cents less than that.
* How many cents to deduct? I am also not sure about this confidently. But it will be equal or less than 6 cents for maximum $2.99 charge. Like, for my case, it charged $1.81 according to payoneer and moneybookers accepted the amount as $1.78.
Here difference is 3 cents. Previously I faced same situation where payoneer charged $1.51 and moneybookers accepted $1.49. So, if your charged amount is less than $2 you can have a try with 1,2 or 3 cents less(get the idea from my experience) for the following 3 days as moneybookers will force you to wait 1 day before you try with another amount if your current guess is wring. Same, for greater than $2, you can try with 3,4,5,6 that means 4 days/4 tries. And you are done.
So, don't just give up if you are in such kind of problem, because you now know what to do :)
I am not a seo specialist, instead I am a geek in this field and till not know much about this as my most of the time is being spent behind programming and development. However, I go for gathering seo knowledge as much as I can. Recently I have learned a trick for Google news.
Do you know that, if you want your article to be crawled by google news, you must need to have a specific url format for that? That is described here:
Technical Requirements of Article URLs
Most interesting one is the last point: A requirement of 3 digit(or more) unique number. That means, your article's url must need to be end with a unique 3 number like article123.html.
How to achieve it in blogger post?:
This can be achieved in your blogger post also. You will notice that blogger posts' url are generated automatically, taking first 35 characters of your post title. It won't change next time if you change your post tile, that means permanent. So, Just do this:
* Write a url friendly title within 35 characters and giving a 3 digit number in the title and publish the post. This time url will be generated. Just after this, go to edit your post, change the title for your actual post title and we are done.
On which type of posts this format should be applied?:
This type of format should be used for only news type article. Like, if you are writing an tutorial about php programming, its not a news and using the above technique here will be of no use as people won't search about the tutorial on the news section. Rather, you should use this when you are discussing about a just launched product, recent finished sports match, recent natural disasters, new added feature of a website etc.
Is there any other benefit of changing post tile twice?:
yes, this should be a great help. As you know about the most important elements of a page, page url, h1 tag are two of them. If you have different combination of related keywords in these two place, then search engine visibility for a broad range keywords are increasing naturally, so try to use this technique for all posts also just leaving the 3 digit number.
Do you know that, if you want your article to be crawled by google news, you must need to have a specific url format for that? That is described here:
Technical Requirements of Article URLs
Most interesting one is the last point: A requirement of 3 digit(or more) unique number. That means, your article's url must need to be end with a unique 3 number like article123.html.
How to achieve it in blogger post?:
This can be achieved in your blogger post also. You will notice that blogger posts' url are generated automatically, taking first 35 characters of your post title. It won't change next time if you change your post tile, that means permanent. So, Just do this:
* Write a url friendly title within 35 characters and giving a 3 digit number in the title and publish the post. This time url will be generated. Just after this, go to edit your post, change the title for your actual post title and we are done.
On which type of posts this format should be applied?:
This type of format should be used for only news type article. Like, if you are writing an tutorial about php programming, its not a news and using the above technique here will be of no use as people won't search about the tutorial on the news section. Rather, you should use this when you are discussing about a just launched product, recent finished sports match, recent natural disasters, new added feature of a website etc.
Is there any other benefit of changing post tile twice?:
yes, this should be a great help. As you know about the most important elements of a page, page url, h1 tag are two of them. If you have different combination of related keywords in these two place, then search engine visibility for a broad range keywords are increasing naturally, so try to use this technique for all posts also just leaving the 3 digit number.
Subscribe to:
Posts (Atom)





