| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1100 online users. » 12 Member(s) | 1084 Guest(s) Baidu, Bing, Google, Yandex, 655Betautos, 888psenet, 8day2zacom, Blockawaynet, Foplips00, hitclubgraphics, jollyphcomph, Juneffey, kkvipcomco, onlinepokerpracticecom, shanelo
|
|
|
| Difference between ASP.NET WebForms and ASP.NET MVC |
|
Posted by: siva s - 07-27-2015, 05:41 AM - Forum: General Discussions
- Replies (1)
|
 |
ASP.NET Web Forms uses Page controller pattern approach for rendering layout. In this approach, every page has it's own controller i.e. code-behind file that processes the request. On the other hand, ASP.NET MVC uses Front Controller approach. In this approach a common controller for all pages, processes the requests.
|
|
|
|
| Google Search Listing issues |
|
Posted by: phpscriptsmall - 07-23-2015, 12:31 PM - Forum: Marketing Forum
- Replies (2)
|
 |
I have some doubts on Google results regarding my website two different scenarios explained Below
1. Scenario. My Website visible on Google search result following cases
1. While enter part of the website name like ----> phpscriptsmall
2. And also ----> site: <!-- m --><a class="postlink" href="http://www.phpscriptsmall.com">http://www.phpscriptsmall.com</a><!-- m -->
On the above two cases my website is listed in Google
2nd scenario My Website Not visible on Google search result following case
1. While I enter directly ---> <!-- m --><a class="postlink" href="http://www.phpscriptsmall.com">http://www.phpscriptsmall.com</a><!-- m -->
This case Iām not able to find any single link for my website in search results
=================Tested for the Issues====================
1. Sitemap Tested and Resubmitted
our sitemap link is here <!-- m --><a class="postlink" href="http://www.phpscriptsmall.com/sitemap_index.xml">http://www.phpscriptsmall.com/sitemap_index.xml</a><!-- m -->
Our robots.txt is here <!-- m --><a class="postlink" href="http://www.phpscriptsmall.com/robots.txt">http://www.phpscriptsmall.com/robots.txt</a><!-- m -->
2. We've tested crawling test it's fine here
3. We've tested Indexing test
4. We have Alexa Rank of 57,000 in Global
5. Our Hit list about 500/ day
===========================================================
All are fine in our point of view .please check and let me know did i made any mistakes here.
|
|
|
|
| jQuery.noConflict |
|
Posted by: siva s - 07-22-2015, 10:21 AM - Forum: General Discussions
- No Replies
|
 |
As other client side libraries like MooTools, Prototype can be used with jQuery and they also use $() as their global function and to define variables. This situation creates conflict as $() is used by jQuery and other library as their global function. To overcome from such situations, jQuery has introduced jQuery.noConflict().
|
|
|
|
|