Skip to content
CODE t!ps

CODE t!ps

  • f
  • t
  • l
  • y
  • leetcode
CODE t!ps

CODE t!ps

  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
How to use Pickerview with Uitextfield for input data in IOS
November 19, 2014
2
Add or Remove HTML classes in Jquery
January 17, 2014
2
Swift Programming Language Interview Questions And Answers
November 10, 2014
2
iOS Logo
Tips to consume .net webservice in IOS applications
March 5, 2014
2
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0

Main

Programming

SOLID Principles Explained With Examples

By Code T!ps
May 28, 2026
Ai

How AI Is Changing Full Stack Development

By Code T!ps
May 27, 2026
Programming

Building AI SaaS Products With OpenAI APIs

By Code T!ps
May 26, 2026

Trending

SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
Beginner’s Guide to AI Automation for Developers
May 24, 2026
0
How to Build AI Agents Using Python and LLMs
May 23, 2026
0
Best AI Coding Assistants Compared for Developers (2026 Guide)
May 22, 2026
0
thumb default

How to apply style to wordpress widgets !

1 Min Read

Styling the Text WidgetStandard image alignment CSS styles such as alignleft, alignright, and aligncenter apply for images. To specifically style the various default styles of the WordPress Text Widget, use the following example: <div…

Tips&TricksWeb
July 25, 2015
thumb default

How to add widgets in wordpress theme !

2 Min Read

WordPress Widgets add content and features to your Sidebars. Examples are the default widgets that come with WordPress; for post categories, tag clouds, navigation, search, etc. Plugins will often add their own widgets. Widgets were originally designed…

Tips&TricksWeb
July 25, 2015

How to read data from property list file (.plist) to NSDictionary in IOS.

1 Min Read

Read data from property list - (NSDictionary *) dictionaryWithPropertyListAtPath: (NSString *) path { NSString *error = nil; NSPropertyListFormat format; NSData *plistXML = [ [NSFileManager defaultManager] contentsAtPath: path]; NSDictionary *result =…

IOS
April 17, 2015

How to get carrier name in IOS ?

1 Min Read

CoreTelephony framework contains routines for accessing telephony-related information (available since iOS 4.0, more information here). CTCarrier class allows you to get some useful information about the user’s home cellular service provider. Let’s use…

IOS
April 17, 2015

Generate unique identifier in IOS !

1 Min Read

Sometimes it could be quite useful to have a function that generates unique identifiers. Unfortunately iOS SDK doesn’t have method that simply returns identifier as a string. You should use CFUUIDCreate (returns Universally Unique Identifier (UUID)…

IOS
April 17, 2015

How to check that device is iPhone 5

1 Min Read

There is no function in iOS 6 that can tell us that app is running on device with tall screen. So we have to check device’s screen size manually.   + (BOOL) isTallScreen { CGFloat height = [UIScreen mainScreen].bounds.size.height; CGFloat scale = 1;…

IOS
April 17, 2015

Create your own custom loader UIActivityIndicatorView

1 Min Read

Ever wanted to have your own custom loader view instead of iOS’ default spinning circle? If what you want isn’t very complicated, you could probably achieve it very easily using UIImageView’s animationImages property. The catch is that your animation…

IOS
April 17, 2015

How to call global method with parameters or arguments in IOS !!!

1 Min Read

How to call global method with parameters or arguments in IOS   //SINGLETONCLASS.H #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import static NSString *databaseName1; static NSString *databasePath1; static sqlite3…

IOSObjective-cProgramming
February 5, 2015

Check for an active Internet Connection on iPhone SDK !!!

3 Min Read

Internet Connection on iPhone METHOD 1: Use a simple (ARC and GCD compatible) class to do it 1) Add SystemConfiguration framework to the project but don’t worry about including it anywhere 2) Add Tony Million’s version of Reachability.h and…

IOS
January 13, 2015

How to use NSTIMER in IOS Programatically ?

1 Min Read

////sample.h #import <UIKit/UIKit.h> @interface sample : UIViewController { NSTimer *timer_time_taken; } @property (nonatomic, retain) NSTimer *timer_time_taken; @end ///sample.m #import “sample.h” @implementation sample –…

IOS
January 12, 2015
« Previous 1 … 29 30 31 32 33 … 51 Next »

Join 7,715 other subscribers

Most Recommended Posts

  • Best Practices for Developing Quality iOS Apps
  • Session and cookies
  • ERROR Handling in swift !
  • Tips to protect your site from hackers
  • Some useful MAC Tips and Tricks for old and new Setup
  • How to type in Android Emulator using PC-Keyboard
  • Tips to Create WordPress Widgets
  • Each Section of Instruments in Xcode and its Meaning
  • Special characters and Symbols in Programming Languages
  • How to use WP_query(), query_posts() and pre_get_posts in WordPress Programming
Disclaimer : The Tips and Opinions expressed herein are my own personal opinions or Tips and do not represent my current or previous employer's view in anyway.

AI Android APP Programming Apps blogging DATABASE Interview Questions IOS javascript Mac objective-c OS Programming SQL swift Tips & Tricks Tools Web Wordpress Xcode

Copyright 2026 — CODE t!ps. All rights reserved. Blogsy WordPress Theme