Web Development

Divi Code Snippets

/*** Remove Footer ***/ .bottom-nav { display: none; } …

menus – Walker_Nav_Menu exeption – WordPress Development Stack Exchange

Source: menus – Walker_Nav_Menu exeption – WordPress Development Stack Exchange …

Color for current language and display languages – WPML

/* WPML Current Menu */.current-language a { color: #00b5b5 !important; } Source: Color for current language and display languages – WPML …

How To Add a Social Icon in Divi WordPress Theme From Elegant Themes

Learn how you can add a new Social Icon in Divi WordPress Theme From Elegant Themes. Source: How To Add a Social Icon in Divi WordPress Theme From Elegant Themes …

Hosted OpenEMR – OpenEMR Project Wiki

Source: Hosted OpenEMR – OpenEMR Project Wiki …

How to create a simple Backup script using windows HTA

Prerequisites: a notepad (I recommend: notepad++) some HTML knowledge Start a simple HTML page and add the following as the main structure:<head> <title>Backup Reminder</title> <HTA:APPLICATION APPLICATIONNAME=”Backup Reminder” ID=”myware” VERSION=”1.0″ CAPTION=”yes” BORDER=”normal” SYSTEMMENU=”yes” MAXIMIZEBUTTON=”no” MINIMIZEBUTTON=”no” ICON=”gumware.ico” SCROLL=”no” SCROLLFLAT=”yes” SINGLEINSTANCE=”yes” CONTEXTMENU=”yes”/><style> img{border: 0px} input{color: blue; background-color: white; font-variant:small-caps; font-family: Arial,Helvetica,sans-serif; border: 1px solid blue} H1,H2,H3,H4,H5,H6,P,BODY,UL{font-family: Arial, Helvetica, …

How to open Oracle Forms URL and then hide its IE started window

You need to open an Oracle Forms 11g url, which in turn will open a new IE window -but you want to somehow get rid of the first IE window. 1. Create a new html file i.e. “openWindow.html”, under %ORACLE_HOME%formsjava as below: <html> <body> <script type=”text/javascript”> window.open (“http://192.168.1.1:8090/forms/frmservlet?config=webutil”,”mywindow”,”height=1,width=1,toolbar=no,statusbar=no,scrollbars=no,top=5000″); window.open(”,’_parent’,”); setTimeout(‘self.close();’,3000); </script> </body> </html> Note: top …

How to create a Servlet and use it from a JSP page (ADF 10g)

Create the Servlet Right-click on the package you need it for and select New… From the new gallery select Web-Tier > Servlets on the left and on the right select HTTP Servlet Click Next and give the Servlet: Class name (ImageServlet) the Package it will reside in select doGet() method to implement click Next and …

phpBB3 forum on Oracle DB

When you create a phpBB3 forum and use Oracle as the database host. make sure that you are using Oracle Database 10g or later as previous releases may cause unpredictable errors, i.e.: SELECT a.*, b.*, ac.something… FROM phpb3_forums a, phpb3_topics b… LEFT JOIN phpb3_topics_watch ac ON … WHERE a.topic_…. …will cause a ORA-00904: “A”: invalid …

No post found