in Education by
Using classic templates, publishing via FTP to a custom domain. I want to add custom elements such as: a tree view for archived posts (expanding using CSS/JavaScript) a tag cloud a slideshow of images JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I used PHP to process a Blogger blog after it is published via FTP. Any server side language can do this (ASP, ASP.NET, Python, JSP, ...). I wrote a PHP script (blogger_functions.php) to scan the directory that Blogger FTP's to and generate a snippet of HTML to represent the archive hierarchy ($snippet). I added this PHP to the top of my Blogger template: $site_rootpath = "../"; $site_rootpath = "../../"; $site_rootpath = "../../../"; include($site_rootpath."includes/blogger_functions.php"); ?> And this to the sidebar part of the template: <?php echo $snippet; ?> Then I configured Apache to process the PHP tags in the blog's .html files by putting this in a .htaccess file in the root directory of the blog: AddType application/x-httpd-php .html .htm With this approach you can use the full power of PHP with a Blogger blog.

Related questions

0 votes
    What login credentials do I use to connect to the FTP site that is listed on the dashboard of my Azure? I ... this is failing. TIA. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    ______________ are JS functions that you can call from your templates, and encourage you to reuse code and build complex templates a)Expressions b)Helpers c)Template d)Context...
asked Apr 29, 2021 in Technology by JackTerrance
0 votes
    I'm developing a website using WordPress as my Framework. The templates are highly customized and really ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    we are developing into an asp classic application introducing new asp.net pages. The session variables are ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Do you know how you could add support for Web Service transactions?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    An expression is a JavaScript object that you pass to the compiled template a)False b)True...
asked Dec 11, 2020 in Education by Editorial Staff
+1 vote
    A classic design solution that has intense data, simple design and word-sized graphics is called...
asked Oct 11, 2020 in Education by anonymous
0 votes
    I am trying to retrieve a particular file from multiple FTP servers. those server details are stored in ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 18, 2022 in Education by JackTerrance
0 votes
    i have an Angular Factory that gets a single date from the backend of my spring application, and i ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I'm currently running an ec2 micro instance and i've been finding that the instance occasionally runs out of memory. ... can be done? Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    How do you add a particular state to the browsing history? (a) pushState() (b) replaceState() (c ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    ________ is a type of intelligent technique that finds patterns and relationships in massive data sets too large for a ... to analyze. Select the correct answer from above options...
asked Dec 6, 2021 in Education by JackTerrance
0 votes
    ________ is a type of intelligent technique that finds patterns and relationships in massive data sets too large for a ... to analyze. Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    ________ is a type of intelligent technique that finds patterns and relationships in massive data sets too large for a ... to analyze. Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    How can you expand the performance of Talend job which has a complex design?...
asked Mar 16, 2021 in Technology by JackTerrance
...