Wiki articles tagged with "HTML5"

Showing 1-5 of 5 items.
0 2
40 followers
Viewed: 22 848 times
Version: 2.0
Category: How-tos

Upload image and content using AJAX and Store it in different table

Created 11 years ago by Selvakumar Kaliyappan Selvakumar Kaliyappan, updated 11 years ago by CeBe CeBe.

var formData = new FormData($("#post-form")[0]);
$.ajax({
    url: '<?php echo Yii::app()->createUrl("forumPost/uploadPost"); ?>',
    type: 'POST',
    data: formData,
    datatype:'json',
    // as...
1 0
5 followers
Viewed: 74 846 times
Version: 1.1
Category: How-tos

How to call a default layout for every module and how to work <php echo $content; ?>

Created 12 years ago by Ankit Modi Ankit Modi, updated 12 years ago by Ankit Modi Ankit Modi.

Hi Friends, Hi Friends, Some common question is difficult to how to create the layout on yii and how to work

0 0
1 follower
Viewed: 42 668 times
Version: Unknown (update)
Category: Tips

More on SSE and Yii

Created 12 years ago by Firebreaker Firebreaker, updated 12 years ago by Firebreaker Firebreaker.

This is not actually Yii involved.

1 0
1 follower
Viewed: 10 535 times
Version: Unknown (update)
Category: Tips

Real-time display of server push data using Server-Sent Events (SSE)

Created 13 years ago by bennouna bennouna, updated 11 years ago by bennouna bennouna.

Let's say you have an internal messaging system in your webapp, and you want to display messages dynamically and real-time to the relevant recipients.

9 0
17 followers
Viewed: 65 699 times
Version: 1.1
Category: How-tos