在日常开发中,我们常会用到很多的组件及共用代码提高我们的开发效率。
DNNStore | 6/5/2014 6:06:42 PM|
(22) Comments | (0) View Count
Features Image Upload & Share From Url , Youtube, Vimeo, Vine, Instagram, Metacafe, DailyMotion Videos Comments for Media Facebook Comments Responsive Layout User Profile & Points Tags or Category System Super Easy Installation Full Admin Panel Moderate Guest Submissions Social Share Buttons Search for Media Seo Url Much More… Requirements PHP 4.3 or later, PHP 5.x for all functionality. MySQL 4.1 or later, MySQL 5.x for best performance.
Creative Upload Plugins Version 1.0 Creative Upload Plugins to raise the image and use it as a library can be used to control the images and pictures that have been filed by deleting or use an image from the library or use the Image Gallery to select multiple images to work Gallery This product is exclusive only to http://codecanyon.net Demo : http://demo.megatpl.com/creative_upload_plugins/index.php https://vimeo.com/97004362 Features: Easy to use Easy Installation Sma...
DNNStore | 5/17/2014 1:46:23 AM|
(34) Comments | (6) View Count
Test our plugin out using the Live Preview above and the credentials below. Username: demo Password: password The only option you have in the Wordpress administration is the online contract, so it should be easy to find. You can modify anything but remember, after 1 hour, it all disappears. WP Online Contract allows you to create, manage, and save contracts online through WordPress. You can customize contracts using flat text files and short codes and view revisions of your ex...
DNNStore | 5/13/2014 5:50:46 PM|
(31) Comments | (5) View Count
PHPClips is now at V2.0 release. It is a powerful video sharing platform, supporting uploads from pc or from youtube, themes, plugins, video processing with ffmpeg, and much more features. Checkout the demo with the details here https://phpclips.com/demo Important note: we provide support and answers to your questions though ticket system. Please place your answers at https://phpclips.com/support Documentation at https://phpclips.com/documentation Requirements PHP 5....
This tool is a simple file manager software, that provides extra features for your server and developers. Upload your files, create packages or fetch files from an external origin quickly and easily with the File Manager. The system is capable to handle files up to 20 MB. Demo account: Username: superadmin Password: admin Documentation: http://demo.erdsoft.net/FileManager/readme/ ...
DNNStore | 4/29/2014 2:02:40 AM|
(8) Comments | (6) View Count
Save your database and attachments with scheduled jobs, get the backups by email or send it to Dropbox. It automatically creates the archive of your database and files. Uses default WP Cron. Once you activate this plugin, it will backup your WordPress file to your backup and once completed, it will send user an email notification of the completion.
DNNStore | 4/29/2014 2:01:38 AM|
(7) Comments | (6) View Count
What can I do with this plugin? Use your Post and Page Featured Images automatically as a full background, set a Default Background Image in your Settings and make your theme look awesome! The background image is always in ratio and responsive and works on iPhone, iPad and other touchscreen devices next to regular browsers. How does that work? The Wordpress Featured Image function is used and expanded. No need to add extra code to your template, just plug and play and adjust your backg...
Out-of-the-Box WordPress Plugin This plugin will help you to easily integrate Dropbox into your WordPress website or blog. Out-of-the-Box allows you to view, download, delete, rename files & folders directly from a WordPress page. You can use Out-of-the-Box as a filebrowser, gallery, audio- or video-player! NOTE: Out-of-the-Box uses the Offical Dropbox API. Although Dropbox requests a SSL connection when using this API, it is possible to use this plugin without SSL certificate. Read ou...
NEWS NEWS NEWS NOW COMPATIBLE with GRAVITY FORMS USER REGISTRATION ADD-ON!! Overview This add-on extends the functionality of the premium Wordpress plugin Gravity Forms. It allows to add a new single file upload field that is not related to the WP media core. Yes, you will not find the loaded file inside the media manager, also it uses a different folder for every location (based on form id, field id and entry id). Also, you can activate the option to let user upload more than 1 file...
Kotakin with API – Self-host your own file sharing. If you need file sharing capabilities for personal or business needs. You can share folders with other users or create a public link for anyone. Kotakin was created for everyone that must constantly send or receive files. This version was build based on REST API + OAuth 2 90% of the front-end is using AJAX, so the interaction is more smooth and faster than before, with help using Backbone.js + Require.js You will be abl...
- element-ui upload上传组件问题记录
element-ui upload上传组件遇到的问题
- 封装Vue Element的upload上传组件
本来昨天就想分享封装的这个upload组件,结果刚写了两句话,就被边上的同事给偷窥上了,于是在我全神贯注地写分享的时候他就神不知鬼不觉地突然移动到我身边,腆着脸问我在干啥呢.卧槽你妈,当场就把我吓了一 ...
- 页面中使用多个element-ui upload上传组件时绑定对应元素
elemet-ui里提供的upload文件上传组件,功能很强大,能满足单独使用的需求,但是有时候会存在多次复用上传组件的需求,如下图的样子,这时候就出现了问题,页面上有多个上传组件时,要怎么操作呢? ...
- element-ui Upload 上传组件源码分析整理笔记(十四)
简单写了部分注释,upload-dragger.vue(拖拽上传时显示此组件).upload-list.vue(已上传文件列表)源码暂未添加多少注释,等有空再补充,先记下来... index.vue ...
- 封装react antd的upload上传组件
上传文件也是我们在实际开发中常遇到的功能,比如上传产品图片以供更好地宣传我们的产品,上传excel文档以便于更好地展示更多的产品信息,上传zip文件以便于更好地收集一些资料信息等等.至于为何要把上传组 ...
- 在vue项目中使用element-ui的Upload上传组件
<el-upload v-else class='ensure ensureButt' :action="importFileUrl" :data="upLoadD ...
- 使用Element的upload上传组件,不使用action属性上传
1.需要实现的效果如下图,在点击提交的时候再提交file数据,和其他数据统一上传,我把file转换成了base64的格式,可以再上传之前显示缩略图 2.代码分析 action属性值为"#&q ...
- ComponetArt Upload上传组件
componentArt的组件很炫,但示例并非单独的,要分离开来用还得费一番周折. 一个不经意问题,足足困扰了一好几天,服务器的时间不对,导致控件无法正常显示,无浏览文件按钮 看来,控件的开发者设定了 ...
- upload 上传 加token 在 :headers='headers' 注意 不要直接写$refs.upload.headers = {} 这样vue会警告 修改组件内部变量
upload 上传 加token 在 :headers='headers' 注意 不要直接写$refs.upload.headers = {} 这样vue会警告 修改组件内部变量 <Upload ...
随机推荐
- java2实用教程102小程序(分数计算和流水线计算
import java.util.Scanner; public class test{ public static void main(String args[]){ Rational a=new ...
- 你好,C++(27)在一个函数内部调用它自己本身 5.1.5 函数的递归调用
5.1.5 函数的递归调用 在函数调用中,通常我们都是在一个函数中调用另外一个函数,以此来完成其中的某部分功能.例如,我们在main()主函数中调用PowerSum()函数来计算两个数的平方和,而在P ...
- Android基本组件-Activity
什么是Activity 在Android程序中,每个Activity继承自android.app.Activity, 有一个与之对应的xml布局文件, 一个界面对应一个Activity, 每个Acti ...
- html5 js跨域
介绍 当我们使用XMLHttpRequest发送请求时,浏览器发现该请求不符合同源策略,会给该请求加一个请求头:Origin,后台进行一系列处理,如果确定接受请求则在返回结果中加入一个响应头:Acce ...
- PHPCMS v9构建模块
■补课: 1.phpcms v9帮助文件,上面会写关于二次开发的一些方法. http://v9.help.phpcms.cn/ 2.找一个后台还没安装的模块,先把代码看一边.比如dianping模块 ...
- 信息安全实验三:privilege-separation
title: privilege-separation date: 2016-01-12 14:40:04 categories: tags: --- Exercise1 In order to ga ...
- Solr自动生成ID
在Solr中,每一个索引,都要有一个唯一的ID,类似于关系型数据库表中的主键.为了方便创建索引,需要配置自动生成的ID,即UUID. 一.配置schema.xml文件 添加uuid字段类型,修改字段i ...
- 再次探讨C++的动态绑定和静态绑定
以前在学习C++的时候,对动态绑定和静态绑定的理解是:静态绑定是编译时决定的,非虚函数基本都是静态绑定:而动态绑定用于虚函数,是为了实现多态.这样理解没什么大的问题,但我一直疑惑的是,既然静态绑定可以 ...
- win7禁止自动使用浏览器打开FTP而是用资源管理器
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\ftp] @="URL:File Transfer Protocol" ...
- Top 100 English Verbs
accept allow ask believe borrow break bring buy can/be able cancel change clean comb complain cough ...