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
1386376017 database

Creating a Data File in AS400

1 Min Read

Creating a Data File in AS400 To create a file named FTPOUT that is 100 characters in length: CRTPF FILE(MYLIB/FTPOUT) RCDLEN(100) The AS/400 actually creates a file named FTPOUT, a member named FTPOUT and a field of length 100 that is named FTPOUT. To…

Database
January 18, 2014
1386376017 database

How to Create an iSeries Database File

4 Min Read

How to Create an iSeries Database File Procedure Launch a BlueZone iSeries Display session. From the BlueZone MenuBar, choose Transfer:Send/Receive. The BlueZone Host File Transfer desktop user interface will launch. From the Host File Transfer MenuBar…

Database
January 18, 2014
2html5

Creating Modal Window or Highslide window using HTML5

2 Min Read

Creating Modal Window or Highslide window using HTML5 The modal window is one of the most common UI that we can find in websites. It is commonly used to carry a subscription form, uploading forms (like the one in WordPress), displaying notifications and…

Programming
January 17, 2014
mycodetips color

Organizing and Sorting CSS

2 Min Read

Organizing and Sorting CSS Compared to other web-related languages, CSS is relatively straightforward and easy to write. But at the same time, it is also hard to organize, particularly when it comes to codes that consist of thousands of lines.…

Programming
January 17, 2014

Add or Remove HTML classes in Jquery

2 Min Read

Add or Remove HTML classes in Jquery Adding new HTML class is a no-brainer You can do this with jQuery. This example function below will add and remove my-new-class to the <div>. // ## add class…

Programming
January 17, 2014
mycodetips Programming

How to write code in BASIC Programming Languages

1 Min Read

How to write code in BASIC Programming Languages 10 CLS 20 PRINT “Hello, world!” 30 PRINT “I’m learning about commands in BASIC.” 40 PRINT “This text is being printed via the PRINT command.” 50 PRINT “On…

Programming
January 15, 2014
mycodetips Xcode

Tips to Update your Internal iPhone Apps Remotely without Developer Account

2 Min Read

Tips to Update your Internal iPhone Apps Remotely without Developer Account For MAC 1-If you have an existing version of the application, you must first delete it; either directly from your Apple device or from the “Applications” section of…

Programming
January 6, 2014
mycodetips Xcode

Deploy iPhone Apps Through Xcode

1 Min Read

Deploy iPhone Apps Through Xcode Open Keychain Access on your MAC System Create a Certificate (Keychain Acces -> Certificate Assistant -> Create a Certificate) Go to Category (Left Pane of your Keychain Access) Click on My certificates (If needed…

Programming
January 6, 2014
mycodetips-tools

Notable Test Automation Tools

1 Min Read

Notable Test Automation Tools Tool name Produced by Latest version AutoIt Jonathan Bennett & AutoIt Team 3.3.8.1 Cucumber Open Source 1.0.2 eggPlant TestPlant 2012 EiffelStudio AutoTest Eiffel Software 7.1, Jun 2012 FitNesse Open Source v20130530 HP…

Tools
December 26, 2013
mycodetips Xcode

Tips for Bounds and Frames in IOS

1 Min Read

Tips for Bounds and Frames in IOS The bounds of an UIView is the rectangle, expressed as a location (x,y) and size (width,height) relative to its own coordinate system (0,0). The frame of an UIView is the rectangle, expressed as a location (x,y) and size…

IOSObjective-c
December 23, 2013
« Previous 1 … 37 38 39 40 41 … 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