Skip to content
DevChunks

DevChunks

Web development tips, tricks and advice

  • PHP
  • MySQL
  • JavaScript
  • Tools
  • Store
  • About
  • Contact
DevChunks
DevChunks
Web development tips, tricks and advice

JavaScript

JavaScript

Joining Strings Together in Javascript

ByCarey March 19, 2011October 10, 2022

It is common to want to join several smaller strings into a large string. The obvious way to do this is with a string concatenation operation, but in JavaScript, this can have a negative effect on performance. This is because the string concatenation operations can produce too many intermediate strings, making it perform poorly. As…

Read More Joining Strings Together in JavascriptContinue

JavaScript

Facebook Photo Tagging in Javascript

ByCarey October 25, 2010October 23, 2022

After a long search for a Javascript solution similar to Facebook Photo Tagging, I initially found a great solution called Photo Notes. Unfortunately, this has now been discontinued. Photo Notes was a JS Framework-independent solution to allow tagging photos with a comment. It included resizable tags, editing and deleting. Do you know a good, modern…

Read More Facebook Photo Tagging in JavascriptContinue

Page navigation

Previous PagePrevious 1 2
Facebook Twitter Instagram
  • About
  • Contact
  • Privacy Policy

© 2023 DevChunks

  • PHP
  • MySQL
  • JavaScript
  • Tools
  • Store
  • About
  • Contact