Tutorials | Techbirds | Page 2

Posted on: July 9, 2014 /

Categories: PHP / Author Name: Vivek Sharma

Following steps to send SMS using PHP. Step 1:  Simply register for an account, and you will get username and password. Step 2: When you login using these username and password, you will get an api_id to use. These username , password and api_id details will be used in the code to send sms .   Here is

Read More →

1,239 total views, no views today

Step 1 Create a new 1024 x 768 px document. Set the Foreground color to #532118 and the Background color to #170b09. Pick the Gradient Tool (G), choose the Foreground to Background gradient and click the Radial Gradient icon in the Options bar, then click and drag as shown below to create the gradient. Open

Read More →

1,443 total views, no views today

Posted on: June 27, 2014 /

Categories: Tutorials / Author Name: Amit

ArrayList: ArrayList is a basic implementation of List interface in Collection framework.It extends AbstractList. ArrayList supports dynamic array that can grow as needed. Some of the important methods in ArrayList are void add(int index,Object element):add the element at the specified index. void add(Object element): Add the element at the end of the list. void  clear(): clears

Read More →

882 total views, no views today

Hi All, There is some flow with Grouped Table view with iOS7 like adding extra padding space. Specially this problem come with iPad. As you can see in above image with marked box with extra padding in group table. By using below code we can remove extra padding as follows :- tableObject.contentInset = UIEdgeInsetsMake(-30, 0,

Read More →

6,438 total views, no views today

Posted on: June 25, 2014 /

Categories: PHP / Author Name: Diksha Verma

-> First , create a folder in themes folder of wp-content ->Make following files  : 1) style.css 2) header.php  3) footer.php 4) functions.php  5) sidebar.php 6)  index.php  7) page.php style.css

/* Theme Name: Escalate Theme URI: https://www.techguywebsolutions.com; Author: Brad Traversy Author URI: https://www.techguywebsolutions.com; Description: This is a simple and clean WordPress theme License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: escalate */ // write your css here

/*

Theme Name: Escalate

Theme URI: https://www.techguywebsolutions.com;

Author: Brad Traversy

Author URI: https://www.techguywebsolutions.com;

Description: This is a simple and clean WordPress theme

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: escalate

*/

// write your css here

These comments simply help WordPress properly identify the theme. header.php