詳細検索
Avatar

maeno

What to do if an image taken on an iPhone or iPad automatically rotates when viewed on another device

What to do if an image taken on an iPhone or iPad automatically rotates when viewed on another device

.iphone { position: relative; height: 123.75px; width: 62.5px; border-radius: 8.75px; margin: 12.5px auto; background: -webkit-linear-gradient(-165deg, rgba(255,255,255,0.4), rgba( 255,255,255,0.15)...

Many plugins get stuck due to specification changes in jQuery 1.9

Many plugins get stuck due to specification changes in jQuery 1.9

code { padding: 2px; background-color: #f4f4f4; color: #7f0055; font-weight: bold; border: solid 1px #ddd; } blockquote { margin-left: 1em; font-size: 12px; line-height: 17px; background-color:...

What to do if you can't open a new window from an iframe and link

What to do if you can't open a new window from an iframe and link

It's a complete memorandum. ...

I wrote a WordPress database specification

I wrote a WordPress database specification

Before、...

The free web service "GoMo" that optimizes the site for smartphones is amazing!

The free web service "GoMo" that optimizes the site for smartphones is amazing!

DudaMobile (and Google) have created an amazing service. "GoMo" is an ASP-type service that automatically optimizes websites that are not optimized for smartphones to smartphone sites. It is worth mentioning that it is freeware that can be used for free for one year (1,180 yen after the second year). ...

Things to keep in mind when using HyperDB database duplexing in WordPress

Things to keep in mind when using HyperDB database duplexing in WordPress

When building a commercial website with WordPress, it is common to separate the web application server from the database server and duplex the database side. It is simply to improve the performance of the service by distributing the load on database access, and in the sense that the main database can be recovered from the database of the mirrored secondary node in the event of a failure, it is the worst case for the service...

Failure to log in to WordPress admin due to APC

Failure to log in to WordPress admin due to APC

I was building a WordPress site, and I came across a symptom where I could access it normally immediately after installation, but when I logged in from the login page, the screen went blank and I couldn't log in, so I thought I'd leave a memorandum on how to solve it. The above case study was posted on Codex, but there was no corresponding cause or solution, so I checked the error logs. \[code light="true"\] PHP...

Plugins to Incorporate PHPE Excel Library in WordPress

Plugins to Incorporate PHPE Excel Library in WordPress

I created a plugin to incorporate "PHPExcel", which is famous as a free library that allows you to manipulate Microsoft Office Excel sheets from PHP, into WordPress. ...

Use URL parameters passed to PHP as they are as PHP variables

Use URL parameters passed to PHP as they are as PHP variables

When passing a value to PHP for processing, it is common to check for the existence of the passed value and redefine it as a PHP variable. However, it is troublesome to write such a routine process every time, and if you change the URL parameter name, you will have to work on that part again, which is troublesome. ...

WordPress shortcodes that show "NEW" if they contain the latest posts in each category

WordPress shortcodes that show "NEW" if they contain the latest posts in each category

\[caption id="attachment\_364" align="alignleft" width="320"\] \[/caption\] When we rebuilt our intra in WordPress, one of the things we requested was to "NEW" if the category list in the menu that is placed as a sidebar contains the latest post for each category. I want you to show the mark." There was something to say. ...

I tried using YouTube's new video editing feature, automatic "face blur"

I tried using YouTube's new video editing feature, automatic "face blur"

I tried the new editing feature "Face Blurring" added to YouTube (a function that automatically blurs people's faces), so I will write a review of it. As for my impression, "The accuracy is not very good." ...

Pitfalls caused by the JavaScript debugging object "console"

Pitfalls caused by the JavaScript debugging object "console"

\[caption id="attachment\_267" align="alignleft"\] 'console' is not declared (IE8)\[/caption\]...