Skip to content
Logo
  • Home
  • General
    • Cocos2d-x
    • Mobile Apps
      • Android Apps
      • Blackberry Apps
      • IOS/Iphone Apps
      • Windows Phone Apps
  • Tutorials
    • Android
    • HTML5/Design
    • IOS
    • JavaScript
    • Microsoft Technology
    • PHP
    • SAP
      • ABAP
    • Testing
    • Windows App
  • Poker app
    • Poker review
    • Poker bonus
    • Poker news
  • Contacts

Acccess nth:tr or nth:td of table in Jquery | Techbirds

Posted on: April 10, 2019 /
Categories: HTML5/Design, JavaScript, PHP

Some times we got a situation in which we have to access some specific table row of the table. We can achieve this through Jquery. To access nth row Some Text Here $(‘#firstTable tbody tr:nth-child(3).html(‘ Some Text Here To access nth table data of table $(‘#first_Table tbody tr).find(‘td:nth-child(2)’); $(‘#first_Table tbody tr).find(‘td:nth-child(2)’); To access each row

Read More →

Session Management-Multiple Sessions Allowed | Techbirds

Posted on: April 10, 2019 /
Categories: General

Posted on: September 16, 2014 / Categories: General / Author Name: Piyush Jain It is possible for a user to initiate multiple concurrent sessions using just one username/password combination. If multiple users are allowed to log in to the same account simultaneously, non-repudiation is lost. The existence of multiple sessions generated from the same set

Read More →

How to integrate GoogleAdmob in cocos2d-x (Portrait mode) | Techbirds

Posted on: April 10, 2019 /
Categories: cocos2d-x, IOS, Mobile Applications

In order to integrate the google admob to your existing project,firstly copy the following banner view classes and GoogleAdMobAdsSDK in proj.ios folder of your project Banner View Classes GoogleAdMobAdsSDK After copying,the folder will look like this: Now your project folder is ready for the integration,go to your Xcode project,open it,add these classes of banner view

Read More →

General | Techbirds | Page 3

Posted on: April 10, 2019 /
Categories: Mobile Applications