emmamartins's feed
-
5 years agoHow-to emmamartins
Friendly URL In PHP :: Beta Codings
Friendly URL helps users to move around web applications easily. Friendly URL improves SEO, also project database from SQL injection and autoincrement values. Most at times you notice urls link: https://example.com/friendly-url-in-php. Below is the programming function on how to create Friendly URL in PHP.
-
5 years agoHow-to emmamartins
Readable File Size In Php :: Beta Codings
Being able to Read file size from directory, file size are in bits and it counts numerous digits when you have file size rang from bytes to kilobytes and more. Calculation of this becomes more difficult to format or converting to the public in a readable format like 1MB or 100GB or 10TB. Here is the php function to covert file size to readable format.
-
5 years agoHow-to emmamartins
Phone Number Validation Function Php :: Beta Codings
Simple function that helps to achieved Phone Number Validation in a best way. Phone numbers has lots of format with mobile structures like:- 1234567890,123-456-7890,(123)456-7890. In situation where public field is outputted for the audience to input their phone number, validation is always requires
-
5 years agoInteractive emmamartins
Eclipse plus PyDev :: Beta Codings
Eclipse is one of the most used IDE for development. It provides a lot of tools like debugger, interactive console, refactoring, token browser, code analysis and so on. With python, Jython, Ironpython and Django support, this stands for a multi-operational IDE. It uses advanced inference techniques to provide better code completion and analysis and debugging at the same time.
-
5 years agoLevel Up emmamartins
Level 3
emmamartins is now level 3 with 3,625 XP.
View Unlocks- Pattern Banner You now have the ability to select a pattern for your profile banner.
- Following The maximum amount of users you can follow has been raised by 20 to a total of 120.
-
5 years agoAchievement emmamartins
All Hands On Tech
Published 2/2 interactive snaps! Congratulations emmamartins on this achievement!
+1300 XP -
5 years agoInteractive emmamartins
PyScripter IDE :: Beta Codings
It is another open source IDE with many features and functionalities. PyScripter is a competitive product with the likes of top rated IDEs. With extraordinary support and tools, it is capable to become the best environment someday in the future. In all, it is a powerful and interesting platform to work on.
-
5 years agoInteractive emmamartins
Eric Python IDE :: Beta Codings
It is designed for everyday usage as well as professional projects. It is a full scale IDE with all the important features like autocorrect, highlighting array and an integrated web browser. You can manage all sorts of projects with its advanced integrated tools. It also includes drug-in system and extensions that can be directly downloaded from the IDE itself.
-
7 years agoLevel Up emmamartins
Level 2
emmamartins is now level 2 with 1,950 XP.
View Unlocks- Profile Title You now have the ability to enter a profile title.
- Tribe Membership The maximum amount of tribes you can join has been raised by 5 to a total of 80.
-
7 years agoAchievement emmamartins
Helping Hand
Published 2/2 how-to snaps! Congratulations emmamartins on this achievement!
+1300 XP -
7 years agoHow-to emmamartins
Upload and resize image using php
how to upload and resize images using php. How to upload and resize single and multiple images at the same time in php.
-
7 years agoHow-to emmamartins
Implement Placeholder in Java Swing
How to implement Placeholder in java SE using Swing Jtextfield. Code Java Placeholder on jtextfield.