Articles

Page 5 of All articles - Learn from experiences of Jey Geethan through his articles

Show full file path in the title bar of Sublime and VS Code
Software Development

Show full file path in the title bar of Sublime and VS Code

by Jey Geethan | March 22, 2018
If you feel that you want to show the full file paths in your favorite editors - Sublime Text and Visual Studio Code, follow the simple steps

Solving - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

iTerm2 vs Plain Old Terminal - Which One Is The Best?
Software Development

iTerm2 vs Plain Old Terminal - Which One Is The Best?

by Jey Geethan | August 28, 2017
Have you ever wondered if you have an alternative that will be better and useful than the default terminal?

Learn how BigData can help your Marketing Efforts
Business

Learn how BigData can help your Marketing Efforts

by Jey Geethan | November 28, 2016
How do we increase the marketing ROI by leveraging the huge amounts of data that any company has accrued throughout the years? Read on to find out the answer

B2B selling demystified like a Rockstar
Business

B2B selling demystified like a Rockstar

by Jey Geethan | July 28, 2016
B2B sales is always a mystery. Longer cycles, multiple stakeholders, unknown criterias - how does anyone sell anything to businesses? We break down the B2B sales in this article

Top 3 Sales Tips That You Should Know Already
Business

Top 3 Sales Tips That You Should Know Already

by Jey Geethan | October 21, 2015
Sales is an art. May be you know these tips but could help others

Why should content marketing take a high priority in your marketing efforts?

[.NET] ToolTip and "Cannot access a disposed object" exception
Software Development

[.NET] ToolTip and "Cannot access a disposed object" exception

by Jey Geethan | December 12, 2008
The "Cannot access a disposed object" exception is a nightmare for .NET developers.

[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms
Software Development

[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms

by Jey Geethan | November 06, 2008
Sometimes, while creating controls, either by Inherited Controls or UserControls, we will be required to skip a piece of code depending upon the design time or runtime mode.

[.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows
Software Development

[.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows

by Jey Geethan | March 06, 2008
This is an error, with which i was dumbfounded for weeks. But the solution is simple after understanding why it's happening