Freelance web developer using PHP, HTML, CSS and Javascript. I try to use the most suitable tools for each problem. Context determines this, not trends.
-
Olabaworks
- Bilbao
- https://www.olabaworks.com
- @AritzOlaba
Pinned Loading
-
-
wl-css-helpers
wl-css-helpers PublicA tiny SCSS/LESS file to generate a CSS with commonly used instructions, which will help you building the layout and structure of any project. It works great in combination with Bootstrap.
CSS
-
Send email using node socket (with t...
Send email using node socket (with the node net library) 1let port = 25;
2let host = '127.0.0.1';
3let from = 'user@localmail.com';
4let rcpt = 'user@localmail.com';
5let user = 'dXNlckBsb2NhbG1haWwuY29t'; // 'user@localmail.com' base64 encoded
-
Validar NIF, CIF y NIE en PHP, actua...
Validar NIF, CIF y NIE en PHP, actualizado 2024 1function validateIdent( $ident = '' ) {
23$BASE_REG_EXP = '/((^[A-Z]{1}[0-9]{7}[A-Z0-9]{1}$|^[T]{1}[A-Z0-9]{8}$)|^[0-9]{8}[A-Z]{1}$)/';
4$CIF_REG_EXP = '/^[ABCDEFGHJNPQRSUVW]{1}/';
5$NIF_REG_EXP = '/(^[0-9]{8}[A-Z]{1}$)/';
-
Generate WP screenshot using via.pla...
Generate WP screenshot using via.placeholder.com through curl 1curl -o "screenshot.jpg" "https://via.placeholder.com/1200x900.jpg/002/fff/?text=A+New+Theme"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.