{% block linkcss %}{% endblock %} {% " /> <meta property="og:title" content="[Answered] How can I pass context data to sylesheet 'src' and image 'src' attributes? on python,django,template-context" /> <meta property="og:type" content="article" /> <meta property="article:tag" name="article:tag" content="python" /> <meta property="article:tag" name="article:tag" content="django" /> <meta property="article:tag" name="article:tag" content="template-context" /> <meta property="og:url" content="https://www.devhide.com/how-can-i-pass-context-data-to-sylesheet-src-and-image-src-attributes-31056750" /> <meta property="og:description" content="I have a _layout.html template as follows: <!DOCTYPE html> {% load staticfiles %} <html lang="en"> <head> {% block linkcss %}{% endblock %} <title>{% " /> <meta property="og:site_name" content="Devhide" /> <meta property="og:image" itemprop="image primaryImageOfPage" content="https://www.devhide.com/img/img_default.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:url" content="https://www.devhide.com/how-can-i-pass-context-data-to-sylesheet-src-and-image-src-attributes-31056750" /> <meta name="twitter:domain" content="TechQA.club" /> <meta name="twitter:title" content="[Answered] How can I pass context data to sylesheet 'src' and image 'src' attributes? on python,django,template-context" /> <meta name="twitter:description" property="og:description" itemprop="description" content="I have a _layout.html template as follows: <!DOCTYPE html> {% load staticfiles %} <html lang="en"> <head> {% block linkcss %}{% endblock %} <title>{% "/> <meta property="article:published_time" content="2015-06-25T17:19:21.390000" /> <meta property="article:published_time" name="article:published_time" content="2015-06-25T17:19:21.390000" /> <meta property="article:modified_time" content="2025-12-19T04:36:43.542000" /> <meta property="article:modified_time" name="article:modified_time" content="2025-12-19T04:36:43.542000" /> <meta property="article:author:username" name="article:author:username" content="IAbstract" /> <meta property="og:site_name" name="og:site_name" content="Devhide" /> <meta property="og:locale" name="og:locale" content="en_US" /> <meta name="revisit-after" content="1"> <meta name="webcrawlers" content="all"> <meta name="spiders" content="all"> <meta name='language' content='en'/> <meta name='geo.placename' content='United States'/> <meta name='robots' content='index, follow'/> <meta name='Googlebot-Image' content='follow, all'/> <meta name='rating' content='general'/> <meta name='audience' content='all'/> <link rel='dns-prefetch' href='//code.jquery.com' /> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/github.css"> <link rel="canonical" href="https://www.devhide.com/how-can-i-pass-context-data-to-sylesheet-src-and-image-src-attributes-31056750" > <link rel="alternate" href="https://techqa.club" hreflang="en"/> <link rel="shortcut icon" href="https://www.devhide.com/img/favicon.png " type="image/x-icon"> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//code.jquery.com' /> <link rel='dns-prefetch' href='//highperformanceformat.com' /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet" type="text/css"> <link type="text/css" rel="stylesheet" media="all" href="https://www.devhide.com/css/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/app.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/line-awesome.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/selectize.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/style.css"> <link href="/opensearch" rel="search" title="TechQA" type="application/opensearchdescription+xml"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2199440138602787" crossorigin="anonymous"></script> </head> <body> <header class="header-area bg-white border-bottom border-bottom-gray"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-2"> <div class="logo-box"> <a href="/" class="navbar-brand">DEVHIDE</a> <div class="user-action"> <div class="search-menu-toggle icon-element icon-element-xs shadow-sm me-1" data-bs-toggle="tooltip" data-placement="top" aria-label="Search" data-bs-original-title="Search"> <i class="la la-search"></i> </div> <div class="off-canvas-menu-toggle icon-element icon-element-xs shadow-sm" data-bs-toggle="tooltip" data-placement="top" aria-label="Main menu" data-bs-original-title="Main menu"> <i class="la la-bars"></i> </div> </div> </div> </div><!-- end col-lg-2 --> <div class="col-lg-10"> <div class="menu-wrapper border-left border-left-gray ps-4 justify-content-end"> <nav class="menu-bar me-auto"> <ul> <li> <a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a> </li> <li class="is-mega-menu"> <a class="nav-link" href="https://www.devhide.com/pages/about-us">About</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/contact-us">Contact</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/cookie-policy">Cookie</a> </li> </ul><!-- end ul --> </nav><!-- end main-menu --> <form class="me-4" action="https://www.devhide.com/search" method="POST"> <div class="form-group mb-0"> <input type="hidden" name="_token" value="LEigxHI8LWng4ObdMtat7aftmyvVIxXZc0ugzp8C" autocomplete="off"> <input aria-label="Search" type="text" id="searchKeyword" name="keyword" placeholder="Search question..." value="" maxlength="100" class="form-control form--control form--control-bg-gray" autocomplete="off"> <button class="form-btn" type="button" aria-label='search'><i class="la la-search"></i></button> </div> </form> </div><!-- end menu-wrapper --> </div><!-- end col-lg-10 --> </div><!-- end row --> </div><!-- end container --> <div class="off-canvas-menu custom-scrollbar-styled"> <div class="off-canvas-menu-close icon-element icon-element-sm shadow-sm" data-bs-toggle="tooltip" data-placement="left" data-bs-original-title="Close menu" role=''> <i class="la la-times"></i> </div><!-- end off-canvas-menu-close --> <ul class="generic-list-item off-canvas-menu-list pt-90px"> <li> <a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a> </li> <li class="is-mega-menu"> <a class="nav-link" href="https://www.devhide.com/pages/about-us">About</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/contact-us">Contact</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/cookie-policy">Cookie</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/disclaimer">Disclaimer</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/privacy-policy">Privacy</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/terms-and-conditions">TOS</a> </li> </ul> <div class="off-canvas-btn-box px-4 pt-5 text-center"> <a href="#" class="btn theme-btn theme-btn-sm theme-btn-outline" data-bs-toggle="modal" data-bs-target="#loginModal"><i class="la la-sign-in me-1"></i> Login</a> <span class="fs-15 fw-medium d-inline-block mx-2">Or</span> <a href="#" class="btn theme-btn theme-btn-sm" data-bs-toggle="modal" data-bs-target="#signUpModal"><i class="la la-plus me-1"></i> Sign up</a> </div> </div><!-- end off-canvas-menu --> <div class="mobile-search-form"> <div class="d-flex align-items-center"> <form class="me-4" action="https://www.devhide.com/search" method="POST"> <div class="form-group mb-0"> <input type="hidden" name="_token" value="LEigxHI8LWng4ObdMtat7aftmyvVIxXZc0ugzp8C" autocomplete="off"> <input aria-label="Search" type="text" id="searchKeyword" name="keyword" placeholder="Search question..." value="" maxlength="100" class="form-control form--control form--control-bg-gray" autocomplete="off"> <button class="form-btn" type="button" aria-label='search'><i class="la la-search"></i></button> </div> </form> </div> </div><!-- end mobile-search-form --> <div class="body-overlay"></div> </header> <section role="main" class="main-content py-4"> <div class="container"> <div class="row"> <div class="col-md-8" itemscope="itemscope" itemtype="http://schema.org/QAPage"> <div class="setra my-2"> <script type="text/javascript"> atOptions = { 'key' : 'fb6fa8ce7d93be929489d8b65dee2ba5', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; </script> <script type="text/javascript" src="//www.highperformanceformat.com/fb6fa8ce7d93be929489d8b65dee2ba5/invoke.js"></script> </div> <div class="wrapperLayout" itemprop="mainEntity" itemscope="" itemtype="http://schema.org/Question"> <link itemprop="image" href="https://www.devhide.com/img/logo-default.png"> <div class="box question"> <div class="box-header with-border"> <h1 itemprop="name"> <a href="" title="How can I pass context data to sylesheet 'src' and image 'src' attributes?" title="How can I pass context data to sylesheet 'src' and image 'src' attributes?"> How can I pass context data to sylesheet 'src' and image 'src' attributes? </a> </h1> <span class="text-muted text-date"> <span title="503 views">503 Views</span> Asked by <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <span itemprop="name"> <strong>IAbstract</strong> </span> </span> At <time datetime="2015-06-25T17:19:21.390000" itemprop="datePublished" title="2015-06-25T17:19:21.390000"> 25 June 2015 at 17:19 </time> <time class="d-none" itemprop="dateModified" > 2025-12-19T04:36:43.542000 </time> </span> </div> <div class="box-body"> <div itemprop="text" class="post-text"> <p>I have a <code>_layout.html</code> template as follows:</p> <pre><code><!DOCTYPE html> {% load staticfiles %} <html lang="en"> <head> {% block linkcss %}{% endblock %} <title>{% block title %}{% endblock %}</title> <script type="text/javascript" src="{% static 'scripts/jquery-2.1.3.min.js' %}"></script> {% block scripts %}{% endblock %} </head> <body> {% block head %}{% endblock %} <table class="page_content"> <tr> <td> <div id="content"> {% block content %}{% endblock %} </div> </td> </tr> </table> </body> </html> </code></pre> <p>The page <code>home.html</code> extends the above with the following:</p> <pre><code>{% extends "generic/_layout.html" %} {% load staticfiles %} {% block title %}{{ cust_title }}{% endblock %} {% block linkcss %}<link rel="stylesheet" type="text/css" href="{% static '{{ cust_stylesheet }}' %}" />{% endblock %} {% block scripts %} <script type="text/javascript"> </script> {% endblock %} {% block head %} <table class="head"> <tr> <td class="center"> <img src="{% static '{{ cust_header }}' %}"> </td> </tr> </table> {% endblock %} {% block content %} <table class="content"> <thead align="center"> <tr> <th colspan="3" style="text-align: center">{{ cust_message }}</th> </tr> </thead> <tbody> </tbody> </table> {% endblock %} </code></pre> <p>The view is generic in that the code checks the path and gets the context data and page ...here is an example:</p> <pre><code># customer configurations constants: CUSTOMER_CONFIGS = { 'samplewebpage': { 'context': { 'cust_title': "Sample Customer Page", 'cust_stylesheet': "SampleWeb/style.css", 'cust_header': "SampleWeb/sample_header.png", 'cust_message': "Welcome to Sample Web Page" }, 'home': "SampleWebPage/home.html" }, } # generic view: def index(request): path = request.path.replace("/", "") context = CUSTOMER_CONFIGS[path]['context'] page = CUSTOMER_CONFIGS[path]['home'] return render(request, page, context) </code></pre> <p>Directory structure: <img src="https://i.stack.imgur.com/qpbxH.png" alt="directory structure"></p> <p>The <code>cust_title</code> works properly. So how can I pass the <code>cust_stylesheet</code> location and <code>cust_header</code> image source the same way? </p> <p>The actual rendering resembles the following:</p> <pre><code><link rel="stylesheet" type="text/css" href="/static/%7B%7B%20cust_stylesheet%20%7D%7D" /> <img src="/static/%7B%7B%20cust_header%20%7D%7D"> </code></pre> </div> <div class="tagcloud"> <a href="https://www.devhide.com/hashtag/python"> <span>python</span> </a> <a href="https://www.devhide.com/hashtag/django"> <span>django</span> </a> <a href="https://www.devhide.com/hashtag/template-context"> <span>template-context</span> </a> </div> </div> <div class="box-footer"> <span class="source"> <a href="https://stackoverflow.com/questions/31056750/how-can-i-pass-context-data-to-sylesheet-src-and-image-src-attributes" target="_blank" rel="nofollow"> Original Q&A </a> </span> </div> </div> <!-- ads here --> <div class="counter-header my-3"> <span class="d-none" itemprop="answerCount">2</span> <h2>There are <strong>2</strong> best solutions below</h2> </div> <div class="box answerQuestion"> <div id="wajab" class="box"> <div class="box mb-5"> <div class="post answerId-669fdd39a06677a8f26c5183 accepted" id="answer-669fdd39a06677a8f26c5183" class="box" data-answerid="669fdd39a06677a8f26c5183" itemprop="acceptedAnswer" itemscope="" itemtype="http://schema.org/Answer"> <a class="d-none" itemprop="url" href="#answer-669fdd39a06677a8f26c5183"></a> <div class="vote-count d-none" itemprop="upvoteCount" data-value="0">0</div> <div class="box-header"> <span class="username"> <img src="/img/user-default.png" onerror="this.src='/img/user-default.png';" class="answerAva" alt="Gocht" > <span itemprop="author" itemscope="" itemtype="http://schema.org/Person"> <span itemprop="name" class="author-name"> <strong>Gocht</strong> </span> </span> <span title="2015-06-25T17:50:23.857000" class="dater d-none d-md-inline-block"> On <time itemprop="datePublished" title="2015-06-25T17:50:23.857000" datetime="2015-06-25T17:50:23.857000"> 25 June 2015 at 17:50 </time> </span> <span class="badge badge-primary"> BEST ANSWER </span> </span> </div> <div class="box-comment box-body"> <div class="comment-text"> <div class="" itemprop="text"> <p>As @DanielRoseman says in comments <em>You can't call tags inside other tags.</em> But it is possible to use variables. Then you could try this:</p> <pre><code>{% static cust_header %} </code></pre> <p>That should print your string properly.</p> </div> </div> </div> </div> <div class="post answerId-669fdd39a06677a8f26c5183" id="answer-669fdd39a06677a8f26c5183" class="box" data-answerid="669fdd39a06677a8f26c5183" itemprop="suggestedAnswer" itemscope="" itemtype="http://schema.org/Answer"> <a class="d-none" itemprop="url" href="#answer-669fdd39a06677a8f26c5183"></a> <div class="vote-count d-none" itemprop="upvoteCount" data-value="0">0</div> <div class="box-header"> <span class="username"> <img src="/img/user-default.png" onerror="this.src='/img/user-default.png';" class="answerAva" alt="IAbstract" > <span itemprop="author" itemscope="" itemtype="http://schema.org/Person"> <span itemprop="name" class="author-name"> <strong>IAbstract</strong> </span> </span> <span title="2015-06-25T17:40:15.653000" class="dater d-none d-md-inline-block"> On <time itemprop="datePublished" title="2015-06-25T17:40:15.653000" datetime="2015-06-25T17:40:15.653000"> 25 June 2015 at 17:40 </time> </span> </span> </div> <div class="box-comment box-body"> <div class="comment-text"> <div class="" itemprop="text"> <p><strong>NOTE: the method provided by @Gocht is preferable as it takes advantage of the django settings.</strong> I have left this answer simply as <em>another option</em> although maybe less favorable.</p> <p>Based on @DanielRoseman's comment above - "You can't call tags inside other tags." - I changed the customer configurations and the dependent template as follows:</p> <pre><code>'samplewebpage': { 'context': { 'cust_title': "Sample Customer Page", 'cust_stylesheet': "/static/SampleWeb/style.css", 'cust_header': "/static/images/SampleWeb/sample_header.png", 'cust_message': "Welcome to Sample Web Page" }, 'home': "SampleWebPage/home.html" } # template tags change <link rel="stylesheet" type="text/css" href="{{ cust_stylesheet }}" /> <img src="{{ cust_header }}"> </code></pre> <p>Based on these changes, the page loads correctly with it's specific style.css and header image: </p> <p><img src="https://i.stack.imgur.com/YbbrB.png" alt="sample web page with custom stylesheet and header image"></p> </div> </div> </div> </div> </div> </div> </div> </div> <!-- ads here --> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>PYTHON</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/how-to-store-a-date-time-in-sqlite-or-something-similar-to-a-date-78253161'> How to store a date/time in sqlite (or something similar to a date) </a> </li> <li> <a href='https://www.devhide.com/instagrapi-recently-showing-httperror-and-unknownerror-78253160'> Instagrapi recently showing HTTPError and UnknownError </a> </li> <li> <a href='https://www.devhide.com/how-to-retrieve-data-from-an-mysql-database-and-display-it-in-a-gui-78253151'> How to Retrieve Data from an MySQL Database and Display it in a GUI? </a> </li> <li> <a href='https://www.devhide.com/how-to-create-a-regular-expression-to-partition-a-string-that-terminates-in-either-45-or-without-the-78253136'> How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": " </a> </li> <li> <a href='https://www.devhide.com/python-geopandas-unable-to-convert-latitude-longitude-to-points-78253122'> Python Geopandas unable to convert latitude longitude to points </a> </li> <li> <a href='https://www.devhide.com/influence-of-unused-ffn-on-model-accuracy-in-pytorch-78253088'> Influence of Unused FFN on Model Accuracy in PyTorch </a> </li> <li> <a href='https://www.devhide.com/seeking-python-libraries-for-removing-extraneous-characters-and-spaces-in-text-78253077'> Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text </a> </li> <li> <a href='https://www.devhide.com/writes-to-child-subprocess-popen-stdin-don-t-work-from-within-process-group-78253071'> Writes to child subprocess.Popen.stdin don't work from within process group? </a> </li> <li> <a href='https://www.devhide.com/conda-has-two-different-python-binarys-python-and-python3-with-the-same-version-for-a-single-environment-why-78253060'> Conda has two different python binarys (python and python3) with the same version for a single environment. Why? </a> </li> <li> <a href='https://www.devhide.com/problem-with-add-new-attribute-in-table-with-boto3-on-python-78253056'> Problem with add new attribute in table with BOTO3 on python </a> </li> <li> <a href='https://www.devhide.com/can-t-install-packages-in-python-conda-environment-78253020'> Can't install packages in python conda environment </a> </li> <li> <a href='https://www.devhide.com/setting-diagonal-of-a-matrix-to-zero-78253018'> Setting diagonal of a matrix to zero </a> </li> <li> <a href='https://www.devhide.com/list-of-numbers-converted-to-list-of-strings-to-iterate-over-it-but-receiving-typeerror-messages-78252986'> List of numbers converted to list of strings to iterate over it. But receiving TypeError messages </a> </li> <li> <a href='https://www.devhide.com/basic-python-question-shortening-if-statements-78252983'> Basic Python Question: Shortening If Statements </a> </li> <li> <a href='https://www.devhide.com/python-and-regex-can-t-understand-why-some-words-are-left-out-of-the-match-78252973'> Python and regex, can't understand why some words are left out of the match </a> </li> </ul> </div> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>DJANGO</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/django-admin-panel-and-sub-urls-returning-404-error-on-deployment-78252884'> Django Admin Panel and Sub URLs Returning 404 Error on Deployment </a> </li> <li> <a href='https://www.devhide.com/how-to-return-http-get-request-response-from-models-class-in-django-project-78252853'> How to return HTTP Get request response from models class in Django project </a> </li> <li> <a href='https://www.devhide.com/issue-with-quantity-increment-in-django-e-commerce-cart-78252836'> Issue with Quantity Increment in Django E-commerce Cart </a> </li> <li> <a href='https://www.devhide.com/can-t-install-pipenv-on-windows-78252625'> Can't install Pipenv on Windows </a> </li> <li> <a href='https://www.devhide.com/use-dict-from-python-in-django-html-template-and-also-in-js-78252518'> use dict from python in django html template and also in js </a> </li> <li> <a href='https://www.devhide.com/pyodbc-cursor-object-has-no-attribute-callproc-mssql-with-django-78252053'> 'pyodbc.Cursor' object has no attribute 'callproc', mssql with django </a> </li> <li> <a href='https://www.devhide.com/django-socketio-process-78251811'> Django socketio process </a> </li> <li> <a href='https://www.devhide.com/root-path-analogue-in-uwsgi-as-in-uvicorn-78251687'> Root path analogue in uWSGI as in Uvicorn </a> </li> <li> <a href='https://www.devhide.com/django-modulenotfounderror-no-module-named-backend-78251585'> Django - ModuleNotFoundError: No module named 'backend' </a> </li> <li> <a href='https://www.devhide.com/does-python-being-a-loosely-typed-programming-language-make-it-less-secure-78251531'> Does Python being a loosely typed programming language make it less secure? </a> </li> <li> <a href='https://www.devhide.com/sorl-thumbnail-adds-a-background-color-when-padding-is-used-78251508'> sorl-thumbnail adds a background color when padding is used </a> </li> <li> <a href='https://www.devhide.com/can-t-connect-to-local-postgresql-server-from-my-docker-container-78251465'> Can't connect to local postgresql server from my docker container </a> </li> <li> <a href='https://www.devhide.com/why-producthunt-api-dont-work-with-python-78251451'> Why ProductHunt api dont work with Python? </a> </li> <li> <a href='https://www.devhide.com/why-i-have-to-put-extra-space-in-before-write-option-selected-because-it-show-error-if-i-don-t-option-selected-78251375'> why i have to put extra space in before write option selected because it show error if i don't ' option:selected' </a> </li> <li> <a href='https://www.devhide.com/django-arrayfield-migration-to-cloud-sql-postgresql-not-creating-the-column-78250986'> Django Arrayfield migration to cloud sql (Postgresql) not creating the column </a> </li> </ul> </div> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>TEMPLATE-CONTEXT</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/template-context-for-angular-components-and-routermodule-77160095'> Template context for Angular components and RouterModule </a> </li> <li> <a href='https://www.devhide.com/structural-directive-ngtemplatecontextguard-not-working-77042496'> Structural directive - ngTemplateContextGuard not working </a> </li> <li> <a href='https://www.devhide.com/acess-context-from-request-in-django-70243379'> Acess context from request in Django </a> </li> <li> <a href='https://www.devhide.com/how-to-pass-data-from-child-template-to-parent-template-then-to-included-template-in-django-43148215'> How to pass data from child template to parent template then to included template in Django? </a> </li> <li> <a href='https://www.devhide.com/records-getting-duplicated-when-mapped-to-object-in-templatecontext-database-sqlquery-function-37830994'> Records getting duplicated when mapped to object in TemplateContext.Database.SqlQuery function </a> </li> <li> <a href='https://www.devhide.com/streaming-template-context-using-context-processor-in-django-32349283'> Streaming template context using context processor in django </a> </li> <li> <a href='https://www.devhide.com/how-can-i-pass-context-data-to-sylesheet-src-and-image-src-attributes-31056750'> How can I pass context data to sylesheet 'src' and image 'src' attributes? </a> </li> </ul> </div> </div> <div class="col-lg-4"> <div class="sidebar"> <div class="widget"> <script type="text/javascript"> atOptions = { 'key' : '85d394e5b99acb52afb83e3dde49240e', 'format' : 'iframe', 'height' : 50, 'width' : 320, 'params' : {} }; </script> <script type="text/javascript" src="//www.highperformanceformat.com/85d394e5b99acb52afb83e3dde49240e/invoke.js"></script> </div> <div class="widget"> <div class="widget-title"> <h4>Trending Questions</h4> </div> <ul class="relatedPost"><li> <a href='https://www.devhide.com/uiimageview-frame-doesn-t-reflect-constraints-32240629'> UIImageView Frame Doesn't Reflect Constraints </a> </li> <li> <a href='https://www.devhide.com/is-it-possible-to-use-adb-commands-to-click-on-a-view-by-finding-its-id-39315028'> Is it possible to use adb commands to click on a view by finding its ID? </a> </li> <li> <a href='https://www.devhide.com/how-to-create-a-new-web-character-symbol-recognizable-by-html-javascript-11059803'> How to create a new web character symbol recognizable by html/javascript? </a> </li> <li> <a href='https://www.devhide.com/why-isn-t-my-css3-animation-smooth-in-google-chrome-but-very-smooth-on-other-browsers-37629745'> Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)? </a> </li> <li> <a href='https://www.devhide.com/heap-gives-page-fault-39109581'> Heap Gives Page Fault </a> </li> <li> <a href='https://www.devhide.com/connect-ffmpeg-to-visual-studio-2008-17218902'> Connect ffmpeg to Visual Studio 2008 </a> </li> <li> <a href='https://www.devhide.com/both-object-and-valueanimator-jumps-when-duration-is-set-above-api-lvl-24-46991118'> Both Object- and ValueAnimator jumps when Duration is set above API LvL 24 </a> </li> <li> <a href='https://www.devhide.com/how-to-avoid-default-initialization-of-objects-in-std-vector-78203063'> How to avoid default initialization of objects in std::vector? </a> </li> <li> <a href='https://www.devhide.com/second-argument-of-the-command-line-arguments-in-a-format-other-than-char-argv-or-char-argv-60047957'> second argument of the command line arguments in a format other than char** argv or char* argv[] </a> </li> <li> <a href='https://www.devhide.com/how-to-improve-efficiency-of-algorithm-which-generates-next-lexicographic-permutation-43290467'> How to improve efficiency of algorithm which generates next lexicographic permutation? </a> </li> <li> <a href='https://www.devhide.com/navigating-to-the-another-actvity-app-getting-crash-in-android-44773528'> Navigating to the another actvity app getting crash in android </a> </li> <li> <a href='https://www.devhide.com/how-to-read-the-particular-message-format-in-android-and-store-in-sqlite-database-23211116'> How to read the particular message format in android and store in sqlite database? </a> </li> <li> <a href='https://www.devhide.com/resetting-inventory-status-after-order-is-cancelled-39125469'> Resetting inventory status after order is cancelled </a> </li> <li> <a href='https://www.devhide.com/efficiently-compute-powers-of-x-in-sse-avx-67955549'> Efficiently compute powers of X in SSE/AVX </a> </li> <li> <a href='https://www.devhide.com/insert-into-an-external-database-using-ajax-and-php-post-500-internal-server-error-43365921'> Insert into an external database using ajax and php : POST 500 (Internal Server Error) </a> </li> </ul> </div> <div class="widget"> <div class="widget-title"> <h4>Popular # Hahtags</h4> </div> <div class="tagcloud"><a href='https://www.devhide.com/hashtag/javascript' class="tag-link tag-link-md"> <span>javascript</span> </a> <a href='https://www.devhide.com/hashtag/python' class="tag-link tag-link-md"> <span>python</span> </a> <a href='https://www.devhide.com/hashtag/java' class="tag-link tag-link-md"> <span>java</span> </a> <a href='https://www.devhide.com/hashtag/c#' class="tag-link tag-link-md"> <span>c#</span> </a> <a href='https://www.devhide.com/hashtag/php' class="tag-link tag-link-md"> <span>php</span> </a> <a href='https://www.devhide.com/hashtag/android' class="tag-link tag-link-md"> <span>android</span> </a> <a href='https://www.devhide.com/hashtag/html' class="tag-link tag-link-md"> <span>html</span> </a> <a href='https://www.devhide.com/hashtag/jquery' class="tag-link tag-link-md"> <span>jquery</span> </a> <a href='https://www.devhide.com/hashtag/c++' class="tag-link tag-link-md"> <span>c++</span> </a> <a href='https://www.devhide.com/hashtag/css' class="tag-link tag-link-md"> <span>css</span> </a> <a href='https://www.devhide.com/hashtag/ios' class="tag-link tag-link-md"> <span>ios</span> </a> <a href='https://www.devhide.com/hashtag/sql' class="tag-link tag-link-md"> <span>sql</span> </a> <a href='https://www.devhide.com/hashtag/mysql' class="tag-link tag-link-md"> <span>mysql</span> </a> <a href='https://www.devhide.com/hashtag/r' class="tag-link tag-link-md"> <span>r</span> </a> <a href='https://www.devhide.com/hashtag/reactjs' class="tag-link tag-link-md"> <span>reactjs</span> </a> <a href='https://www.devhide.com/hashtag/node.js' class="tag-link tag-link-md"> <span>node.js</span> </a> <a href='https://www.devhide.com/hashtag/arrays' class="tag-link tag-link-md"> <span>arrays</span> </a> <a href='https://www.devhide.com/hashtag/c' class="tag-link tag-link-md"> <span>c</span> </a> <a href='https://www.devhide.com/hashtag/asp.net' class="tag-link tag-link-md"> <span>asp.net</span> </a> <a href='https://www.devhide.com/hashtag/json' class="tag-link tag-link-md"> <span>json</span> </a> </div> </div> <div class="widget"> <div class="widget-title"> <h4>Popular Questions</h4> </div> <ul class="popularPosts"><li> <a href='https://www.devhide.com/how-do-i-undo-the-most-recent-local-commits-in-git-927358'> How do I undo the most recent local commits in Git? </a> </li> <li> <a href='https://www.devhide.com/how-can-i-remove-a-specific-item-from-an-array-in-javascript-5767325'> How can I remove a specific item from an array in JavaScript? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-delete-a-git-branch-locally-and-remotely-2003505'> How do I delete a Git branch locally and remotely? </a> </li> <li> <a href='https://www.devhide.com/find-all-files-containing-a-specific-text-string-on-linux-16956810'> Find all files containing a specific text (string) on Linux? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-revert-a-git-repository-to-a-previous-commit-4114095'> How do I revert a Git repository to a previous commit? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-create-an-html-button-that-acts-like-a-link-2906582'> How do I create an HTML button that acts like a link? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-check-out-a-remote-git-branch-1783405'> How do I check out a remote Git branch? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-force-git-pull-to-overwrite-local-files-1125968'> How do I force "git pull" to overwrite local files? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-list-all-files-of-a-directory-3207219'> How do I list all files of a directory? </a> </li> <li> <a href='https://www.devhide.com/how-to-check-whether-a-string-contains-a-substring-in-javascript-1789945'> How to check whether a string contains a substring in JavaScript? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-redirect-to-another-webpage-503093'> How do I redirect to another webpage? </a> </li> <li> <a href='https://www.devhide.com/how-can-i-iterate-over-rows-in-a-pandas-dataframe-16476924'> How can I iterate over rows in a Pandas DataFrame? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-convert-a-string-to-an-int-in-java-5585779'> How do I convert a String to an int in Java? </a> </li> <li> <a href='https://www.devhide.com/does-python-have-a-string-contains-substring-method-3437059'> Does Python have a string 'contains' substring method? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-check-if-a-string-contains-a-specific-word-4366730'> How do I check if a string contains a specific word? </a> </li> </ul> </div> <div class="widget"> <script type="text/javascript"> atOptions = { 'key' : '5572168bffcf77d6a9fd611324801b97', 'format' : 'iframe', 'height' : 250, 'width' : 300, 'params' : {} }; </script> <script type="text/javascript" src="//www.highperformanceformat.com/5572168bffcf77d6a9fd611324801b97/invoke.js"></script> <img src="/img_slug" alt="."> </div> </div> </div> </div> </div> </section> <section class="footer-area pt-80px position-relative"> <span class="vertical-bar-shape vertical-bar-shape-1"></span> <span class="vertical-bar-shape vertical-bar-shape-2"></span> <span class="vertical-bar-shape vertical-bar-shape-3"></span> <span class="vertical-bar-shape vertical-bar-shape-4"></span> <hr class="border-top-gray my-4"> <div class="container"> <div class="row align-items-center pb-4 copyright-wrap"> <div class="col-lg-3"> <p class="copyright-desc copyright--desc fs-14">Copyright © 2021 <a href="https://jogjafile.com/">Jogjafile</a> Inc.</p> </div> <div class="col-lg-9"> <ul class="generic-list-item generic-list-item-hover-underline generic-list-item-inline text-end"> <li> <a class="nav-link" href="https://www.devhide.com/pages/disclaimer">Disclaimer</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/privacy-policy">Privacy</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/terms-and-conditions">TOS</a> </li> <li> <a class="nav-link" href="https://homegardensmart.com/">Homegardensmart</a> </li> <li> <a class="nav-link" href="https://math.techqa.club/">Math</a> </li> <li> <a class="nav-link" href="https://aftereffectstemplates.net/">Aftereffectstemplates</a> </li> </ul> </div><!-- end col-lg-6 --> </div><!-- end row --> </div><!-- end container --> </section> <div id="back-to-top" data-bs-toggle="tooltip" data-placement="top" style="" data-bs-original-title="Return to top" role=''> <i class="la la-arrow-up"></i> </div> <script src="https://www.devhide.com/js/jquery-3.4.1.min.js"></script> <script src="https://www.devhide.com/js/bootstrap.bundle.min.js"></script> <script src="https://www.devhide.com/js/selectize.min.js"></script> <script src="https://www.devhide.com/js/main.js"></script> <script src="https://www.devhide.com/js/hljs.js"></script> <script>hljs.initHighlightingOnLoad();</script> </body> </html>