Author Archives: admin




PHP Get Webpage Content Using cURL Posted by in PHP | 3 Comments

It’s very common task for web developers who want to download remote content of a particular URL, XML, RSS or even call to a API or web service. PHP’s cURL library which often comes with default configuration on popular shared hostings allows us to do that. Continue reading

Letter of resignation Example Posted by in Resources | Leave a comment

Letter of Resignation Your Name Your Address Your City, State, Zip Code Your Phone Number Your Email Date Name Title Organization Address City, State, Zip Code Dear Mr./Ms. Last Name: Please accept this letter as formal notification that I am … Continue reading

Key Performance Indictors (KPI) for Technical Supervisor Posted by in Resources | Leave a comment

Technical Supervisor KPI’s 1. RESPONSIBILITIES To show outstanding technical development skills within the digital projects worked on An understanding of test driven development and related agile methodologies and the application of these techniques to real world development scenarios Create superior … Continue reading

Key Performance Indictors (KPI) for Developer Posted by in Resources | 1 Comment

Developer KPI’s 1. RESPONSIBILITIES Code web pages using web side languages: ASP.NET & other server side technologies Interpret technical direction from Creative Director and implement on a project level. Database programming and script engineering. Develop stubs or modules to maximize … Continue reading

Javascript remove vietnamese accents Posted by in Javascript | 1 Comment

How to Remove Vietnamese accents from text by using Javascript function.
The function below will replace all vietnamese accented characters with non-accented characters Continue reading

PHP remove vietnamese accents Posted by in PHP | 3 Comments

How to Remove Vietnamese accents from text by using PHP function.
The function below will replace all vietnamese accented characters with non-accented characters Continue reading