This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Test</title> | |
</head> | |
<body> | |
<h1>This counter should keep counting smoothly: <span id="counter"></span></h1> | |
<script src="https://cdn.jsdelivr.net/bluebird/latest/bluebird.min.js"></script> | |
<script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[XDebug] | |
zend_extension = "D:\xampp\php\ext\php_xdebug.dll" | |
;xdebug.profiler_append = 0 | |
xdebug.profiler_enable = 1 | |
;xdebug.profiler_enable_trigger = 0 | |
xdebug.profiler_output_dir = "D:\xampp\tmp" | |
;xdebug.profiler_output_name = "cachegrind.out.%t-%s" | |
xdebug.remote_enable = 1 | |
;xdebug.remote_handler = "dbgp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 Bootstrap Editors for Rapid Development of Responsive Websites | |
https://bootstrapbay.com/blog/bootstrap-editors/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.smashingmagazine.com/2009/11/zen-coding-a-new-way-to-write-html-code/ | |
https://github.com/lorenzos/ZenCodingNetBeansPlugin#readme Plugin for Netbean | |
https://github.com/tranquangchau/ZenCodingNetBeansPlugin | |
https://vimeo.com/7405114 | |
Zen Coding, a set of tools for high-speed HTML and CSS coding. | |
Here is a list of supported properties and operators: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$this->config->item('base_url'); | |
http://www.codeigniter.com/user_guide/general/ancillary_classes.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Search.setIndex({envversion:42,terms:{represent:[25,110,13,73],mybackup:69,yellow:[6,124],poorli:86,four:[144,82,49,130,50,120,116,125,119],prefix:[82,89,2,29],oldest:125,hate:126,optimize_databas:69,forget:[46,98],whose:29,accur:[0,29,109,146,37,88],aug:86,emailaddress:46,my_control:[96,105],site_url:[91,75,7,29],illustr:[128,91,144],swap:[37,82,89,105,29],up8:86,under:[137,10,89,73,144,29,92,60,30,31,134,104,27,98,126,100,101],up6:86,lord:86,up4:86,up5:86,up2:86,spec:91,myselect:87,up1:86,merchant:71,pg_escape_str:29,kudo:29,everi:[56,48,131,19,141,49,40,73,144,8,134,135,117,105,98,136,38,101],risk:[98,123,29],"void":[132,82,41,7,85,125,88,91,49,92,51,98,100,101,138,139,107,29,110,75,116,37],internet:[30,91,29],mime_typ:92,del_dir:109,stripslash:[130,29],upstream:29,start_cach:[144,29],applicationconfig:120,set_templ:[138,119],rename_t:[70,29],total_seg:[145,29],ci_db_query_build:144,fopen_write_cr:108,email_attachment_unred:29,preg_match:29,csrf_hash:94,raw_data:73,cmd:45,upload:[87,47,96,50,29],previou:[1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en-US" id="top-block"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <title> Website | Green Global </title> | |
<link rel="stylesheet" href="http://greenglobal.vn/wp-content/plugins/sitepress-multilingual-cms/res/css/language-selector.css?v=3.1.8.1" type="text/css" media="all" /> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="IT Outsourcing Company located in Danang, Vietnam is specialized in consulting IT solutions for business: website design, graphic design, mobile application, e-commerce solutions, HRM, E-health" name="description"> <meta content="Green Global, Danang Software Company, Vietnam IT solution, Website Design, Software Outsourcing, Mobile Application, IT Outsourcing Company" name="keywords"> <meta content="Green Global Te |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Have you rectified the issue ?, if not please try this. | |
1)php.ini file content | |
zend_extension = "c:\xampp\php\ext\php_xdebug-2.2.3-5.4-vc9.dll" | |
xdebug.remote_autostart=on | |
xdebug.remote_enable=on | |
xdebug.remote_enable=1 | |
xdebug.remote_handler="dbgp" | |
;xdebug.remote_host="localhost:81" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
defined('BASEPATH') OR exit('No direct script access allowed'); | |
/** | |
* Description of Authentication | |
* Function forgot_password | |
* forgot_password_fix recontructer forgot_password for if if if if if | |
* use http://www.codeigniter.com/user_guide/helpers/string_helper.html make random new pass work | |
* use http://www.codeigniter.com/user_guide/libraries/email.html for send email |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from https://disqus.com/home/settings/profile/ | |
<!DOCTYPE html> | |
<html lang="en" dir="ltr"> | |
<head> | |
<!-- Used by Chartbeat in tracking startup time --> | |
<script type='text/javascript'>window._sf_startpt=(new Date()).getTime();</script> | |
<meta charset="utf-8"> |
OlderNewer