How to add a user to WordPress programmatically
In a recent development project I needed to add a user to WordPress programmatically because I had no WP user data but only access to FTP. If this is your case, here is the code I used to add myself to...
View ArticleString Extension Method to Convert a String to Title Case in VB .NET
If you are regularly doing an operation on a common type, extension methods are a great way to create shorthand functions for this. In this post I am sharing my string extension method to convert a...
View ArticleIf you want something you’ve never had, then you’ve got to do something...
The post If you want something you’ve never had, then you’ve got to do something you’ve never done appeared first on metinsaylan.
View ArticleGuitar learning progress for January 2017
I had a guitar since 2006 and never played it really. After I have found the Yousician android app, I have decided to turn back to learning. After a month of practice; I have finished 20 tasks, played...
View ArticleFor Honor mouse cursor problem
Open Beta for Ubisoft‘s For Honor is released recently and I already bought the game. But while playing you can see the mouse flying all around. In this post I am showing you how to solve this issue....
View ArticleHow to remove usb virus that hides all files and creates a link
USB viruses are one of the most common virus types and I recently caught one on my pendrive. It is a virus that hides all the files on your drive and creates a link named “Removable Drive (16GB).lnk”....
View ArticleBlockRanger: All-hexahedral, Mapped grid/Mesh Generation Software
BlockRanger is a fully interactive, volume mesh generation plug-in for the Rhinoceros 5.0 3D CAD system. BlockRanger converts Rhino 5 solids into blocks of high-quality hexahedral (brick) elements for...
View ArticleAmazing Applied Mathematics Works by Ron Fedkiw
Ron Fedkiw is focused on the design of new computational algorithms for a variety of applications including computational fluid dynamics and solid mechanics, computer graphics, computer vision and...
View ArticleHow to draw a horse :)
Then add small details :)) The post How to draw a horse :) appeared first on MetinSaylan.
View ArticleTypora : a minimal markdown reading & writing app
Typora will give you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions....
View ArticleRhino-python package for Atom editor
Atom code editor supports packages to be added to improve development speeds for various platforms. Rhino-python is an Atom package that will speed up your python scripting speeds drastically. Download...
View ArticleAtom: A hackable text editor for 21st century
Atom is a code editor developed by the creators of Github. It is minimal and supports installation of many extension packages, speeding your development processes. Download Atom Code Editor here.. The...
View ArticlePremature Optimization, is the root of all evil!
In DonaldKnuth’s paper “Structured Programming With Go To Statements”, he wrote: “Programmers waste enormous amounts of time thinking about, or worrying about, the speed of noncritical parts of their...
View ArticleDropdown Menu Widget 1.9.5 Update
After a long time (3 years exactly) I decided to update Dropdown Menu Widget because it was giving some serious errors. Errors that was caused by WordPress core changes. Here is what I have changed...
View Article12+ WordPress Plugin Recommendations for July 2017
Over years of experience on WordPress, I have learned that keeping number of plugins low will save you from a lot of troubles. In order to do that, you have to get only the best of them in your...
View Articleİstanbul Trafiği
Dün trafiğe kalmayayım diye 10dk erken çıktım ofisten. 2dk sonra trafiğe girdiğimdeki tepkim: – Bu ne ya! ne ki bu? The post İstanbul Trafiği appeared first on MetinSaylan.
View Article120+ Popular Emoji for Social Marketing 😍
Emojis make your social posts more attractive, engaging more users to click links or at least like your shares. In this post, I gathered most common emoji’s to help all social marketers out there,...
View Article[How to] Create bootable SD card for Raspberry PI
Raspberry PI comes with NOOBS operating system installer by default. But, if you want to use another OS or create an alternative desktop for another user, you will need to create a bootable SD card. In...
View Article[Gist] Python Script to Delete All Empty Folders
Windows and applications create many blank folders on your hard drive in time. And they stick even after you uninstall the software. To solve this issue of ghost folders, I created a simple python...
View Article