AskMeCode
The Journal
How to replace functions or methods?
The simplest way to replace a function or method is to refactor the existing code so that it no longer calls the function or method being replaced. This is a common approach in test-driven development: you make the test fail first, then write the new code to pass it. Once it’s passing, you can remove […]
Palindrome Number
/** * Java program to check if number is Palindrome. * A palindrome number is a number that remains the same when its digits are reversed. */ public class Palindrome { public static void main(String args[]){ System.out.println(“Is 121 palindrome? ” + isPalindrome(121)); System.out.println(“Is 12321 palindrome? ” + isPalindrome(12321)); System.out.println(“Is 1212 palindrome? ” + isPalindrome(1212)); //another […]
Beautify Your Code Thanks To newPHPbeautifier
I spend a lot of time on developing PHP source code and have to deal with various kind of code from other developers, too. One thing that always drives me bananas are badly formatted code – it is just not readable. While I use the NetBeans IDE for development, there is no possibility to format […]
What Can Be Done to Stop the Destruction of Rain Forests? There are several ways you can help. a blog on how you can help save the rainforests in a way that shows how serious you are about helping.
What Can Be Done to Stop the Destruction of Rain Forests? There are several ways you can help. a blog on how you can help save the rainforests in a way that shows how serious you are about helping. At least 80 percent of the developed world’s […]
how to do _________
I didn’t know how to do anything. I didn’t know how to build a website, or write HTML, or use Photoshop, or set up an email list. I didn’t want to learn much either. As far as I can tell this is the only way to start a startup. You don’t decide to start one, […]
Beautifying PHP Code 5 Reasons Why You Should Use a Code Beautifier
Writing good code is important to any programmer. But it goes beyond just making sure that your code works and can easily be understood. There are multiple reasons why you should take the time to beautify your code, including: 1. Aesthetics 2. Simplicity 3. Optimization 4. Collaboration 5. Error reduction In this blog post, we […]
A Beginners Guide to Using JSLint
This is a blog about the awesomeness of JSLint. JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool. JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The […]
Did you just created/sketch a design and need to know how to turn it into a fully functioning product? Look here
Sketch2Code is a blog around sketching, design, turning sketches into final products. Did you just created/sketch a design and need to know how to turn it into a fully functioning product? look here. We will cover the following topics: Designing a website with adobe xd Implementing your website with html5 and css3 Coding your website […]
Videos Refresh your Git
The Refresh your Git blog contains informative videos to help you get the most out of using git. The blog is written by the Visual Studio Code team and is a great resource for Git users. The video below is a sample of what you can find in the blog. In this video, learn how […]
prismjs user’s and developer community.
prismjs is a lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s used in thousands of websites, including some of those you visit daily. Our goal is to create a rich ecosystem for the prismjs user’s and developer community. We want you to use it, hack it, improve it and make it […]
What Are The whitehat jr fees JV Tools You Should Be Using? A blog on the paid tools that offer help to make money online.
What Are The whitehat jr fees JV Tools You Should Be Using? A blog on the paid tools that offer help to make money online. If you are newbie in online marketing, you would definitely have heard of whitehat jr fees, but if you have been an affiliate marketer for some time, then you would […]
The Best Java Features
The Best Java Features: a blog around Java’s best features, Also known as “Javey Hall of Fame”. The Javey Hall of Fame is a list of the most useful and beautiful features of the language. The list will be updated from time to time, but it will always stay at 10 items. The main objective […]