Categories
- about
- Adwords
- Android Application Development
- Artificial intelligence
- Auction Script
- Business & Marketing
- CRM Solution
- E Commerce
- Featured
- Fiverr clone
- General
- Groupon clone
- Headline
- iPhone Application Development
- Living Social
- mobile application
- Mobile Commerce
- Mobile Products
- ndot.in
- outsourcing
- Programming
- Search Engine Marketing
- Semantic web
- SEO Company
- SEO services
- Social Commerce
- Social CRM
- Social media
- Social Media Marketing
- Social networking
- Sports
- Uncategorized
- Web Development
- Yipit Clone
Tags
Add new tag AJAX android android application android application development api crawl css drupal error facebook Fiverr clone framework functionality Groupon Clone Groupon Clone Script HTML interoperability iPhone application development java script javascript joomla know3 mobile application MySQL ndot open source OWL php rdf Search engines Semantic web SEO Company SEO Service SEO services Social media Social Media Marketing Social networking tags triple DES twitter web 3.0 widgets XHTML Yipit Clone
Tag Archives: AJAX
Semantic classes and IDs with Blue print
Blueprint is a compressor script that will renders all the various CSS bits that you need according to the given column numbers and sizes for each project into one compact CSS file. It also gives the freedom to define semantic classes … Continue reading
Simple ajax demo in kohana php….
/* view file script */ <script language=”javascript”> function get_sub_category(id) { var url = “/codes/get_sub_category/?id=”+id; $.post(url,function(feedback){ //alert(feedback); document.getElementById(‘sub_category_list’).innerHTML = feedback; $(‘#sub_cat_view’).show(‘slow’); }); } </script> <tr><td align=”right”><label>Category:</label></td><td><select id=”category” name=”category” title=”Select the Category” onchange=”return get_sub_category(this.value);”> <option value=”” >select</option> <?php foreach($this->main_category as $row) {?> … Continue reading
WSRP-network protocol standard
Web Services for Remote Portlets (WSRP) is network protocol standard designed for communications with remote portlets, approved by OASIS OASIS is a nonprofit consortium that drives standards for the advancement of structured information standards and adoption of open standards for … Continue reading
Posted in Programming
Tagged AJAX, communications, content aggregator, content hosts, developer community, enterprise-class, integration, JSR 168, OASIS, portal servers, portlet, remote portlet, REST, WSRPv1, WSRPv2
Leave a comment