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

Web Development

  1. Home>
  2. Blog>
  3. Web Development>
  4. Web Development
Read more about the article Preventing JS or CSS Caching on Web Applications
Credits

Preventing JS or CSS Caching on Web Applications

  • Post author:Christos Pontikis
  • Post published:August 26, 2013
  • Post category:Web Development
  • Reading time:1 mins read

It is very important for dynamic web applications, any js and css changes to become available to user (without need to refresh - reload browser page). Instead of <script type="text/javascript"…

Continue ReadingPreventing JS or CSS Caching on Web Applications
Read more about the article Find all occurrences of a substring in a string with PHP
Credits

Find all occurrences of a substring in a string with PHP

  • Post author:Christos Pontikis
  • Post published:August 25, 2013
  • Post category:Web Development
  • Reading time:1 mins read

PHP stripos (or mb-stripos) finds the position of the first occurrence of a (case-insensitive) substring in a string. How to find all occurrences? Here is a solution: <?php /** *…

Continue ReadingFind all occurrences of a substring in a string with PHP
Read more about the article A Workaround for mysqldump Error 1449
Credits

A Workaround for mysqldump Error 1449

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

Trying to dump mysql databases (especially after mysql 5.1), it is possible to get the error mysqldump: Got error: 1449: The user specified as a definer ('root'@'%') does not exist…

Continue ReadingA Workaround for mysqldump Error 1449
Read more about the article How to Escape JSON Special Characters using PHP
Credits

How to Escape JSON Special Characters using PHP

  • Post author:Christos Pontikis
  • Post published:August 23, 2013
  • Post category:Web Development
  • Reading time:3 mins read

JSON is a data format (possible the most) suitable for use with javascript, especially on ajax operations. Some characters in strings have to be escaped, otherwise json cannot be parsed and an error will…

Continue ReadingHow to Escape JSON Special Characters using PHP
Read more about the article A Simple PHP Class to Create RSS Feed
Credits

A Simple PHP Class to Create RSS Feed

  • Post author:Christos Pontikis
  • Post published:August 18, 2013
  • Post category:Web Development
  • Reading time:11 mins read

RSS (Really Simple Syndication) is the use of an XML document in order to share content across the Internet. An RSS document, aka "feed" includes full or summarized text, plus…

Continue ReadingA Simple PHP Class to Create RSS Feed
  • Go to the previous page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 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