Resources No resource found - Automating SVN Check-Ins And Building A Project Via JenkinsFeb 05, 2018. A few weeks back, while sitting with my team, I learned that they run a Jenkins job which has to execute the automation scripts using the robot framework, daily around 1:00 a.m. The primary purpose of the job is to place all the necessary files and folders over the node machine of Jenkins (after copying them from the machine pointed as master on Jenkins), execute those scripts accordingly, generate the reports, and finally copy the output files back to the master machine to analyze the logs for the overall reporting and analysis purposes. This whole efficient job starts with a slack manual step which was enough to tag this activity 'not fully automated' because they had to place the updated work regularly on the specified path over the master machine before leaving the office (this includes taking the updated code, files, and automation scripts, building the project to take the DLLs etc.). This may sound tedious but more than that, there is no sense to do it manually.
- CRUD Operations In SharePoint Using REST API - CREATE OperationsJan 18, 2018. REST API is a powerful CSOM concept that can be leveraged in SharePoint for converting sophisticated business designs into working and efficient SharePoint Artifacts (Add-Ins, CSOM solutions, etc.). REST does not require any separate references for its working unlike other frameworks (SPservices!)
- Building A Tabbed Application In Xamarin iOS ApplicationJan 15, 2018. A tabbed application is a kind of app which has a bunch of buttons at the bottom of your iPhone. When you tap any button, it changes to a different page. We will learn how we can develop this functionality in an iOS app.
- ASP.NET Core 2.0 Cookie AuthenticationJan 02, 2018. Cookie Authentication allows developers to hook into events at various lifecycle stages of the authentication process. For instance you could log successful sign-ins using OnSignedIn or use OnValidatePrincipal (runs on every request) to invalidate the user (e.g. if you want to force sign-out).
- Creating A C# Console App From My iPhoneJan 02, 2018. Hyper IDE [link to https://github.com/polterguy/hyper-ide] is an Open Source web-based Integrated Development Environment. It supports 100+ progamming languages out of the box, and can be integrated with any type of command line tools, such as Git, compilers, etc. This leads to some interesting traits, such as the ability to actually create for instance C# console apps, from the browser on your phone. For the record, writing code on a phone, is not easy, and not something I encourage people to do in general. However, the border line use cases have interest.
- Setting Up Add-In Development Environment In SharePoint Server 2016Dec 26, 2017. In this article, I have explained how to configure Sharepoint add-ins development environment and create a simple hello world web part in s=Sharepoint server 2016 on-premises.
- Exploring And Managing Azure Resources Using Microsoft Azure Mobile App Dec 13, 2017. Microsoft has introduced Azure mobile app for Android & iPhone azure subscribers to get connected with there own Azure resources 24 by 7. Mobile being human chore partner, app made life easier for developers, entrepreneurs or Admin to manage provisioned azure resources anytime from anywhere. Not only can access & manage, but also can monitor health & status of Azure resources. This helps in quick resolving the issues encountered if any.
- Getting Started With SharePoint Framework For SharePoint 2016 On-PremisesOct 12, 2017. Once you have installed and upgraded the September 2017 Public Update for SharePoint 2016, you will be able to upload and deploy SharePoint Framework packages that contain web parts via the SharePoint App Catalog just as you would with SharePoint Add-ins.
- Create Office Web Add-In Project Using Visual StudioAug 24, 2017. In this article, I would like to share the steps to create Office web add-in projects using Visual Studio. In this article, we have explored what Office add-ins are and how to create Office web add-in projects using Visual Studio 2015.
- Getting Started With O365 - SharePoint-Hosted Add-Ins Using JSOMFeb 28, 2017. In this article, you will learn about SharePoint-hosted add-ins, using JSOM.
- Deleting SharePoint-Hosted Add-In Using Napa Office 365 Development ToolFeb 23, 2017. In this article, you will learn how to delete SharePoint-Hosted Add-ins using Napa Office 365 Development Tool.
- SharePoint-Hosted Add-In By Using NAPA Tools And Delete SharePoint Task List Item Using JSOMFeb 22, 2017. In this article, you will learn about SharePoint-hosted add-ins by using NAPA Tools and Delete SharePoint Task List item using JSOM.
- Handling Permissions In Linux VM While Migrating WordPress SiteOct 27, 2016. In this article, I'll write about how to give WordPress plug-ins permission, while migrating or maintaining the backup of your site.
- Creating SharePoint Hosted Add-ins In SharePoint Server 2016Sep 25, 2016. In this article, you will learn how to create SharePoint Hosted Add-ins in SharePoint Server 2016.
- Configure Environment For Add-Ins In SharePoint 2016Sep 16, 2016. In this article, you will learn how to configure environment for add-ins in SharePoint 2016.
- iPhone App Development: Set Image In Table View Cell - Day ThreeJun 11, 2016. In this article you will learn how to set image in Table View cell in iPhone app development.
- iPhone App Development: Dynamic Cell In Table View - Day TwoJun 10, 2016. In this article, you will learn about dynamic cell in table view in iPhone App development.
- iPhone App Development: Table View Controller - Day OneJun 09, 2016. In this article, you will learn about table view controller in iPhone app development.
- Resolve iPhone App Development Keypad Hide ProblemJun 08, 2016. In this article, you will learn how to resolve iPhone App Development Keypad Hide Problem.
- SharePoint Add-ins (SharePoint Hosted Add-in) - Part TwoMay 28, 2016. In this multi part series, this is part two. In this article I’ll try to cover SharePoint hosted add-in with example.
- Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013May 22, 2016. In this article you will learn how to Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013.
- SharePoint Add-ins (SharePoint App) - Part OneMay 16, 2016. In these multi part series, I’ll try to cover all the details related to SharePoint Add-ins (SharePoint App). In this article I’ll start with the introduction/basics of SharePoint Add-ins.
- What is New in Apple WatchOS 2.0Jun 16, 2015. New iOS 9 features make Apple devices even more interactive.
- Apple Has Unveiled Mac OS X El CapitanJun 11, 2015. The new iOS 9 features make Apple devices even more interactive.
- VSTO Excel and Word Add-In C#Feb 17, 2015. In this article you will learn about VSTO Excel and Word Add-Ins C#.
- Custom Pop-Up Window Using jQueryJun 19, 2014. This is the article explains the custom PopUp window in jQuery, without any plug-ins. Most of the time we willing to open a <div> on a click event.
- Testing of Push Notification Using Windows Forms Application in C#May 07, 2014. In this article, I would like to explain how to test Push Notification in Windows Forms applications.
- An Introduction to iOS 7Jan 03, 2014. This article is an introduction to iOS 7, the operatng system for iPhone and iPad devices.
- Apple Push Notification Using ASP.NetNov 05, 2013. In this article, I would like to explain Apple Push Notification using ASP.Net. Push Notification is widely used in the iPhone development.
- Windows Phone - Layout’s Demonstration in SilverlightOct 04, 2013. We are in App Development; either it is Android, Windows Phone or Apple iPhone. In every platform, we have layout definition. Since are planning to develop for different sized screen. In this post, we are targeting Windows Phone Development.
- Introduction to Sencha Touch 2Sep 02, 2013. Here in this series we will learn how to develop the applications for Android, IPhone, Blackberry and Windows Phone 8 using Sencha Touch.
- Hello World App Using Sencha Touch 2Sep 02, 2013. In this article we will get directly to work on Sencha Touch apps.
- Office Application Development in Visual StudioJul 31, 2013. In this article you will learn about the office application development in Visual Studio 2013 Preview.
- How to Create Add-Ins Using VSTO in MS-WordJul 26, 2013. VSTO application add-ins allows developers to extend Office applications. Visual Studio Tools for Office (VSTO) is a set of development tools available in the form of a Visual Studio add-in (project templates).
- How to Track Browsing Device and Orientation in ASP.NetApr 18, 2013. In this article you will learn how to track the browsing device including its orientation, whether it's an iPad, iPod, iPhone or Mobile in ASP.Net.
- Customize or Formated UILabel in iPhoneApr 10, 2013. How to customize the UILabel text in IPhone. The iOS SDK provides the setTextolor method for UILabel but this method uses the same color for the entire string. Sometimes we must highlight the text with multiple colors.
- Identify Language in iPhoneMar 15, 2013. In this article I will pass some text in a text view and determine the language of the text in iPhone.
- Height Measurement in iPhoneMar 15, 2013. In this article I will explain how to measure height using iphone device.
- NSTimer in iPhoneMar 15, 2013. In this article I will explain how to implement a NSTimer in iPhone.
- Grid View in iPhoneMar 15, 2013. In this article I will explain how to show image in grid form in iPhone.
- Add Delete Table Cell in iPhoneMar 15, 2013. In this article I will explain how to add or delete cells from a table view in iPhone.
- Mail Composer in iPadMar 15, 2013. In this article I will explain how to make mail composer for iPad.
- Core OS Layer in iPhoneMar 12, 2013. In this article I will explain iOS Core OS Layer and it's framework in iPhone.
- Drop Down Menu in iPhoneMar 09, 2013. In this article I explain how to make a drop down menu for iPhone.
- Puzzle Game in iPhoneMar 09, 2013. In this article I will explain how to do a touch event for more than one image.
- Cocoa Touch Layer in iPhoneMar 08, 2013. In this article I will explain Cocoa Touch layer and it's framework.
- Drawing App in iPhoneMar 08, 2013. In this article I will explain how to draw on an iPhone screen using a touch event.
- ARCRandom in iPhoneMar 02, 2013. In this article I will explain how to use random function in Objective-c Programming or iPhone.
- Difference Between CoreData and Database in iPhoneMar 01, 2013. In this article I will explain the basics of Sqlite, CoreData, Database and how they differ from each other.
- Creating Provisioning Profile For iPhoneMar 01, 2013. In this article I will explain the step-by-step process of creating a provision profile.
- InApp Purchase in iPhoneMar 01, 2013. In this article I will explain In-app purchases in iPhone.
- 10 Basic Tips For iPhone DevelopersFeb 27, 2013. In this article I will explain some important or basic tips which is remember in mind when we create a new app.
- How to Change Color of Navigation Bar in iPhoneFeb 27, 2013. In this article I will explain how to set tint color of navigation bar in iPhone.
- Graphics Design in iPhoneFeb 27, 2013. In this article I will explain how to how to design graphic in iPhone.
- Read and Write the Data To and From Document Directory of IPhone Feb 26, 2013. The iOS Device Document Directory is sometimes used to save & retrieve data. Data will be saved until the application terminates or until the document directory is cleaned programmatically.
- GeoLocator App in iPhoneFeb 25, 2013. In this article I will explain how to implement a search bar in iPhone.
- iPhone Operating System ArchitectureFeb 25, 2013. In this article I will explain the iOS Architecture and it's layers.
- NSCoding in iPhoneFeb 24, 2013. In this article I will explain Nscoding and it's required method.
- Difference Between UIView and UIViewController in iPhoneFeb 24, 2013. The difference is due to the Model-View-Controller pattern (MVC) used throughout Cocoa Touch in iPhone.
- Responder Chain in iPhoneFeb 24, 2013. In this article I will explain the responder chain and file owner.
- Difference Between Method and Selector and Message and Method Signature in iPhoneFeb 24, 2013. In this article I will explain some basics of Objective-C in iPhone.
- How to Store App on AppStore in iPhoneFeb 22, 2013. In this article I explain the process of uploading an app to the app store.
- How to Set Screen Orientation in iPhoneFeb 22, 2013. In this article I explain how to manage screen orientation in an iPhone.
- Difference Between Dom and Sax Parser in iPhoneFeb 22, 2013. In this article I will explain the basic difference between DOM and SAX Parser in iPhone.
- How to Set Image on Selected Table Cell in iPhoneFeb 19, 2013. In this article I will explain how to set image on selected table cell in iPhone.
- Custom Text Field in iPhoneFeb 19, 2013. In this article I will explain how to make a custom text field in iPhone.
- How to Increase Table Cell Size Dynamically in iPhoneFeb 18, 2013. In this article I will explain how to increase table cell size dynamically in iPhone.
- How to Change Table Cell Color Alternatively in iPhoneFeb 18, 2013. In this article I will explain how to change table cell color alternatively in iPhone.
- Install Application on Client Devices in iPhone and iPadFeb 18, 2013. In this article you will learn the procedure for installing applications on iPhone and iPad devices.
- KVO and KVC in iPhoneFeb 15, 2013. In this article I will explain KVO and KVC in iPhone.
- Difference Between .xib and .nib in iPhoneFeb 15, 2013. In this article I explain the basic difference between .xib and .nib in iPhone.
- Notification in iPhoneFeb 15, 2013. In this article I will explain Notification in iOS.
- Difference Between REST and SOAP Protocols in iPhoneFeb 15, 2013. In this article I explain the differences between the REST and SOAP protocols.
- iPhone Memory Leaks Tracking and Use of InstrumentsFeb 14, 2013. This article shows the use of Instruments for tracking application memory leaks.
- Alert View in iPhoneFeb 13, 2013. In this article I will explain how to make alert view in iPhone.
- Action Sheet in iPhoneFeb 13, 2013. In this article I will explain how to make an action sheet in iPhone.
- View Controller Life Cycle in iPhoneFeb 12, 2013. In this article I will explain various phases of view Controller in iPhone.
- UIImageView From Url in iPhoneFeb 12, 2013. In this article I will explain how to upload an image from a server to an iPhone screen.
- Transitions in iPhoneFeb 12, 2013. In this article I will explain transition performed on view in iPhone.
- E-mail App in iPhoneFeb 08, 2013. In this article I will explain how to make a mailing app in iPhone.
- Compose Mail in iPhoneFeb 08, 2013. In this article I explain how to import a mailing app in iPhone.
- Category in iPhoneFeb 06, 2013. Category is used for accessing the data from a different class without using inheritance. A category is used to enhance the capability of an existing class.
- Alert View of Table Type in iPhoneFeb 06, 2013. In this article I will explain how to create an alert view of a table type in iPhone.
- Custom Web View in iPhoneFeb 06, 2013. In this article I will explain how to create a web view for a window based application and add it to the window.
- Custom Image View in iPhoneFeb 06, 2013. In this article I will explain how to create an Image View for a window based application and add it to the window.
- Custom Animation View in iPhoneFeb 06, 2013. In this article I will explain how to create a Custom Animation view for a window-based application and add it to a window.
- Network Activity Indicator in iPhoneFeb 06, 2013. In this article I will explain how to implement an Activity Indicator in iPhone.
- CABasic Animation in iPhoneFeb 06, 2013. In this article I will explain how to implement CABasic animation in iPhone.
- App States in iPhoneFeb 02, 2013. In this article I will explain most of the common states of an iPhone.
- Storage Data in iPhoneFeb 02, 2013. In this article I explain how to store data in a number of ways in an iPhone.
- Table View Delegate and Datasource Method in iPhoneFeb 02, 2013. In this article I will explain all delegates and datasource methods in an iPhone
- Root Draw On Map in iPhoneFeb 01, 2013. In this article I explain how to draw a path between two locations in an iPhone.
- How To Design Rounded Button In iPhoneFeb 01, 2013. In this article I will create an Empty View application. We create an entire app using code. I mean we doesn't use an xib file here. In this app we make a rounded button and do an action on it.
- Facebook Integration In iPhoneJan 31, 2013. In this article I explain how to upload an image to Facebook from an iPhone.
- Social Network In iPhoneJan 31, 2013. In this article I will explain how to implement a social medial framework in an iPhone.
- Facebook App In iPhoneJan 31, 2013. In this article I will implement a Facebook app in iPhone.
- Bluetooth Chat App in iPhoneJan 31, 2013. In this article I will implement Bluetooth in an iPhone.
- Page Control in iPhoneJan 31, 2013. In this article I will explain how to implement a Page Control in an iPhone.
- Using Comparison Show Data on Tableview in iPhoneJan 31, 2013. In this article I will explain how to show the data of a table using a comparison between two events in iPhone.
- How to Change Table Background Color in iPhoneJan 29, 2013. In this article I will explain how to change the table background color in an iPhone.