PHP Get Webpage Content Using cURL
Posted by
admin 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 →
Tagged: cURL, CURLOPT_CONNECTTIMEOUT, CURLOPT_TIMEOUT, CURLOPT_USERAGENT, file_get_contents, web developers
Key Performance Indictors (KPI) for Technical Supervisor
Posted by
admin 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 →
Tagged: Key Performance Indictors, KPI, Technical Supervisor
Key Performance Indictors (KPI) for Developer
Posted by
admin 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 →
Tagged: Key Performance Indictors, KPI
Javascript remove vietnamese accents
Posted by
admin 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 →
Tagged: vietnamese accents
PHP remove vietnamese accents
Posted by
admin 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 →
Tagged: vietnamese accents