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”

WP Editor Broken in Post/Page Add Interface

Sometimes you may face a wp editor broken issue just after installing new wordpress or updating wordpress which is the admin post or page add interface has a broken editor as like below mentioned image. To fix it you can add this below code on wp-config.php file bottom define(‘SCRIPT_DEBUG’, true);

I got a BenQ FP72E Size 17-Inch LCD PC Monitor

Yes I got another web development device in my collection called BenQ FP72E Size 17-Inch LCD PC Monitor collected from Dubai. Before that I was using my Fujitsu LIFEBOOK L series LH531 model. So now you can say I can review or test my web development works on a larger display . Actually it’s not theContinue reading “I got a BenQ FP72E Size 17-Inch LCD PC Monitor”

Replacing media urls on wordpress posts

Sometimes we work for a website with wordpress keeping the development version on sub directory. Say are working for http://www.example.com website and currently it is live and we work for it’s new version in wordpress. So we setup a new wordpress version on new folder so the current development version is http://www.example.com/new When we areContinue reading “Replacing media urls on wordpress posts”

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”

Replacing post content attachment url for wordpress new setup

When working with wordpress sometime we need to copy full site content with new wordpress site setup. If you use wordpress default inport / export then all content and resource source url works fine but all image or attachment source url in content is keeping it’s old values. To replace those old source url toContinue reading “Replacing post content attachment url for wordpress new setup”