It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://equestionanswers.com/

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.  <meta charset="utf-8">
  6.  <link rel="alternate" href="http://www.equestionanswers.com/" hreflang="en-us" />
  7.  <meta name="geo.region" content="US-NJ" />
  8.  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  9.  
  10.  <title>C C++ Win32 VC++ MFC COM DCOM DLL FAQs electronic topics</title>
  11.  <meta content="Educational website contains quality questions and answers on C, C++, Win32, MFC, VC++, COM/DCOM, DLL, along with Electronic topics, projects, notes, books" name="description">
  12.  <meta content="C, C++, Win32, MFC, VC++, COM/DCOM, DLL, Questions, Answers, Computer, Electronics, topics, projects, circuits, notes, papers, books" name="keywords">
  13.    <link rel="canonical" href="http://www.equestionanswers.com/" /><script>
  14. setTimeout(function(){
  15.  
  16. var imgs = document.getElementsByTagName("img");
  17.  
  18.    for (var i = 0; i < imgs.length; i++) {
  19.       lsrc = imgs[i].getAttribute('lsrc');
  20.        if(lsrc)
  21.         imgs[i].src = lsrc;
  22.    }
  23.  
  24. }, 3000);
  25.  
  26. </script>
  27.  <!-- Favicons -->
  28.  <link href="favicon.ico" rel="icon">
  29.  <link href="favicon.ico" rel="apple-touch-icon">
  30.  <!-- Vendor CSS Files -->
  31.  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  32.  
  33.  
  34.  <!-- Template Main CSS File -->
  35.  <link href="assets/css/style.css" rel="stylesheet">
  36. </head>
  37.  
  38. <body>
  39.  
  40.  <!-- ======= Header ======= -->
  41.  <header id="header" class="fixed-top">
  42.    <div class="container d-flex align-items-left">
  43.  
  44.      <!-- h1 class="logo mr-auto"></h1 -->
  45.      <DIV class="logo mr-auto" ><img src="images/logo.gif" lsrc="images/logo.png" style="padding: 10px;" alt="EQuestionAnswers" > </div>
  46.      <!-- Uncomment below if you prefer to use an image logo -->
  47.      <!-- <a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
  48.  
  49.      <nav class="nav-menu d-none d-lg-block"  name="menu_bar_top" id="menu_bar_top">
  50.        <ul>
  51.          <li><a href="index.php">HOME</a></li>
  52.          <li><a href="computer-science.php">COMPUTER</a></li>
  53.          <li><a href="electronics.php">ELECTRONICS</a></li>
  54.              <li class="dropdown">
  55.                <a href="questions.php" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">QUESTIONS <span class="caret"></span></a>
  56.                          <ul class="dropdown-menu p-lg-2" >
  57.                  <li><a href="c-questions.php">C</a></li>
  58.                  <li><a href="cpp-questions.php">C++</a></li>
  59.                  <li><a href="mfc-questions.php">VC++/Win32</a></li>
  60.                  <li><a href="com-dcom-questions.php">COM/DCOM</a></li>
  61.                  <li><a href="dll-questions.php">DLL</a></li>
  62.                  <li><a href="blogs/">BLOGS</a></li>
  63.                </ul>
  64.              </li>
  65.                <li class="dropdown" >
  66.                <a href="about.php" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">USERS</a>
  67.                <ul class="dropdown-menu p-lg-2">
  68.                  <li><a href="https://www.equestionanswers.com/login.php?refresh=1751369759">Login</a></li>
  69.                  <li><a href="https://www.equestionanswers.com/signup.php?refresh=1751369759">Signup</a></li>
  70.                  <li><a href="privacy.php">Privacy Policy</a></li>
  71.                  <li><a href="terms.php">Terms & Conditions</a></li>
  72.                  <li><a href="guest-post-guest-article.php">Guest post</a></li>
  73.                  <li><a href="sitemap.php">Site map</a></li>
  74.                  <li><a href="about.php">About</a></li>
  75.                </ul>
  76.            </li>
  77.        </ul>
  78.      </nav><!-- .nav-menu -->
  79.  
  80.      
  81.  
  82.    </div>
  83.  </header><!-- End Header -->
  84.  
  85.  <main id="main">
  86.  
  87.    <!-- ======= Breadcrumbs ======= -->
  88.    <section class="breadcrumbs">
  89.      <div class="container">
  90.  
  91.        <div class="d-flex justify-content-between align-items-center">
  92.          <h1 style="color:#124265">C C++ Win32 VC++ MFC COM DCOM DLL FAQs electronic topics</h1>
  93.  
  94.        </div>
  95.  
  96.      </div>
  97.    </section><!-- End Breadcrumbs -->
  98. <style>
  99. .float_ad {
  100.   position: fixed;
  101.   left: 0;
  102.   bottom: 5px;
  103.   width: 100%;
  104.   height: 100px;
  105.   background-color: rgba(85, 127, 255, 0.1);
  106.   color: black;
  107.   text-align: center;
  108.   z-index: 1;
  109. }
  110. /* The Close Button (x) */
  111. .close {
  112.  float:none;
  113.  font-size: 30px;
  114.  font-weight: bold;
  115.  color: #C00000;
  116. }
  117.  
  118. .close:hover,
  119. .close:focus {
  120.  color: #f44336;
  121.  cursor: pointer;
  122. }
  123. </style>
  124. <div class="float_ad" id="footer_ad">
  125.  
  126.  <!-- footer_ad_float
  127.  Download Visual Studio, Download XCode, Download Visual Studio Code, Android studio install sdk, Eclipse installer, Download Best C compilers and IDEs Development system setup
  128. Windows media creation tool, MSDN subscription, Ubuntu virtualbox -->
  129. <ins class="adsbygoogle"
  130.     style="display:block"
  131.     data-ad-client="ca-pub-6277902229973917"
  132.     data-ad-slot="8326588137"
  133.     data-ad-format="horizontal"
  134.     data-full-width-responsive="true"></ins>
  135.    
  136.     <span onclick="document.getElementById('footer_ad').style.display='none'" class="close"  title="Close Ad">&times;</span>
  137.     <script>
  138. window.setTimeout(show_footer_ad, 5000);
  139. function show_footer_ad()
  140. {
  141.     (adsbygoogle = window.adsbygoogle || []).push({});
  142. }
  143. </script>
  144. </div>
  145.    <section class="inner-page pt-xl-5 pt-lg-5 pt-sm-3 pt-md-4 pt-3" style="background-color: #ffffff">
  146.    <div class="container">
  147.    <div class="row " >
  148.  
  149. <div class="col-lg-8 col-md-8 mx-auto" ><div class="shadow_box">
  150.  
  151. <H2>C / C++ Questions and Answers</H2>
  152. <P class="text-center"><A href="c-questions.php" title="C questions!"><img style="width: 600px; height: 300px;"
  153. src="images/loading.gif" class="img-responsive p-1" lsrc="images/c-questions-banner.gif"
  154. alt="C questions banner, history of programming languages, History of C, flow chart, pseudo codes, ares of development, C compilers and editors IDEs, Turbo/Borland C, GCC, VC++, Watcom C, DJGPP, Xcode, , first C program, header files, library, compilation, pre-processing, compilation, optimization, linking format, debugging with GDB, structured programming language, , data types, storage classes, volatile variable, external vs static, global vs static variable, register vs auto variable, const, sizeof void, , if, if-else, if-else-if, label and goto, switch case, compare with ==, execution sequence, , loop statements, for, while, do-while loop syntax, for to while, do-while and while usage, infinite loops, break and continue, switch statement, continue in switch and loops, , basic operators, logical operators, logical vs bitwise operators, logical and bitwise or, bit shifting, obtain bit mask, reverse bits, swap bits, bit set, reset/clear, toggle, xor operator, bitwise shifting, Operator precedence, operator precedence, ternary operator, , fprintf, fscanf working principal, printing pointers, scanf string input, scan string with blanks, scanf string ends with newline, return of scanf, return of printf, scanf with printf, print using fprintf, take input using fscanf, floating point formatting, , pointers, string vs integer pointer, long pointer increment, short pointer increment, short pointer increment, memory model, near, far and huge pointer, typed pointers and void pointer, sizeof void and void pointer, operators for void pointer, , address of local and dynamic variable, malloc vs calloc, NULL pointer, , enum type, macro, macro vs constant, enum vs macro, macro vs typedef, , debug builds, debug macros, compiler macro for C++, FILE, LINE, DATE, TIME, compiler marcos, token pasting, characterizing, , array, multidimensional arrays, 2D and 3D dynamic array, add Matrix, multiply Matrix, adjacency Matrix, , Circular buffer, , char array and char pointers, const char *,char * const, const char * const, alpha numeric, palindrome, convert case, string to int, int to string, , reverse decimal digits, signed and unsigned compare, palindrome digits, upper and lower 16bit of 32bit unsigned, Exchange variables, , prime number, HCF, LCM, , Pascals triangle, , user defined types, typedef, struct type, union type, struct vs union, struct pack padding, size of a structure, bit fields, l-value, struct and array, , function declaration and definition, calling conventions, calling convention of C,C++ and PASCAL, library function linking, call-by-value and call-by-reference, parameter passing call-by-value, parameter passing call-by-reference, structure as function argument, array as function argument, inline-functions, macro vs inline-function, function pointer, default C++ argument value, , Recursion, factorial using recursion, Fibonaci using recursion, Armstrong number, , variadic functions, variadic macro, multiple arguments in printf and scanf, , strcpy and strcat source, memcpy vs memmove, strrev source, strdup, strtok, macro definition, , C exception handling, setjmp and longjmp, , trace a memory leak, detect memory corruption, , Big Endian and Little Endian, stack grows up or down, , C and Data Structures, Data Structures using array, , Linked List, Single Linked list, Doubly Linked list, Circular Linked list, Doubly Circular Linked list, Queue, reverse single linked list, delete single linked list, Stack, , Tree and Binary tree, Binary tree, traverse Binary tree, Binary search tree, double Binary tree, mirror Binary tree, height of Binary tree, heap, Complexity, , Linear Search, Binary Search, Hash Table, , Sorting, Bubble Sort, Selection Sort, Insertion Sort, Quick Sort, Heap Sort, Merge sort, Radix Sort algorithm, , argc and argv, C startup routine, argv environ getenv, system(), atexit, , raise signal, abort exit, , Libraries, static linking, dynamic linking methods, implicit dynamic linking, explicit dynamic linking, , access C from VB, JNI C from Java, , arithmeic math, trigonometric, , fopen, fdopen, write vs append mode, binary vs text mode, binary mode, fseek, ftell, rewind, fprintf, fscanf, fflush, poll, select, fcntl, fputs,fgets,fgetc,fputc, printf, scanf, , ioctl, mmap, DOS low level IO access, DOS BIOS int86, sleep/delay, sound, nosound, , VGA programming in C, Mouse (int33)," ></A></P>
  155.                      <P>
  156.  Questions on C and C++, wide range of topics covered. Beginner, intermediate and advance levels have been included.
  157.  Advanced topics like data structures, pointers, array, linked lists, search and sorting, algorithms, system programming, embedded system programming etc.
  158.                      <A href="c-questions.php" title="C questions!"><img src="images/link.gif" border="0" alt="#">C questions</A> </P>
  159.  
  160. <P class="text-center"><A href="cpp-questions.php" title="C++ questions"><img style="width: 600px; height: 300px;" src="images/loading.gif" class="img-responsive p-1" lsrc="images/cpp-questions-banner.gif"
  161. alt="C++ questions banner, object-oriented, C vs C++, C++ vs Java, encapsulation, constructor, overloaded constructor, destructor, destructor overloaded, copy constructor, copy constructor, deep copy, deep copy vs shallow copy, singleton, default access modifier, default access modifier, default access modifier, abstraction, THIS pointer, static function, THIS pointer, a static function, scope resolution operator, inline function, private vs protected, const function, polymorphism, operator overloading, function overloading, overriding, prefix vs postfix, friend class, friend function, sizeof class with virtual, vfptr and vftable, vfptr and vftable using C, early binding and late binding, inheritance, virtual function call from a constructor/destructor, virtual destructor, virtual base class, virtual base class, exception, stack unwinding, exception handling, try-catch block, namespace, mutable variable and const function, mutable keyword, explicit, access a member function, object slicing, ctor sequence of constructor, dtor sequence of destructor, virtual destructor, print the type, dynamic casting, static casting, dynamic and static casting, const casting, reinterpret casting, static and reinterpret casting, template class, template vs macro," ></A></P>
  162.                      <P>
  163.  Object-oriented language, C and C++, C++, encapsulation, constructor, destructor,  
  164. vptr and vtable, polymorphism, inheritance etc. <A href="cpp-questions.php" title="C++ questions"><img src="images/link.gif" border="0" alt="#">C++ questions</A></P>
  165.  
  166. <H2>Windows Programming, Win32 SDK  Questions and Answers</H2>
  167. <P class="text-center"><A href="mfc-questions.php" title="Win32, MFC questions"><img style="width: 600px; height: 300px;" src="images/loading.gif" class="img-responsive p-1" lsrc="images/win32-mfc-vcpp-banner.gif"
  168. alt="Win32 mfc vc++ banner,GUI based program, SDK and API, DLL components, WinMain(), CallBack, calling conventions,PASCAL, CALLBACK, WINAPI, DefWindowProc(), LPARAM and WPARAM, MGS, message pump, window class, Register, WM_PAINT, BeginPaint, EndPaint, GetDC(), ReleaseDC(), Device Context, GetDC() and GetWindowDC(), client and non-client area, mouse events, unicode and international character/multi language support, string table, MFC application, CWinApp, CCmdTarget, m_pMainWnd, DECLARE_MESSAGE_MAP(), BEGIN_MESSAGE_MAP() and END_MESSAGE_MAP() , resource DLL, GDI, PEN, BRUSH, SaveDC, RECT, Bitmap, pallet, font, MetaFile, GetDeviceCaps(), GetSystemMetrics(), GetFontMetrics(), carat, menu, context menu, Modal and Modeless Dialog, CDataExchange, DoDataExchange(), UpdateData(), property sheet and property page, timer, clipboard, view control, Image List, common dialogs, File Open Dialog FindReplace, CStudioFile, drag-n-drop, serializtion, CArchive, worker thread and UI thread, AfxBeginThread(), synchonization, Frame, Doc/View, CRuntime class, RTTI, IMPLEMENT_DYNAMIC? CFrameWnd, OnFilePrint()." ></A></P>
  169.                     <P>
  170.                      Windows Programming, Programming with Win32 SDK and C, Programming Windows Application with MFC and C++
  171.                      <A href="mfc-questions.php" title="Win32, MFC questions"><img src="images/link.gif" border="0" alt="#">C++ Under Windows and MFC</A></P>
  172.  
  173. <H2>Dynamic Link Library(DLL)  Questions and Answers</H2>
  174. <P class="text-center"><A href="dll-questions.php" title="DLL questions"><img style="width: 600px; height: 300px;" src="images/loading.gif" class="img-responsive p-1" lsrc="images/dll-questions-banner.gif"
  175. alt="DLL questions banner, Dynamic Link Library, DLL executable sections, working mechanism, DLL Location, DLL loader, dependency chain, types of linking, entry point, implicit and explicit linking, imported and exported, export a function, __declspec,dllimport,dllexport, export a function, extern C, name mangling, export a class, call a DLL function, DLL instance, Process attach/detach, thread attach/detach, AFX Extension class, export MFC class, AFX_EXT_CLASS, dynamic linking in Linux, resource DLL, VB call DLL, Java call DLL," ></A></P>
  176.                      <P>Programming Dynamic Link Library, Internals of DLLs. Advence topics like: Dynamic linking in linux, name magling, resource DLL etc. has been included.
  177.  
  178.                      <A href="dll-questions.php" title="DLL questions"><img src="images/link.gif" border="0" alt="#">DLL questions</A></P>
  179.  
  180. <H2>COM/DCOM/ActiveX Questions and Answers</H2>
  181. <P class="text-center"><A href="com-dcom-questions.php" title="COM/DCOM questions"><img style="width: 600px; height: 300px;" src="images/loading.gif" class="img-responsive p-1" lsrc="images/com-dcom-banner.gif"
  182. alt="COM/DCOM questions banner, OLE, COM, C++ exported class, interface based programming, IDL, ODL, COM class, QueryInterface(), AddRef() and Release() function? HRESULT, wrapper class, BSTR, factory class, IClassFactory, CreateInstance(), LockServer(), entry and exit point, self-registration and unregistration, CLSID, GUID, UUID, APPID, InProc (In Process) and Out-Of-Process, proxy/stub scheleton, help/guide line string, [in], [out], [in,out] and [out,retval], co-class, smart pointer, Marshalling, TypeLibrary, IUnknown, IDispatch, GetIDsofName(), Invoke(), Automation, SAFE ARRAY, enum types, callback, connectable object, Sink object, Apartment, STA, MTA, Single and Multi-Threaded Apartment, ActiveX, IEnumXXX, in-bound and out-bound interface, out-of process, SINGLEUSE, MULTIUSE, MULTI_SEPARATE, SUSPENDED, SURROGATE, COM aggrigation." ></A></P>
  183. <P>
  184.                      Component Object Model, Distributed Component Model, ActiveX Template Library, COM array, enum, callback, sink objects included.
  185.                      <A href="com-dcom-questions.php" title="COM/DCOM questions"><img src="images/link.gif" border="0" alt="#">COM/DCOM/ActiveX</A></P>
  186.  
  187. <H2>Blogs</H2>
  188. <P class="text-center">
  189. <img style="width: 600px; height: 300px;" src="images/loading.gif" lsrc="images/blogs-banner.jpg" alt="Blogs | Articles | Tutorials | Guides | Knowledge" class="img-responsive p-1" >
  190. </P>
  191. <p>
  192. Blogs, Articles, Tutorials, Guides, Knowledge and many more.<img src="images/link.gif" border="0" alt="#"><A
  193.      href="blogs/" title="Visit our blog">Visit Blog</A>
  194. </P>
  195. <H2>C/C++ Example Code</H2>
  196. <P class="text-center">
  197. <img style="width: 600px; height: 300px;" src="images/loading.gif" lsrc="images/code-examples-banner.gif" alt="C/C++ Example Code" class="img-responsive p-1" style="p-2">
  198. </P>
  199. <p>
  200. Armstrong number, binary number to a decimal number, bubble sort, decimal number to binary number, factorial of the given number
  201. factors, fibonacci numbers, HCF and LCM, matrix, mergesort, salary of the employee.
  202. palindrome, quadratic equation, star patterns, series etc. and much more...
  203. <BR> <img src="images/link.gif" border="0" alt="#"><A
  204.      href="source-code/" title="Example Source Code">Example Source Code</A>
  205. </P>
  206.  
  207.  
  208. <H2>Computer and Electronics Books</H2>
  209. <P class="text-center">
  210. <img style="width: 700px; height: 300px;" src="images/loading.gif" lsrc="images/books-banner.gif" alt="Computer and Electronics Books" class="img-responsive p-1">
  211. </P>
  212.                      <P><A href="books.php" title="Books"><img src="images/link.gif" border="0" alt="#">Books</A>:
  213.  
  214.                      Get all the list of text books and reference books for Electronics and Computer science. Author and publication has been added. Buy books online from amazon or download e-books available in the net.
  215.  </P>
  216. <H2>Electronic Circuits</H2>
  217. <P class="text-center">
  218. <img style="width: 700px; height: 275px;" src="images/loading.gif" lsrc="images/circuits-banner.gif" alt="Electronic Circuits" class="img-responsive p-1">
  219. </P>
  220.                      <P>
  221.  <A href="circuits/" title="Circuits"><img src="images/link.gif" border="0" alt="#">Circuits</A>:
  222.                      List of electronics circuits for your hobby/assignments. Get ready to construct your circuits. Some of the standard circuit units/blocks are very essential to every project.
  223.                    </P>
  224. <H2>Electronics Notes</H2>
  225. <P class="text-center">
  226. <img style="width: 700px; height: 275px;" src="images/loading.gif" lsrc="images/notes-banner.gif" alt="Electronics Notes" class="img-responsive p-1">
  227. </P>
  228.                      <P><A href="notes/" title="Notes"><img src="images/link.gif" border="0" alt="#">Notes</A><BR>
  229.                      Get all your notes of your favorite subjects. Notes to prepare for examinations and interviews. New notes are getting added every week.
  230.                    </P>
  231. <H2>Final Year Project ideas</H2>
  232. <P class="text-center">
  233. <img style="width: 700px; height: 275px;" src="images/loading.gif" lsrc="images/project-ideas-banner.gif" alt="Final Year Project ideas" class="img-responsive p-1">
  234. </P>
  235. <P><A href="project-ideas.php" title="Project Ideas"><img src="images/link.gif" border="0" alt="#">Project Ideas</A><BR>
  236.                      Find your final year project ideas and ideas of seminar topics. Find all the related resources available on the net. Topic titles are available to view.
  237.                    </P>
  238.  
  239.  
  240. <H2>Embedded Systems</H2>
  241.  
  242. <H3>Altera FPGA interfacing with ARM</H3>
  243. <P class="text-center">
  244. <img style="width: 700px; height: 275px;" src="images/loading.gif" lsrc="images/arm-fpga-banner.gif" alt="Interfacing ARM CPU with FPGA" class="img-responsive p-1">
  245. </P>
  246.  
  247. <P>
  248. ARM interrupt driven 1bit LED peripheral read/ write operations using Altera FPGA and much more...
  249.  
  250. This paper is intended for deeper understanding of ARM processor memory read write operations.
  251. We took mini2440 ARM9 board from FriendlyARM and Altera FPGA for this purpose.  
  252. <img src="images/link.gif" border="0" alt="#"><A
  253.      href="arm-fpga-interfacing/intro.php" title="Altera FPGA interfacing with ARM">Altera FPGA interfacing with ARM</A>
  254.      </P>
  255.      
  256. <H2>BIOS Bootloader, PC Firmware</H2>
  257.  
  258. <P class="text-center">
  259. <img style="width: 700px; height: 325px;" src="images/loading.gif" lsrc="images/bios-boot-loader-banner.gif" alt="BIOS, POST, Bootloaders" class="img-responsive p-1">
  260. </P>
  261. <P>
  262. All about Memory, Interrupts,  x86 registers, Real Mode, POST, Software Interrupts, Keyboard Int16, Video Graphic Display int10, Disk Subsystem int13,
  263. development,  debugging, PnP, PCI Card, Config Address, OPROMs, disk, Master Boot Resord (MBR), partitions, File Allocation Table (FAT), boot-loader,
  264. GRUB, NT Loader (NTLDR), Embedded System booting, Unified Extensible Firmware Interface (UEFI)  
  265. <img src="images/link.gif" border="0" alt="#"><A
  266.      href="bios-boot-pc-firmware/index.php" title="BIOS Bootloader, PC Firmware">BIOS Bootloader, PC Firmware</A></P>
  267.  
  268.  
  269. </div></div><div class="col-lg-4 col-md-4 mx-auto" ><div class="shadow_box2" style >
  270.  
  271.  
  272. <a href="questions.php"><span class="badge">Questions index</span></a>
  273. <a href="c-questions.php"><span class="badge">C Questions</span></a>
  274. <a href="cpp-questions.php"><span class="badge">C++ Questions</span></a>
  275. <a href="mfc-questions.php"><span class="badge">Win32 MFC</span></a>
  276. <a href="com-dcom-questions.php"><span class="badge">COM/DCOM </span></a>
  277. <a href="dll-questions.php"><span class="badge">DLL Questions</span></a><BR>
  278.  
  279. </div>
  280.  
  281.  
  282. <div   style="height: 90%;">
  283.  
  284. <P>
  285. <!-- v1 -->
  286. <ins class="adsbygoogle"
  287.     style="display:block"
  288.     data-ad-client="ca-pub-6277902229973917"
  289.     data-ad-slot="1416445294"
  290.     data-ad-format="vertical"
  291.     data-full-width-responsive="true"></ins>
  292. </P>
  293. <script>
  294. window.setTimeout(show_ad1, 5000);
  295. function show_ad1()
  296. {
  297.     (adsbygoogle = window.adsbygoogle || []).push({});
  298. }
  299. </script>
  300.  
  301. </div>
  302. </div>
  303.  
  304.      </div>
  305.      </div>
  306.    </section>
  307.  
  308.  </main><!-- End #main -->
  309.  
  310.  <!-- ======= Footer ======= -->
  311.  <footer id="footer">
  312.  
  313.  
  314.  
  315.    <div class="container d-md-flex py-4">
  316.  
  317.      <div class="mr-md-auto text-center text-md-left">
  318.        <div class="copyright">
  319.          <a href="about.php" title="About EQuestionAnswers">About</a> | <a href="feedback.php" title="About EQuestionAnswers">Contact Us</a> | <a href="sitemap.php" title="Sitemap of EQuestionAnswers">Sitemap</a> | <a href="terms.php" title="Terms and Conditions of EQuestionAnswers">Terms &amp; Conditions</a> | <a href="privacy.php" title="Privacy Policy of EQuestionAnswers">Privacy Policy</a><br>
  320.          &copy; Copyright <strong><span>EQuestionAnswers.com</span></strong>. All Rights Reserved.
  321.        </div>
  322.       <!-- https://sites.google.com/site/equestionanswers/ -->
  323.       <!-- https://shantanukar.wixsite.com/equestionanswers -->
  324.       <!-- https://equestionanswers.yahoosites.com -->
  325.      </div>
  326.      
  327.  
  328.      <div class="mr-md-auto  text-center text-md-right ">
  329.        <a target="_blank" rel="nofollow" href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.equestionanswers.com%2F&text=useful" ><img src="images/twitter-box.gif" alt="twitter share" style="width: 36px; height: 36px;"></a>
  330.        <a target="_blank" rel="nofollow" href="https://www.facebook.com/sharer.php?display=popup&u=https%3A%2F%2Fwww.equestionanswers.com%2F" ><img src="images/facebook-box.gif" alt="facebook share" style="width: 36px; height: 36px;"></a>
  331.        <a target="_blank" rel="nofollow" href="https://in.pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.equestionanswers.com%2F" ><img src="images/printerest.gif" alt="printerest share" style="width: 36px; height: 36px;"></a>
  332.        <a target="_blank" rel="nofollow" href="https://api.whatsapp.com/send/?text=https%3A%2F%2Fwww.equestionanswers.com%2F" ><img src="images/whatsapp.gif" alt="whatsapp share" style="width: 36px; height: 36px;"></a>
  333.        <a target="_blank" rel="nofollow" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.equestionanswers.com%2F" ><img src="images/linkedin-box.gif" alt="linkedin share" style="width: 36px; height: 36px;" ></a>
  334.  
  335.      </div>
  336.    </div>
  337.  </footer><!-- End Footer -->
  338.  
  339.  <!-- <a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a> -->
  340.  <div id="preloader1"></div>
  341.  <div id="SignUpDiv" class="modal"></div>
  342.  
  343.  <!-- Vendor JS Files -->
  344.  <script src="assets/vendor/jquery/jquery.min.js"></script>
  345.  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  346.  
  347. <script type="text/javascript">
  348. setTimeout(function(){
  349.  
  350. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  351. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  352. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  353. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  354.  
  355.  ga('create', 'G-PE6M8GEXGQ', 'auto');
  356.  ga('send', 'pageview');
  357.  //'UA-16116936-1'
  358. }, 1000);
  359.  
  360.  
  361. </script>
  362. <script type="text/javascript">
  363.  
  364. setTimeout(function(){
  365.  
  366. var fileref1=document.createElement('script');
  367. fileref1.setAttribute("type","text/javascript");
  368. fileref1.setAttribute("src", "https://www.googletagmanager.com/gtag/js?id=G-PE6M8GEXGQ");
  369.  
  370.    if (typeof fileref1!="undefined")
  371.        document.getElementsByTagName("head")[0].appendChild(fileref1);
  372.  window.dataLayer = window.dataLayer || [];
  373.  function gtag(){dataLayer.push(arguments);}
  374.    gtag('js', new Date());
  375.  
  376.  gtag('config', 'G-PE6M8GEXGQ');
  377. setTimeout(function(){  
  378.  
  379. setInterval(function(){ gtag('event', 'Open', {'event_category': 'TimeOnPage'}); }, 10000);
  380.  
  381. setInterval(function(){ gtag('event', 'Visible', {'event_category': 'TimeOnPage'}); }, 10000);
  382. setInterval(function(){ gtag('event', 'user_engagement', {'event_category': 'TimeOnPage'}); }, 10000);
  383. setInterval(function(){ gtag('event', 'page_view', {'event_category': 'TimeOnPage'}); }, 300000);
  384. setInterval(function(){ gtag('event', 'session_start', {'event_category': 'TimeOnPage'}); }, 300000);
  385.  
  386. }, 60000);
  387. }, 6000);
  388.  
  389.  
  390.  
  391.  
  392. </script>
  393.  
  394.  
  395.  
  396. <script>
  397.  
  398. setTimeout(function(){
  399.  
  400. var fileref=document.createElement('script');
  401. fileref.setAttribute("type","text/javascript");
  402. fileref.setAttribute("data-ad-client","ca-pub-6277902229973917");
  403. fileref.setAttribute("src", "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js");
  404.  
  405.    if (typeof fileref!="undefined")
  406.        document.getElementsByTagName("head")[0].appendChild(fileref);
  407.  
  408. }, 3000);
  409. </script>
  410.    <!-- Template Main JS File -->
  411.  <script src="assets/js/main.js"></script>
  412. <script>
  413.  
  414.  
  415. setTimeout(SignupPopup, 75000);
  416.  
  417. // When the user clicks anywhere outside of the modal, close it
  418. function SignupPopup(event) {
  419. //document.getElementById('id01').style.display='block';
  420. var modal = document.getElementById('SignUpDiv');
  421.  
  422.  
  423.  
  424.  $.ajax({
  425.      type: "POST",
  426.      contentType : "application/x-www-form-urlencoded",
  427.      url: "https://www.equestionanswers.com/signup-form.php",
  428.      data: "",
  429.      cache: false,
  430.      timeout: 800000,
  431.      success: function (data) {
  432.          modal.innerHTML = data;
  433.          modal.style.display='block';
  434.          console.log( data);
  435.  
  436.      },
  437.      error: function (e) {
  438.          console.log("ERROR : ", e);
  439.  
  440.      }
  441.  });
  442.  
  443. }
  444. </script>
  445. </body>
  446.  
  447. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda