Recently I worked on a site which is using wordpress as it’s cms and creloaded as it’s web shop. So the wordpress was top of the shopping cart and then the shopping cart as webshop. So basically I had to develop the site using wordpress and then had to install that creloaded inside woordpress installation.Continue reading “WordPress sidebars fetching on other cms with wordpress xml rpc”
Tag Archives: development
z-index of dropdown menu vs iframe (youtube) video issue
When you are using iframe to display any video, for example if you are using youtube iframe video and on your site it has a dropdown menu and your dropdown memu is showing behind the iframe video you can make it top of iframe video with below written jquery code. (function ($) { $ =Continue reading “z-index of dropdown menu vs iframe (youtube) video issue”
404 Page Not Found after custom form submission on wordpress
Sometimes it’s happen! when you submit a wordpress form it says ‘Page Not Found!’ or Saying ‘This is somewhat embarrassing, isn’t it?It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.’ But your defined page action has a valid url and all post values are availableContinue reading “404 Page Not Found after custom form submission on wordpress”
Selecting diagnostic center as a project or software to develop
I have a pathology laboratory in Beanibazar, Sylhet Bangladesh for my Uncle Md. Yeakub-Ul Islam. Last few days we are deciding to develop that pathology laboratory to a complete diagnostic center. That is why my uncle saying me to develop a computer software by which we can manage it. We are planning to manage belowContinue reading “Selecting diagnostic center as a project or software to develop”
how to make windows form application design looks like windows 7 – Enable Visual Styles
If you see any control visual looks is not just what it was looking on interface design mode (or windows style looks) like below 2 images Then It means you are skipping a method call from System.Windows.Forms Namespaces, that is EnableVisualStyles To Enables visual styles or operating system like controls color, fonts and other visual elementsContinue reading “how to make windows form application design looks like windows 7 – Enable Visual Styles”
Returning a value to parent form from sub or popup form with C Sharp .net
It is a common features you may need it several times when you are on the way of a professional C# application development. Suppose you have a Parent form which has a Textbox control and a Button control. Now you want to click on the button Control then it will open a Sub form orContinue reading “Returning a value to parent form from sub or popup form with C Sharp .net”
Basics of a complete professional software in development
When you are on the way of a professional software development with any programming language, there are some primary things you need to keep in touch while development. Basically, When or why a software is needed in a factory or company? Why any factory level company or a general company will agree to use yourContinue reading “Basics of a complete professional software in development”
A complete professional software development with C Sharp .net
If I start from the beginning when I was in University and working hard for a Complete professional software development with VB.Net on Visual Studio 2005. I was too much curious to know what is the actual look or coding system for a professional software? How can I develop a software with professional look and coding? WhatContinue reading “A complete professional software development with C Sharp .net”