Skip to content
pontikis.net
  • Blog
  • WordPress
  • Labs
  • About
  • Toggle website search
Search this website
Menu Close

webdev

  1. Home>
  2. Blog>
  3. webdev>
  4. webdev
Read more about the article Get basename and file extension with PHP or Javascript
Credits

Get basename and file extension with PHP or Javascript

  • Post author:Christos Pontikis
  • Post published:August 6, 2014
  • Post category:Web Development
  • Reading time:4 mins read

Getting file extension and basename is a common development task. PHP internal function pathinfo is very useful. But, Windows paths will not work correctly on Linux servers and vice versa.…

Continue ReadingGet basename and file extension with PHP or Javascript
Read more about the article How to Create, Read, Update and Delete Cookies with PHP or Javascript
Irrational Cookies

How to Create, Read, Update and Delete Cookies with PHP or Javascript

  • Post author:Christos Pontikis
  • Post published:January 4, 2014
  • Post category:Web Development
  • Reading time:13 mins read

http is a stateless protocol. A way to remember information from page to page is to use cookies. According to Wikipedia: A cookie, also known as an HTTP cookie, web…

Continue ReadingHow to Create, Read, Update and Delete Cookies with PHP or Javascript
Read more about the article How to check if a Request is AJAX call with PHP
Credits

How to check if a Request is AJAX call with PHP

  • Post author:Christos Pontikis
  • Post published:December 9, 2013
  • Post category:Web Development
  • Reading time:2 mins read

It is useful to prevent direct access of AJAX calls (from browser address bar). A solution could be the following simple function check_is_ajax(): /** * Check if request is an…

Continue ReadingHow to check if a Request is AJAX call with PHP
Read more about the article PHP and Javascript Internationalization using Gettext and Poedit
Credits

PHP and Javascript Internationalization using Gettext and Poedit

  • Post author:Christos Pontikis
  • Post published:November 19, 2013
  • Post category:Web Development
  • Reading time:21 mins read

The term "localization" is used as a synonym of "internationalization", which is the most proper term. Sometimes, internationalization is shortened to "i18N" (meaning "i - eighteen letters -n"). gettext is…

Continue ReadingPHP and Javascript Internationalization using Gettext and Poedit
Read more about the article How to Convert Date or Time to any Timezone and Dateformat with PHP
Credits

How to Convert Date or Time to any Timezone and Dateformat with PHP

  • Post author:Christos Pontikis
  • Post published:November 4, 2013
  • Post category:Web Development
  • Reading time:4 mins read

Date manipulation is a common and extremely useful development task. It was never easy with PHP, until PHP5 and DateTime class. There are many cases you need to convert dates.…

Continue ReadingHow to Convert Date or Time to any Timezone and Dateformat with PHP
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Go to the next page

Categories

Archives

NewsLetter

Click here to subscribe to our free email newsletter.
Unsubscribe anytime with a click.

LIKE OUR PAGE!


Say Hello to Gutenberg with my new Free WordPress Plugin Boilerplate for Developers!

Star it on Github!


  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Contact
  • Privacy
  • Terms
© Christos Pontikis 2013 - 2025
Close Menu